Forum

association of iHigh and iLow value

dear all pls help me i need handles for my ea who store the value of candle 0 ( zero) as follow: beta = iHigh(NULL,PERIOD_CURRENT,0); alfa = iLow (NULL,PERIOD_CURRENT,0); I saw that compilator in back test always associated candles Open value to alfa & beta; thks for yr reply ac

order send appreciate yr help on this

could you pls help on checking the right parameters passed to order send function in mql5; when i try to compile a warning msg appear: "wrong parameters count"; this is my code:"OrderSend( TRADE_ACTION_DEAL ,NULL,0.5,ORDER_TYPE_SELL,livelloentrypoint,5,EXPERT_MAGIC)"