Forum

Order expiration

Hey guys i would aappreciate if you help. Can someone tell me why my orders are not expirng? if ((Buy_Sell_Signal()== "Buy" ) && ( OrdersTotal () == 0 )) Ticket = OrderSend ( NULL , ORDER_TYPE_BUY_LIMIT ,Lot_Size,( iBands ( NULL , 0 ,BB_Period,BB_Deviation2,BB_Shift,BB_Applied_Price, 2 , 0 )), 0 , 0

time stop

Hey Guys! I need your help. Does anyone have a code for a timestop`? I want my system to close positions at the open of the second new bar since the openeing. Thank you very much

Metatrader4 intrabarordergeneration

Hey guys! i am from tradestation and i am wondering if there is a syntax for intrabarordergeneration, witch allowes me to make an order as my criteria is reached and not at the open of the next bar. Thank you! 600