You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
HOW WILL IT GO THROUGH IF THERE IS NO ORDER? IT JUST LOOPS AND LEAVES THE LAST VALUE... THAT'S THE POINT.
there will be a warrant don't worry, write what I say.
I DON'T UNDERSTAND THE QUESTION. HOW TO WRITE? ( and spoops... WHAT IS THAT? )
I DON'T UNDERSTAND THE QUESTION. HOW TO RECORD ?
if(OrderType() == OP_BUY) {DS=1; Tbye = OrderTiktn()} so ?
well "so", but that's the small part, write the whole loop. (I don't just say do it, you use it in your EA)
No, I don't want to compare anything yet, I need to do everything sequentially. First the loop.
if(OrderType() == OP_SELLSTOP){ZS=1;TSS =OrderTicket();}
if(OrderType() == OP_BUY){DS=1;TB =OrderTicket();}
if(OrderType() == OP_SELL){DB=1;TS =OrderTicket();}
you should have written this