I want a simple Ea to just see (in strategy tester) candles passing without doing nothing! its possible?
the ea template (oninit, ondeinit, ontick) with default values, just run and quit without showing nothing.
Do I need minimal code to make it work (visual mode selected in str tester->settings)? no clue in Journal!
I also want to be rich without doing anything. Is this possible? :)
I want a simple Ea to just see (in strategy tester) candles passing without doing nothing! its possible?
the ea template (oninit, ondeinit, ontick) with default values, just run and quit without showing nothing.
Do I need minimal code to make it work (visual mode selected in str tester->settings)? no clue in Journal!
Jokes apart, I think you misunderstood me,
I just want a safe place to start!
It looks an empty ea (with default oninit, ondeinit, ontick) just run and finishes without any "graphical" output (in visual mode)
Doing those precise decisions will be the next phase.
Do I need to include some code to make it pass by the selected period without opening a position, but seeing the market movement?
When using an ea do I need to open a position? how about a trade assistant (it doesn't actively open a position right)?
Could you post an example of ea that runs on strategy tester doing nothing (just showing the cadles passing by)
at the end I could be doing something wrong
thanks for your help,

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I want a simple Ea to just see (in strategy tester) candles passing without doing nothing! its possible?
the ea template (oninit, ondeinit, ontick) with default values, just run and quit without showing nothing.
Do I need minimal code to make it work (visual mode selected in str tester->settings)? no clue in Journal!