Topic: Reversed Trading Logic (an experiment)
I would like to present my little research which I believe has some potential to improve the FSB.
----------------
The problem
----------------
From my observations, FSB's strategy design logic tend to work this way:
- Open [BUY POSITION] when Previous Bar closes below Bollinger Band (2,20) and RSI is higher than 30.
- Close and Reverse.
The problem is the following: we are not able to reverse the logic, that is, to make it work this way:
- Open [SELL POSITION] when Previous Bar closes below Bollinger Band (2,20) and RSI is higher than 30.
- Close and Reverse.
-------------------
Why it matters?
-------------------
Let make a simple experiment. Lets assume that most strategies fail. The simplest way to make a failing strategy profitable is to reverse its logic, that means to BUY when the strategy SELLS. Unfortunately, FSB doesn't allow to apply this idea at the moment.
If we manage to accomplish it, the next step is to develop a strategy that fails >90% of time over a long period of time and simply reverse the logic to make it profitable. If this concept would fail it means that there is probably a bug withing the program which makes the results of the backtesting not reliable OR the problem exists within the data OR there is an issue with spread or slippage OR we are very unlucky with the strategy which we've chosen. Either way, it helps us to develop a successful system much quicker.