TradingView
RobertD7723
17 de Out de 2020 17:57

Jackrabbit.modulus.Trailing 

Binance Coin / TetherUSBinance

Descrição

This is a full, true, and pure implementation of trailing buy/sell for the Jackrabbit suite and modulus framework.

This module is not a standalone and relies on previous modules to send a signal data in order to function properly. This module acts on buy and sell data from within the indicator on indicator framework that TradingView supports.

This module adds the ability to trail a buying position to its lowest value or if it breaks a retracement percentage (user defined). It also allows trailing a sell position with an user defined retracement. It can managing buy and selling or just buying or selling.

This module does NOT allow accumulation during the trailing process. If a buy signal is received while the module is already trailing a previous position, if the price is lower then the previous position, the current position is used, otherwise it is ignored. The same holds true for selling. Once the position is bought, accumulation will resume as normal for the next position.

The chart displays (for both buying and selling):

The current price, its retracement value, and the original price.

Note that the buy or sell does NOT actually take place until the price action crosses retracement.

The Jackrabbit modulus framework is a plug in play paradigm built to operate through TradingView's indicator on indicatior (IoI) functionality. As such, this script receives a signal line from the previous script in the IoI chain, and evaluates the buy/sell signals appropriate to the current analysis.

This script is by invitation only. To learn more about accessing this script, please see my signature or send me a PM. Thank you.

Notas de Lançamento

Updated minimum percentages to allow hundredths of a percentile.

Notas de Lançamento

Added selection for historic or live data.

Notas de Lançamento

Updated realtime/historic data algorithm for improved accuracy and effeciency.
Mais