-
General Questions
-
Robots
-
- What is the difference between EA Trading Academy's free and premium robots
- Which broker should I use to trade the Robots?
- Do I need a VPS to trade with Robots?
- Can I use Robots on cryptocurrency exchanges?
- How to trade with many EAs in the US? (FIFO solutions)
- I placed the EAs over the charts, but no trades are opening
- Is it possible to trade cryptocurrencies with Robots?
- Why do my trades not match on Demo and Live accounts with the same EAs?
- Why do some of the EAs in the courses not have SL and TP?
- Do the EAs have money management integrated?
- What returns should I expect from the robots
- Can I use Grid EA (like Waka Waka) on Prop Firms?
- Can you pass a challenge for me and manage my Funded account with the FTMO EA?
-
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
-
-
- Articles coming soon
-
- Articles coming soon
-
-
Strategy Builders
- What are the main differences between EA Studio and FSB Pro?
- Is there a difference between the trial period and the license?
- Why is the backtest on EA Studio/FSB Pro different from the backtest in MetaTrader?
- Can I use Custom indicators on EA Studio or FSB Pro?
- What are the limitations of the EAs during the free trial?
-
-
- Articles coming soon
-
- Data Source Settings
- Fetch Settings
- Collection Settings
- Parameters and Settings
- Data Horizon
- Backtester Settings
- How to avoid overfitting?
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
Courses
-
Indicators
Commodity Channel Index (CCI)
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The Commodity Channel Index indicator gives you the difference between the present price and the historical average price. It shows you the strength and direction of the price trend. You can use this oscillator to decide whether you want to enter a trade at that point in time or wait.
The Commodity Channel Index (CCI) oscillator shows you when buying or selling may have reached its peak for that period. Based on what you notice, you may refrain from entering a trade. You could also add to a position that you’re already holding.
When the CCI indicator is above zero, it means that the price is above the historic average. Similarly, when it’s below zero, it means the price is below the historic average. This oscillator is unbounded, so it will keep bouncing back and forth indefinitely. You can only know if the commodity is overbought by looking at historical levels where price reversals took place.
While this oscillator can provide buy and sell signals, it only does so under certain conditions. You should use it with other indicators to be more certain of any move you want to make.
Calculating Commodity Channel Index Indicator
In the calculations below, the following symbols are used:
- N = the number of periods
- SMA = Simple Moving Average
- Typical Price= TP
Formulas
To find the Typical Price, you’ll have to add the HIGH, LOW, and CLOSE prices for each bar and divide the sum by 3.
TP = (HIGH + LOW +CLOSE)/3
To find the n-period SMA,. SMA(TP, N) = SUM[TP, N]/N 3.
To subtract the received SMA(TP, N) from Typical Prices. D = TP – SMA(TP, N) 4.
To multiply the received SMA(D, N) by 0,015. M = SMA(D, N) * 0,015 6.
To divide M by D CCI = M/D
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |