multiTF MQL code

still some strategies have magicnumber without extern, but some not usefull parameters has extern



int MagicNumber = 809186132;
extern int KeltnerChannelPeriod = 79;
extern int BarsValid = 91;
extern int ExitAfterBars = 48;
extern int MoveSL2BE = 55;
extern int ProfitTarget = 250;
extern double StopLossCoef = 4.7;
extern int AroonPeriod = 50;
extern int BarsValid2 = 153;
extern int ExitAfterBars2 = 95;
extern int MoveSL2BE2 = 145;
extern int SL2BEAddPips = 55;
extern int ProfitTarget2 = 470;
extern int StopLoss = 90;
extern int TrailingActivation = 75;
extern int ATRPeriod = 14;
extern int MomentumPeriod = 45;
extern int CCIPeriod = 20;

Attachments
DE_H1D1_809186132_S_Fias_SQ3.sqx
(38.49 KiB)
DE_H1D1_809186132_S_Fias_SQ3.mq4
(197.70 KiB)
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

h
#1

hankeys

22.12.2018 13:55

Task created

TB
#2

Tomas Brynda

29.01.2019 14:45

Status changed from New to Fixed

Tried to load the attached strategy and the MagicNumber parameter was extern in generated code. It should be fixed 

Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please