This is the Jackrabbit Savings Account. This script is designed to mimick a standard savings account and generate small amounts of profit of a daily basis. This script implements a form of dollar cost averageing (DCA) that uses a price deviation methodology.
Its primary principle is based upon my "failsafe" blueprint, which is tailored to people with little or no experience in cryptocurrencies.
This algorithm is NOT designed to win every trade, only profit from the average.
The blue line is the current average price of the asset.
The red line is the deviation boundary. Price action must be below this line for buys to be signaled.
The green line is the take profit. Price action must be above this line for a sell signal to be generated.
There are only two settings:
Take Profit, which describes the average profit percent of the combined positions, and
Deviation, which describes the percent boundary for which price action must drop before additional assets are purchased.
It is important that when you establish your sell signal, ALL positions must be sold to ensure the average profit. If required, use a CLOSE ALL message provided by your platform. Also, any platform specific DCA or Safety Orders will cause losses as this script can not track their value. It is recommended that these features not be used.
This is a standalone module and not compatible with other Jackrabbit modulus components.
This script is by invitation only. To learn more about accessing this script, please see my signature or send me a PM. Thank you.