Sell Strategy - ptstratx/ptstratx GitHub Wiki

You can combine up to 5 indicators with freely adjustable sell values for you sell strategy:
- GAIN
- EMAGAIN
- EMASPREAD
- SMAGAIN
- SMASPREAD
- SMACROSS
- EMACROSS
- HIGHBB
- LOWBB
- BBWIDTH
- RSI
- STOCH
- STOCHRSI
- MACD
If "--" is selected as a strategy, the respective strategy is ignored.
Please be aware, that GAIN is a mandatory strategy and cannot be disabled.
Fields:
- DEFAULT_sell_value sets the value of the selected indicator on which to trigger, e.g. HIGHBB 20.
- DEFAULT_stop_loss_trigger set the value that will trigger a stop loss order. 0 disables stop losss, negative value enables SL.
Example:
- HIGHBB 20 is only true if the price is lower HIGHBB 20. Above, this indicator is false.
For further explanation, see the Profit Trailer wiki:
Please note:
- The OBV indicator is not yet available, as the implementation in PT2 doesnot match the common OBV values of TV
- The StochRSI in PT2 is a different implementation than what you usually use in TV. We tried to match as much as possible with the PT2 values.
- With PT2, only certain time periods (specified by the respective stock exchange) are available (e.g. 5m, 15m, 1h). Please make sure to set your chart period / indicator period accordingly (more in the Indicator section.
Next: SOM Parameter