void OnStart() { long CurrentChart=ChartID(); if(CurrentChart>0) { bool CurrentChart2=ChartSetInteger(CurrentChart,CHART_MODE,CHART_CANDLES); } }
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
Hi there all
Please help me with the following. I would like to change my candlestick chart to a candlestick chart range,just as the pictures i have attached. I tried with the following code & i know i need to add more coding to it.