Forum

EA continues to run after the Autotrading button is pressed to disable it

The subject says it. 742 is the build. I did search but didn't find anything about it. When I click to disable Autotrading, the EA continues to run. I even took the EA off and replaced it on the chart, enabled it and disable it and it continues to take ticks and process as though Autotrading was

Can't get CiSAR to return a valid value

#property link "http://www.mql5.com" #property version "1.00" #include <Indicators\Indicators.mqh> input double _SARS1 = 0.12 ; input double _SARM1 = 0.2 ; CiSAR sar1,sar2,sar3,sar4; //+------------------------------------------------------------------+ int OnInit () { sar1.Create( Symbol

Strategy Tester keeps reloading my custom indicator

Hi there, I am running the strategy tester on EURUSD H1 and it works fine. When I change to a different pair it loads my customer indicator every time it refers to it in the program. That slows things down. If I switch back to EURUSD it again works fine. Clues