Fibonacci candle with Fibonacci ema strategy
Apr 16, 2021

The Fibonacci candle with Fibonacci ema strategy tool is a trend-following system that utilizes Fibonacci sequences to calculate smoothed candle values and moving averages for trade identification. By averaging price and volume data across ten Fibonacci-derived lookback periods, it aims to filter out market noise and identify robust directional shifts on higher timeframes.
Usage
The strategy is primarily designed for identifying long entries when multiple price action and momentum criteria align. A long position is initiated when the "Fibonacci candle" (a candle derived from the average of prices at Fibonacci lookback intervals) shows bullish characteristics—such as closing higher than the previous average close and average high—while simultaneously being supported by a volume surge and a stochastic momentum filter.
Specifically, the strategy enters a long trade when:
- The current average close is above the average open.
- The average close and average high are both trending upward over several periods.
- The average volume crosses above its EMA.
- The average Stochastic value is above the user-defined middle threshold.
- The average close is trading above the composite Fibonacci EMA.
Positions are exited when the corresponding short conditions are met and the average price drops below the composite EMA.
Details
The core logic of the script relies on the first ten numbers of the Fibonacci sequence: 0, 1, 2, 3, 5, 8, 13, 21, 34, and 55. Instead of using standard lookback windows, the tool samples price (Open, High, Low, Close) and volume at these specific intervals to create a "Fibonacci average candle."
Similarly, the script calculates nine different Exponential Moving Averages (EMAs) based on these Fibonacci lengths and averages them to create a single "Fibonacci EMA" line. This approach combines short-term and long-term momentum into a singular smoothed trend filter.
Settings
- Volume EMA Length: Determines the lookback period for the EMA applied to the Fibonacci-averaged volume to detect volume breakouts.
- K: The period used for the raw Stochastic calculation.
- D: The period used for the Stochastic moving average.
- Smooth: The smoothing factor applied to the %K line.
- Stoch Middle: The threshold (default 40) that the average stochastic must be above for long entries or below for short exits.
FAQ
How do I use the Fibonacci candle with Fibonacci ema strategy?
You can apply this strategy to your chart to visualize potential trend reversals and momentum shifts based on Fibonacci sampling. It is best suited for higher timeframes like the 4H or Daily.
Can I change the Fibonacci numbers used?
The current implementation is hard-coded to use the first ten sequences (up to 55) to maintain the specific calculation logic of the Fibonacci average candle.
How can I access this tool?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

