Type/to search

Multifactor Dynamic Money Management Strategy

Cryptocurrency
Created: 2023-10-17 15:09:59
Last modified: 3 years ago
1
Follow
1781
Followers

img

Overview

This strategy integrates MACD, RSI, PSAR and other technical indicators together with the dynamic money management methodology to track trends and make reversal trades across multiple timeframes. The strategy can be applied for short-term, medium-term and long-term trading.

Principles

The strategy uses PSAR indicator to determine the trend direction. The crossover between EMA and BB middle line serves as the first confirmation point. MACD histogram direction acts as the second confirmation point. RSI overbought and oversold areas serve as the third confirmation point. Trading signals are generated when all the above conditions are met.

After entering the position, take profit and stop loss points are set. The stop loss point is determined by multiplying ATR value by a fixed number. The take profit point is calculated in the same way. Meanwhile, floating loss percentage stop loss is set. When the loss reaches a certain percentage of total account equity, the stop loss will be triggered.

There is also percentage setting for floating profit. When profit reaches a certain percentage of total account equity, take profit will be triggered.

Dynamic money management calculates position size based on total account equity, ATR value and the multiplier used for stop loss. Minimum trading quantity is also set.

Advantages

  1. Multiple factor confirmation avoids false breakouts and improves entry accuracy.

  2. Dynamic money management controls single trade risk and protects the account effectively.

  3. Stop loss and take profit points are set according to ATR, which can be adjusted based on market volatility.

  4. Floating loss and profit percentage settings lock in profits and prevent pullbacks.

Risks

  1. Multiple factor combinations may miss some trading opportunities.

  2. High percentage settings can lead to greater losses.

  3. Improper ATR value settings may result in stop loss and take profit points that are too wide or too aggressive.

  4. Improper money management settings may lead to excessively large position sizes.

Optimization Directions

  1. Adjust factor weights to improve signal accuracy.

  2. Test different percentage parameter settings to find optimal combinations.

  3. Select reasonable ATR multipliers based on different product characteristics.

  4. Dynamically adjust money management parameters based on backtest results.

  5. Optimize timeframe settings and test trading sessions.

Summary

This strategy integrates multiple technical indicators for trend determination and adds dynamic money management to control risks, realizing steady profits across multiple timeframes. It can be further optimized by adjusting factor weights, risk control parameters and money management settings based on backtest results.

Source
Pine
/*backtest
start: 2023-09-16 00:00:00
end: 2023-10-16 00:00:00
period: 10m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © SoftKill21

//@version=4
Strategy parameters
Strategy parameters
From Day
From Month
From Year
To Day
To Month
To Year
length
overSold
overBought
Fast Length
Slow Length
Source
Signal Smoothing
Simple MA(Oscillator)
Simple MA(Signal Line)
start
increment
maximum
length_bb
Source
StdDev
Offset
Length
Source
Offset
Average True Range Period
Risk %
Is this a 2 digit pair? (JPY, XAU, XPD...
Equity Protection %
Equity TP %
multi atr tp
multi atr sl
SL X
TP X
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)