-
Hi community!
Let me introduce you to the Nerve-Wrecker! Run some backtests with it and see where the name comes from.. 😉
The bot utilizes customizable moving averages, ADX, ATR and stochastics to do its thing and has a wide range of how it can be used; anything between turtle, swing and scalp trading.
Note regarding custom leverage input: set this to the max leverage used on your desired market (for example, 125 on Binance Futures BTC/USDT), or 1 if you are using this on a spot market.
The trading rules are as follows:
Go long if…
– Price is above higher timeframe MA
– ADX is above its signal line
– CCI is below its upper extreme (by default range is set to 140, which means upper extreme is 140)
– Lower timeframe MA is above higher timeframe MA
– Stochastics give us a crossover signal below its lower level (by default range is set to 10, which means lower level is 40)Go short if…
– Price is below higher timeframe MA
– ADX is above its signal line
– CCI is above its lower extreme (by default range is set to 140, which means lower extreme is -140)
– Lower timeframe MA is below higher timeframe MA
– Stochastics give us a crossunder signal above its upper level (by default range is set to 10, which means upper level is 60)When position is opened, the bot will record the ROI % based value using the current ATR value. This will be used as the start % for the profit trailer it uses for exits. You can also use a stop-loss based on this same ATR value by setting [3.6. Stop-Loss Multiplier] higher than 0 (SL not used when set to 0).
Custom report statistics include stats for successful trades, stop-losses hit, the ratio between these 2 and all the Trading Report stats.
Required scripts:
– [pshaiCmd] HighSpeedPricesHappy trading, and may the profits be with you.
~pshaiNOTE: Script uses GetTradingReport which is only available in BETA version of HTS at the time being. If you do not want to update, comment the related lines of code: 227 – 240.