
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
To GumRai
first mean:
if((present_time>=open_time)&& (present_time<close_time))OrderTicket();
I mean make trade between two specific pint- open and stop. In this case 13.30 and 19.00
second mean:
trailing stop
To angevoyageur
I think I use OrderSelect(), before rest Orderxxx(). I can't "see" your suggestion. First is the loop and after there is function call (buy,sell)
To GumRai
first mean:
if((present_time>=open_time)&& (present_time<close_time))OrderTicket();
I mean make trade between two specific pint- open and stop. In this case 13.30 and 19.00
second mean:
trailing stop
To angevoyageur
I think I use OrderSelect(), before rest Orderxxx(). I can't "see" your suggestion. First is the loop and after there is function call (buy,sell)
Excerpt from your code :
start() function is called on each tick. You don't call OrderSelect() before using the highlighted functions.