Linux 137: Incorrect MQL4 code of Merged Strategy

I built strategies for AUDNZD hourly bars (also looking at its daily bars). If I created a Merged Strategy ("Strategies merged into one") for such strategies, the MQL4 code for the Merged Strategy has the following incorrect code. The highlighted number should be 60, not 1440.

extern double MainChartTickSizeSQ = 1.0E-4; //MainChartPipSizeSQ
extern string Subchart1Symbol = "Same as main chart";
extern int Subchart1Timeframe = 1440; // D1
extern double Subchart1TickSizeSQ = 1.0E-4; //Subchart1PipSizeSQ
extern string Subchart2Symbol = "Same as main chart";
extern int Subchart2Timeframe = 1440; // D1
Attachments
Strategy 117164.sqx
(67.12 KiB)
Strategy 119151.sqx
(84.81 KiB)
  • Votes +2
  • Project StrategyQuant X
  • Type Bug
  • Status New
  • Priority Normal

History

m
#1

murty

01.09.2023 18:50

Task created

m
#2

murty

01.09.2023 18:50
Voted for this task.
E
#3

Emmanuel

06.09.2023 20:16
Voted for this task.

Votes: +2

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please