Skip to content

Commit

Permalink
Revert "Sets DeMarker by default"
Browse files Browse the repository at this point in the history
This reverts commit 4ea7f8f.
  • Loading branch information
kenorb committed Sep 23, 2023
1 parent 4ea7f8f commit 5d3a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stg_Meta_Trend.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// User input params.
INPUT2_GROUP("Meta Trend strategy: main params");
INPUT2 ENUM_STRATEGY Meta_Trend_Strategy = STRAT_DEMARKER; // Strategy to filter by trend
INPUT2 ENUM_STRATEGY Meta_Trend_Strategy = STRAT_STOCHASTIC; // Strategy to filter by trend
INPUT2_GROUP("Meta Trend strategy: common params");
INPUT2 float Meta_Trend_LotSize = 0; // Lot size
INPUT2 int Meta_Trend_SignalOpenMethod = 0; // Signal open method
Expand Down

0 comments on commit 5d3a76f

Please sign in to comment.