Description
This crypto trading bot uses the Keltner strategy together with a trend-based indicator and Directional Movement System. The stable profit that is achieved during backtesting is primarily attributed to the combination of accurate entries and multiple take-profits, which can be easily set on the WunderTrading platform. This free TradingView bot can be easily automated using TradingView strategy alerts on WunderTrading. Detailed instructions and the code are provided below.
IMPORTANT!
This is a trend strategy and works best in trending markets
A trend identifier was added using the interaction between the EMA and SMA
The strategy uses multiple take-profit levels
Settings
Applicable to: LINK/USDT 15 min
Input | Value |
Period | 25 |
Length | 12 |
Mult | 2.5 |
DI Length | 14 |
DMI Benchmark | 33 |
Long Take Profit 1 (%) | 3.5 |
Long Take Profit 1 (Qty) | 15 |
Long Take Profy 2 (%) | 6.1 |
Long Take Profit 2 (Qty) | 100 |
Long Stop Loss (%) | 4 |
Strategy Script Code
You can copy this code and paste it into your TradingView.

