AlgoWizard - Very simple EAs with no trade execution will not compile

In AlgoWizard, when creating very simple EAs for testing that do not have any trade execution, the EA will not compile because of the following incomplete statement under Money Management variables:

extern double mmLots = ;
To resolve this problem, you have to manually edit the .mq4 source file in MetaEditor to read:
extern double mmLots = 0.1;

Attachments
No attachments
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority High

History

h
#1

HEJ

26.02.2021 08:02

Task created

MF
#2

Mark Fric

26.02.2021 08:35

Priority changed from Normal to High

TB
#3

Tomas Brynda

26.02.2021 11:00

Status changed from New to 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