Forum

Expert adviser works in real time, But it has a problem when running on strategy tester

Hi guys, I hope you doing well. I wrote an EA which is more complicated than this below, But as an example in the below code, I used ADX to get signals, when it's running on real time it works perfectly, But when I want to back test, It doesn't actually works, Then the strategy tester doesn't move

Problem In Comparing Volume of Special Queue In Depth Of Market

//+------------------------------------------------------------------+ //| Sell Queue.mq5 | //| Copyright 2020, Arash And Navid | //| NULL |

How To Scan All Symbols With Special Condition And Show The Results

Hi friends, I'm going to use a filter in the stock market to display, for example, symbols with RsI values ​​greater than 70. And I want this filter to be applied to all the symbols on the market watch. Then specify the names of all the symbols with the defined conditions. The main problem is that

How To Alert Signal based On Arrow When Drawn

Hi Guys, My Friend And I Coded This Indicator Last Week, By Default, The Signals Are Indicated By Arrows. I Plan To Issue An Alert At The Same Time As The Arrows Drawn. But I Don't Know What To Put In That " If ", To Issue An Alert In The Right Time. I Show You The " If " Section Like This: Line 209

How To Update Custom Indicator On Evey Tick

I have a Custom Indicator , but i have a problem, When New Candles Come, It Dosn't Work As Well, Until I click On Compile Button, I want It To Be Update On Every Tick //+------------------------------------------------------------------+ //| //|