Forum

Export bars with indicators

Anyone wrote script, which I can see somewhere, which can export past bars ( 1 month for example ) but with RSI+SMA etc ? Is it possible to do this

OrderSend works on market, but not in backtests 134 error

Hi, I have some strange issue while using backtester . Here is some code sample: double ND( double val) { return ( NormalizeDouble (val, Digits )); } void OnTick () { double price= Ask ; double minstoplevel = MarketInfo ( Symbol (), MODE_STOPLEVEL )+ 10 ; double stoploss=ND( Ask