Forum

Strategy tester error (Failed to create then button)

Hi, There is a problem in strategy tester which is occurred from yesterday and before that it was ok. When I run strategy tester it shows two errors. Failed to create the button ! Error code = 4200 unmatched data error (volume limit 447 at 2022.08.30 14:10 exceeded) And also as you can see on the

SymbolInfoDouble(EURUSD,SYMBOL_BID) in strategy tester

Hello, There is a problem in my testing. Any guide is appreciated. My chart is on EURJPY and I need to know EURUSD rate in my EA. I get EURUSD rate with SymbolInfoDouble(EURUSD,SYMBOL_BID) and it works perfect while using EA. But when I run strategy tester , output of

Put RSI on chart via EA

Hello, I want to take RSI input parameters from user and put RSI on the chart. Does anybody know what codes should be written? Thanks

Get RSI Period

Hello, I want to get period of current RSI indicator. Does anybody know how I can get it in MQL4 or MQL5? Thanks

Moving average on ATR in MT4

Hi, I want to have iMA 200 period on iATR 14 period in MT4. I have written the following code but it returns 0 and I don't what is the problem. Any help is appreciated. MA200=iMA(_Symbol,PERIOD_CURRENT,200,0,MODE_SMA,iATR(_Symbol,PERIOD_CURRENT,14,0),0); Attached phot shows my request clearly