Pieter Gerhardus Van Zyl
Pieter Gerhardus Van Zyl
  • Information
3 years
experience
4
products
247
demo versions
0
jobs
1
signals
0
subscribers
Pieter Gerhardus Van Zyl
Added topic Failing upload to market
Hi  My ea runs fine with zero errors on demo but fails uploading to market I use 2 bools to check the correctness of volume and money for trade I get different validation errors If I start with 0.01 lot, the error is no trade operations but if I
Pieter Gerhardus Van Zyl
Added topic property strict troubles
I have added background zones to my trading system and works fine but, not with property strict I get 2 errors in code below - k is undeclared identifier and complicit conversion from number to string on second line Any advice? for (int k = i;
Pieter Gerhardus Van Zyl
Added topic Counting Buy and Sells for specific pair
My grid ea uses count buy and sells and close all in profit It works perfectly on 1 pair When 2 or more pairs is loaded it gets confused Is it possible to count only for a specific pair? Please advise what must be added and where in the code below