quantatrading / Quanta-exoTrader

Quanta exoTrader is an advanced cryptocurrency trading algorithm designed to optimise trading through automation and detailed technical analysis, suitable for both novice and experienced traders.
9 stars 1 forks source link

[FEATURE] TL Multiplier #44

Open crophoenix opened 6 months ago

crophoenix commented 6 months ago

Describe the feature you are requesting and how it would benefit the performance or user flow TL multiplier to be introduced as optional parameter to allow multiplication of DCA and help with getting out of bad trade sooner because increased position size will push BEP down much quicker. TL multiplier should apply only in drawdown situations and then fill the next order when signalled by exo by multiplying previously multiplied TL. For example TL of 10 and TL multiplier of 1.2 will increase TL by 20% for every subsequent buy, so if 5 positions were to be filled, their position sizes / TLs should be 10, 12, 14.4, 17.28, and 20.736 respectively. Not recommended for high frequency trading, but is up to the user's risk appetite to decide how much they're willing to risk.

Variation of this implementaion could be to have TL multiplier driven by:

Is the request for TV or exoTrader? Both, TradingView / exoTrader

Have you considered achieving the outcome with current features? Not possible to multiply TL other than manually intervene to set different TL value after each trade

Provide examples or data to support the request N/A

quantatrading commented 6 months ago

Thanks for contributing, will pull this when critical backlog is cleared. ty