Forum

Trading System with 15 min delayed markets

Hello all, I have a question for those who are experienced with EAs. Do you think it's possibile to build an EA, backtesting it and trade with it in a 15 min delayed market/market data? What precaution should be taken to be sure you're not committing bias or logical errors? Do you know any CFD

OrderSend code error

Hello all, I have a problem with the code of my OrderSend, that I wrote to use it in general purpose. The problem is that sometimes I get an OrderSend error with the 0 error code int MyOrderSend( string symbol, int type, double volume, double price, int slippage, double stop, double take, string

Issue in assigning values to buffers

Hello all! I open this topic because I have a problem in assigning values to buffers and I didn't find a solution. Here is a summary of the code #property indicator_buffers 2 double buf_1[], buf_2[]; int OnInit () { if(!IndicatorBuffers(2)){Print("Error allocating memory");return INIT_FAILED;}