Forum

The bot does not run in tester mode fix

I am creating an ea using a free indicator in market place, the indicator draws tp and SL but when running the signals are received and trades taken but tp and SL not drawn , hope I can be assisted

General Question For indicator objects both MT4 & mt5

A indicator draws sl levels etc on the current chart, trading the current symbol() and period can get figures What about multiple symbols? Or Periods considering you need to call those objects with objectgetdouble() what chartid to use

Remove figures from arrays

I have a question I use the below code to remove certain figures from arrays from a specific index. How can I make the code work for arrays example RunningTrades[].symbol void RemoveIndexFromArray( string &MyArray[], int index) { string TempArray[];