Skip to content

Commit

Permalink
Sets Ichimoku as default indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 10, 2023
1 parent 2c5819f commit ba1b054
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Stg_Retracement.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ enum ENUM_STG_RETRACEMENT_TYPE {

// User params.
INPUT_GROUP("Retracement strategy: main strategy params");
INPUT ENUM_STG_RETRACEMENT_TYPE Retracement_Indi_Type = STG_RETRACEMENT_TYPE_FRAMA; // Retracement: Indicator MA type
INPUT ENUM_PP_TYPE Retracement_Levels_Calc_Method = PP_CLASSIC; // Method for level calculations
INPUT ENUM_APPLIED_PRICE Retracement_Levels_Applied_Price = PRICE_HIGH; // Calculation mode
INPUT ENUM_TIMEFRAMES Retracement_Levels_Tf = PERIOD_D1; // Calculation timeframe
INPUT ENUM_STG_RETRACEMENT_TYPE Retracement_Indi_Type =
STG_RETRACEMENT_TYPE_ICHIMOKU; // Retracement: Indicator MA type
INPUT ENUM_PP_TYPE Retracement_Levels_Calc_Method = PP_CLASSIC; // Method for level calculations
INPUT ENUM_APPLIED_PRICE Retracement_Levels_Applied_Price = PRICE_HIGH; // Calculation mode
INPUT ENUM_TIMEFRAMES Retracement_Levels_Tf = PERIOD_D1; // Calculation timeframe
INPUT_GROUP("Retracement strategy: strategy params");
INPUT float Retracement_LotSize = 0; // Lot size
INPUT int Retracement_SignalOpenMethod = 0; // Signal open method (-3-3)
Expand Down

0 comments on commit ba1b054

Please sign in to comment.