Skip to content

Commit

Permalink
Sets CCI by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 28, 2023
1 parent c7808a5 commit ae5c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stg_Oscillator.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum ENUM_STG_OSCILLATOR_TYPE {

// User input params.
INPUT_GROUP("Oscillator strategy: main strategy params");
INPUT ENUM_STG_OSCILLATOR_TYPE Oscillator_Type = STG_OSCILLATOR_TYPE_RSI; // Oscillator type
INPUT ENUM_STG_OSCILLATOR_TYPE Oscillator_Type = STG_OSCILLATOR_TYPE_CCI; // Oscillator type
INPUT_GROUP("Oscillator strategy: strategy params");
INPUT float Oscillator_LotSize = 0; // Lot size
INPUT int Oscillator_SignalOpenMethod = 6; // Signal open method
Expand Down

0 comments on commit ae5c6df

Please sign in to comment.