Skip to content

Commit e99509b

Browse files
committed
Sets H1B and H4B timeframes by default
1 parent 22df562 commit e99509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/inputs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ input group "Trading strategy"
3131
#endif
3232
input ENUM_STRATEGY EA_Strategy = STRAT_ALLIGATOR; // Strategy
3333
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)
34+
H1B + H4B; // Timeframes (M1=1,M2=2,M5=16,M15=256,M30=1024,H1=2048,H2,H3,H4,H6,H8)
3535

3636
#ifdef __MQL4__
3737
extern string __EA_Risk_Params__ = "-- Risk management --"; // >>> RISK <<<

0 commit comments

Comments
 (0)