Forum

Need to login Iq Option account via using mt4 terminal

1. Need to show IQ Option Account Number, Account type, Account Balance . And need to show iq option last 1M candle every tick Close value and every second close value

how to get Last tick,Current tick and Next tick value in current candle?

when some condition come true and after that need to find current candle's high to sell order or current candle’s low to buy order in same current candle. How to write code? please guide me. void OnStart() { double tickLast; double tickCurrent; double tickNext;

Write a EA for Binary Option...

if (Buy Condition Come true ) //buy { static double LastAsk= Ask ; double CurrentAsk= Bid ; if (CurrentAsk<LastAsk) { LastAsk=CurrentAsk; } if (CurrentAsk>(LastAsk+ 2 * Point )) { tkt= OrderSend ( Symbol (), OP_BUY ,Lots, NormalizeDouble (