Minimum number of signals

If there is a minimum of x longs or shorts signals, the bot will enter a trade position.

For all examples: [There is a minimum of 2 long signals] Ex 1: The general strategy triggers 2 long signal, 0 short signal. -> The bot opens a long position.

Ex 2: The general strategy triggers 1 long signal, 1 short signal. -> The bot will not open any position.

Ex 3: The general strategy triggers 2 long signal, 1 shorts signals. -> The bot opens a long position.

Last updated