I'm working on one of my strategies.
I have entries per direction set at 10 for example.
When buy condition:
Strategy keep making entries until 10 entries reached, strategy then stopped making new entries.
Now the buy condition turned out to be sell.
When Sell condition appears:
I used ExitLong() method and want the strategy to go short and build that 10 short entries. however, the strategy just ignored the ExitLong and stopped making new entries.
Is this normal??



Comment