This script has list of indicators, filters and signals, which you can combine in a single automatic trading bot.
Some indicators are used as trading signals (listed below) in non-usual manner.
And also you can combine them with indicators-filers, to filter these signals.
(overbought/oversold lines, rising/falling values of different indicators etc.)
As a Constructor - you can make a combination of available indicators, so it can be configured for any currency and any timeframe.
How to trade:
In the backtest below I made conter-trend strategy.
With such settings:
- Currency: MANAUSDTPERP , 15m TF.
- Enable only Short trades
- Enable "Use Accumulation Areas" (it's means now price in the Accumulation )
- Enable "TWO MAs" filter (with "Opposite trend" option )
(So it open trades on conter-trend moves)
How to find new profitable settings:
There are thousands of possible combinations.
Enable signals/filters which you want and in which you believe more.
Configure/tune settings for these filters - and make backtests. A lot of backtests.
If you find some interesting settings or ideas on how to use the strategy - then please send them to me, I will also test them..
Currently the strategy has :
- Visualisation for Signals, TP/SL, Indicators
- Time filter for Backtesting
- Long/Short trading options
- Static TP/SL
- 16 Filters (they allow or not allow orders during some period)
- 6 Signal Indicators (almost as Filter, but they allow order only on 1 current bar )
As a Signal you can use:
- Highest/Lowest bar for last "XX" bars
- Accumulation BreakOut
- TWO MAs color change, crossing
- CMF Cross with Line
- BOP Cross with Line
- QQE signals
As a Filter you can use:
- ATR Volatility
- Volume filter
- SuperTrend
- Price in Accumulation Areas
- TWO MAs Trend
- Channels Keltner or Bollinger
- RSI in Range (Multi-TimeFrame)
- RVI in Range (Multi-TimeFrame)
- MFI in Range (Multi-TimeFrame)
- CCI in Range (Multi-TimeFrame)
- Momentum in Range (Multi-TimeFrame)
- SMIO in Range (Multi-TimeFrame)
- CMF in Range (Multi-TimeFrame)
- BOP in Range (Multi-TimeFrame)