simplest EA

 

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!

 
Marcelo Correa:

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? :)

 
Marcelo Correa:

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!



No EA will do the job without you interferring and making precise decisions. EAs are ment to make your job easier, help you make the right choices and get the most out of trading, but you need to be invoved in the process, as well
 

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,