Common Strategy Setting

Common Strategy Setting

In this section, you set different conditions for strategy execution. The functionality is based on two conditions, “AND” and “OR”. When “AND” is selected, two or more conditions must be met for a condition to be considered true. With “OR” if any of the set conditions are met then the condition is true.

For example, Using a moving average and RSI for a signal.

  1. If FAST MA crosses Slow MA from BELOW AND RSI is < 30 this is a buy signal. TWO conditions must be met.
  2. If FAST MA crosses Slow MA from BELOW OR RSI is < 30 this is a buy signal. ONE condition must be met.

You can combine AND, and OR for Entry, Exit, and Reset