Run EA until press the "stop" button

 

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 ?

 
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).

Reason: