Type/to search

Money Flow Index 5 Minute Strategy Across Time and Space

Common strategy
Created: 2024-01-23 14:46:55
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This is a simple quantitative strategy that uses the Money Flow Index to identify "big sharks" in the market. It is suitable for the 5-minute timeframe and is mainly used for cryptocurrency trading.

Strategy Principle

The strategy uses a 3-period Money Flow Index with an overbought level set at 100 and an oversold level set at 0. The strategy waits for the Money Flow Index to reach overbought levels, indicating the presence of "big sharks" in the market. If price holds up on the first two overbought occurrences of the Money Flow Index for the day, it is considered a bullish entry signal.

A long entry is taken when Money Flow Index = 100 and next candle is a bullish candle with short wicks. The stop loss is set below the low of the trading day and profit is taken within 60 minutes after entry.

The logic above can be used in a mirrored fashion to take short entries as well.

Advantages of the Strategy

  1. Using Money Flow Index can effectively identify accumulation behavior by "big sharks" in the market, stocks with continuation potential.

  2. Candlestick filters help confirm stronger breakouts, avoiding many false breaks.

  3. The SMA filter avoids buying into declining trends, effectively reducing risk.

  4. 60-minute time-based exits quickly lock in profits, reducing drawdowns.

Risks of the Strategy

  1. Money Flow Index may generate false signals, leading to unnecessary losses. Parameters can be adjusted or additional filters added.

  2. 60-minute exits may be too aggressive for high volatility stocks. Profit taking time or moving stop loss can be optimized.

  3. Major macro events are not considered which can impact markets. Strategy should be paused until markets stabilize.

Enhancement Opportunities

  1. Test different parameter combinations like MFI length, SMA periods etc.

  2. Add other indicators like Bollinger Bands, RSI to improve signal accuracy.

  3. Test widening stops to allow larger profit targets.

  4. Develop versions for other timeframes like 15 or 30 minutes based on same principles.

Conclusion

The strategy is simple and easy to understand, aligning with the classic approach of tracking "big sharks". Key overbought/oversold levels combined with candlestick filters remove noise. The SMA filter further enhances robustness.

The 60-minute timeframe allows fast profits but also introduces higher risk. Overall an insightful strategy template for exploration and optimization, providing a blueprint for systematic development.

Source
Pine
/*backtest
start: 2024-01-15 00:00:00
end: 2024-01-22 00:00:00
period: 1m
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/

// From "Crypto Day Trading Strategy" PDF file.
Strategy parameters
Strategy parameters
Strategy Direction
-----------------Strategy Inputs-------------------
MFI Length
Overbought Level
Oversold Level
Bar Body Size, 1=No Wicks
Use MA Trend Filter
MA Length
Use 60 minutes exit rule
Use Mirrored logic for Shorts
-----------------General Inputs-------------------
Use Stop Loss and Take Profit
Type Of Stop
Swing Point Lookback
Swing Point SL Perc Increment
ATR Length
ATR Multiple
Take Profit Risk Reward Ratio
Trailing Stop
Allow Direct Position Reverse
Reverse Trades
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)