Re: Express Generator - Wish List
Hi Popov, I had 1 suggestion.
Instead of using indicators for both entry and exit, modify it such that it could be specifically used for entry/exit. The way it is in EA Studio.
The settings could be like:
; Indicators used by the Generator: EntryAndExit, EntryOnly, ExitOnly, False(or neither)
ind_accelerator_oscillator = EntryAndExit
ind_accumulation_distribution = EntryOnly
ind_adx = ExitOnly
ind_alligator = False
This will help with more control in strategy generation. Like EA Studio.