Generator
-
How can I create a generator. Like in optimizable inputs that can generate signals. It would have
Indicators
Lot sizes
conditions -
@traderthomas Some more info would be appreciated. What do you want to generate exactly? Open signals? I don't get that part of 'conditions'.
-
different indicators can be chosen in the inputs and they would produce different signals
-
@traderthomas I know an effective but ugly way to do it. Just select as many condition blocks as indicators you want to be selectable. Then use as many Constants as conditions blocks in order to specify which one to use each time. Otherwise you will need custom code to do it otherwise.
-
@traderthomas You can do this by creating a enum list, each input list an de selected by number starting at 0, is a lot of work and lots of blocks though, here is an example: https://fxdreema.com/shared/vWjShG6Xc
-
@l-andorrà thanks