Your topic has been moved to the section: MQL4 e MetaTrader 4 — In the future, please consider which section is most appropriate for your query.
If you need help with your code, you will need to show your code.
Also show output from the Journal and Experts log relevant to the issue. Add extra prints to your code so that it can be debugged more easily.
Show screenshots if relevant.
Commodity Channel Index |
ID
Value
Description
PRICE_CLOSE
0
Close price
PRICE_OPEN
1
Open price
PRICE_HIGH
2
The maximum price for the period
PRICE_LOW
3
The minimum price for the period
PRICE_MEDIAN
4
Median price, (high + low)/2
PRICE_TYPICAL
5
Typical price, (high + low + close)/3
PRICE_WEIGHTED
6
Weighted close price, (high + low + close + close)/4
iCCI - Technical Indicators - MQL4 Reference
- docs.mql4.com
iCCI - Technical Indicators - MQL4 Reference
Thank you Fernando.
As this is my first post, I am sorry I posted it at the wrong place.
I will take note and try to find better place in the future.
I could post my code, but it is not the code I am asking about. It is the CCI from Metaquotes.
Do you know what ENUM_APPLIED_PRICE it uses ?
Regards,
Håkon
As this is my first post, I am sorry I posted it at the wrong place.
I will take note and try to find better place in the future.
I could post my code, but it is not the code I am asking about. It is the CCI from Metaquotes.
Do you know what ENUM_APPLIED_PRICE it uses ?
Regards,
Håkon
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am using the custom indicator CCI in my programming.
However, the program does not behave accordingly to the CCI on the chart.
I am wondering - anyone know the ENUM_APPLIED_PRICE in the custom indicator CCI ?
Regards,
Håkon