Forum

Expression

what happens if I do this, x = y = z

what is the best way to compare OrderCloseTime to trade on the next hour

x if (OrderCloseTime() < Time[ 0 ]) if the open order hits the take profit i want to the next 1 hour to trade again

OrderOpenPrice return value 0

double point = MarketInfo(Pairs,MODE_POINT); double low = iLow(Pairs,PERIOD_H1,0); double high = iHigh(Pairs,PERIOD_H1,0); double lotsize = 0.00; bool newOrder = false; if(OrderSelect(lastOrder(Pairs),SELECT_BY_POS,MODE_TRADES) == true) { if(OrderType() == 0 && low <= OrderOpenPrice()

Arrow wingdings cover the candle not in above/below postion

why my arrow wingdings cover my candle stick even I put it in High[] and Low[] predefined varialbles. this is my code ObjectCreate(Symbol(), StringConcatenate("BuyEntry-", "sd"), OBJ_ARROW , 0, Time[1], High[1]); ObjectSet(StringConcatenate("BuyEntry-", "sd"), OBJPROP_STYLE, STYLE_SOLID);