We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df562 commit e99509bCopy full SHA for e99509b
src/include/inputs.h
@@ -31,7 +31,7 @@ input group "Trading strategy"
31
#endif
32
input ENUM_STRATEGY EA_Strategy = STRAT_ALLIGATOR; // Strategy
33
input unsigned int EA_Strategy_Active_Tf =
34
- H1B + H2B + H3B + H4B; // Timeframes (M1=1,M2=2,M5=16,M15=256,M30=1024,H1=2048,H2,H3,H4,H6,H8)
+ H1B + H4B; // Timeframes (M1=1,M2=2,M5=16,M15=256,M30=1024,H1=2048,H2,H3,H4,H6,H8)
35
36
#ifdef __MQL4__
37
extern string __EA_Risk_Params__ = "-- Risk management --"; // >>> RISK <<<
0 commit comments