The new "Pure Morning 2.0 - Candlestick Pattern Doji Strategy" is a trend-following, intraday cryptocurrency trading system authored by devil_machine. The system identifies Doji and Morning Doji Star candlestick formations above the EMA60 as entry points for long trades. For best results we recommend to use on 15-minute, 30-minute, or 1-hour timeframes, and are...
The Bollinger Bands - Breakout Strategy is a trend-following optimized for short-term trading in the crypto market. This strategy employs the Bollinger Bands, a widely recognized technical indicator, as its primary instrument for pinpointing potential trades. It is capable of executing both long and short positions, depending on whether the market is in a spot or...
Library "TrailingStops" This library contains functions to output trailing stop lines. f_marketStructureStop(_restartMode, _flipMode, _restartLowIn, _restartHighIn) Parameters: _restartMode - Defines how the stop lines persist. Allowed values are: "Always On" - The stop lines are always present and they just reset when they're crossed. ...
The calculation of this ATR is based on the low of yesterday in order to not change continuously during the day. You can use this indicator to create a trailing stop taking into account volatility on the nATRPeriod previous days. It also always go up as a trailing stop should. It only goes down the price reaches the trailing stop.
Since my exchange doesn't support trailing stop I made a script for it. It is fully configurable, which means you can set the bars for calculation, the offset and sources for trigger and calculation. The original purpose for me was to send a command to my bot. If you like it please comment and check out my other scripts.