Skip to content

Commit

Permalink
Sets H1B and H4B timeframes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 17, 2023
1 parent 22df562 commit e99509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/inputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ input group "Trading strategy"
#endif
input ENUM_STRATEGY EA_Strategy = STRAT_ALLIGATOR; // Strategy
input unsigned int EA_Strategy_Active_Tf =
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)

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

0 comments on commit e99509b

Please sign in to comment.