I've developed a simple day trading strategy. When strategy gets a buy signal, it continues getting the signal for multiple ticks. I place a longorder entry when I get the first signal. How do I stop ninja from contiguously executing longorder? I've set "Entries per direction" = 1 but I keep getting longorder until the signal becomes invalid.
How can I manage it to one entry per direction and ignore the additional signals?

Comment