Forum

Code sometimes not triggering?

Hi, First of all, here is the graph https://www.mql5.com/en/charts And here the code: bool hassold = false ; //+------------------------------------------------------------------+ //| Custom indicator initialization function |

Orders not passing

Hi, I am experiencing some strange problems with my expert advisor. bool hasbought = false ; bool hassold = false ; //+------------------------------------------------------------------+ //| Custom indicator initialization function |