Georgi Iliev / Profile
Georgi Iliev
Added topic Is it possible to Backtest my Custom Indicators parallel with my EA in MT4/MT5
I conclusion, Yes it is possible to do that when using visual mode. In MT4 you can just drag the indicator over the chart and drop it. That way the Custom Indi will work simultaneously with the EA. For me this is extremely important because we use
Georgi Iliev
Added topic Is it better to just use ObjectCreate(....) instead of first checking with ObjectFind(.....) if I have already created that object and then send the request ObjectCreate(....) I haven't
I am trying to optimize my EA, because I would prefer my back tests that run for a few days to be faster. (I am using using visual mode, but it is intentional) The thing that is slowing my program are some objects that I am drawing and moving
: