Skip to content

Commit

Permalink
Sets TRIX as default strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 24, 2023
1 parent dc86c5a commit 73d070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stg_Oscillator_Cross_Timeframe.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum ENUM_STG_OSCILLATOR_CROSS_TIMEFRAME_TYPE {
// User input params.
INPUT_GROUP("Oscillator Cross Timeframe strategy: main strategy params");
INPUT ENUM_STG_OSCILLATOR_CROSS_TIMEFRAME_TYPE Oscillator_Cross_Timeframe_Type =
STG_OSCILLATOR_CROSS_TIMEFRAME_TYPE_AD; // Oscillator type
STG_OSCILLATOR_CROSS_TIMEFRAME_TYPE_TRIX; // Oscillator type
INPUT ENUM_TIMEFRAMES Oscillator_Cross_Timeframe_Tf = PERIOD_H6; // Oscillator timeframe to cross
INPUT_GROUP("Oscillator Cross Timeframe strategy: strategy params");
INPUT float Oscillator_Cross_Timeframe_LotSize = 0; // Lot size
Expand Down

0 comments on commit 73d070a

Please sign in to comment.