Forum

Order Modify Error 1

hi, how can i fix this? int _GetLastError= 0 , _OrdersTotal= OrdersTotal (); for ( int z=_OrdersTotal- 1 ; z>= 0 ; z--) { if ( ! OrderSelect ( z, SELECT_BY_POS ) ) { _GetLastError= GetLastError (); Alert (" OrderSelect ",z," SELECT_BY_POS - Error

How will the order be closed after a certain period of time?

First of all, I'm sorry for my bad English. I have an EA. If price doesn't touch the T/P in 20 mins, that order must be stop at current price. I don't want to wait for the price to touch the S/L. Is there any code about this

How to show more bars before the 1970?

Hi, I have monthly historical data for GBPUSD as from the 1900. When I import the historical data file, MT4 does not show before the 1970. I changed the max bars in history and chart to 250000, but the same issue. Sorry for my english. Help me please

iRSI doesn't work well

BuyPoint:20 and SellPoint:80 for EURCHF when the rsi touches the buypoint or sellpoint, order is opened. however, when this opened order is closed, although rsi doesn't touches the buypoint or sellpoint, immediately another order is opened for eurchf how can i fix it parameter extern int