I would like to program a Strategy to buy (EnterLong) everytime one line crosses below another. (SMA(5) cross below SMA(10) for example).
With EntryHandling=AllEntries, the above will process once and hold until the position is closed.
With UniqueEntries, it will basically do the same thing, unless I have different entry logic and a different name.
Is there any way to buy each time X crosses under XX, multiple times if neccessary ?

Comment