mtcc:
Hi,
I would like to know is it possible to run EA forever until press the "stop" button ?
It is found that :
when I run the EA, it just run up to current moment.
What I expect is .... as the time goes ..... it would continue to run .... until I press the "stop" button ..... is it possible ? how ?
Depends on the EA. Show your EA's code, or check what it does exactly. If it's designed to place one order only and stop working, then it won't continue after that...
('continue' in the sense of doing something. start() would still trigger on every incoming tick).

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
Hi,
I would like to know is it possible to run EA forever until press the "stop" button ?
It is found that :
when I run the EA, it just run up to current moment.
What I expect is .... as the time goes ..... it would continue to run .... until I press the "stop" button ..... is it possible ? how ?