Guide
How does the 3Commas Bot strategy work ?
The 3Commas Bot strategy leverages the power of TradingView's scripting functionality paired with the automation capabilities of 3Commas. It is designed for traders delving into algorithmic trading, offering a pre-configured strategy that manages risk with predefined stops, limit orders, and trailing stops. The essence of the strategy is a moving average (MA) crossover system that triggers a trade on a simple moving average (MA) crossing up or down.
Here's how it is implemented:
- The default strategy uses a 1:1 risk-to-reward ratio automatically setting stop and limit orders equidistant from the entry point, based on a moving average crossover.
- Traders select the types of MAs and define their lengths. Additional parameters like volatility-based stop-distance adjustment, using Average True Range (ATR), and a variable lookback period for swing highs/lows help to optimize the setup.
- The strategy includes an option for trailing stops that activate after price moves a certain percentage towards the target.
- To use the strategy, traders must insert their unique 3Commas bot keys in the specified section of the code and set up alerts within TradingView that will connect to their 3Commas bots via webhooks.
Additionally, the strategy accommodates optional features such as not setting limit orders for trailing stops, providing greater leeway for extended profit runs at the risk of not securing profits at highs.