Impossible to place
OrderSend(Symbol(), OP_SELLLIMIT, lotsize ,LowestPrice......Do you know why ????
Sorry, I am noob. I dunno why.
daentay:
Sorry, I am noob. I dunno why.
what is the lowestprice
it is the low of candel 4 1H timeframe of your symbol
and you make that the entry for your SELLLimit trade
will that be valid to do ??
What is this meant to do ?
if(OrderSelect(i, SELECT_BY_POS, MODE_TRADES) == TRUE) { continue; // <----- why ? }//if
continue "A continue operator gives control to the beginning of the nearest outward cycle while or for operator, the next iteration being called. The purpose of this operator is opposite to that of break operator."

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
Need help with the code below,
its a simple code meant to be optimized but i cant make it work. Please help!!!!
Thanks
Daen