TradingView
RobertD7723
2020년 10월 17일 오후 5시 57분

Jackrabbit.modulus.Trailing 

Binance Coin / TetherUSBinance

설명

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.

릴리즈 노트

Updated minimum percentages to allow hundredths of a percentile.

릴리즈 노트

Added selection for historic or live data.

릴리즈 노트

Updated realtime/historic data algorithm for improved accuracy and effeciency.
더보기