I think since b+600 wee can do things like:
ChartApplyTemplate(..); but the template has be in in the correct folder!
ChartOpen() only 'knows' the Symbol() and the Time_Frame.
This can replace most of your code!!
long chart = ChartOpen("EURUSD",Period()); ChartApplyTemplate(chart,"Momentum");simple code.
calli:
hi calli thank u for your feed back ChartApplyTemplate where i can change this
I think since b+600 wee can do things like:
ChartApplyTemplate(..); but the template has be in in the correct folder!
ChartOpen() only 'knows' the Symbol() and the Time_Frame.
This can replace most of your code!!
yes Trinh Dat its working Thanks u very much
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
this script use for open new chart with specific symbol, time frame ,and template problem is this code open chart with specific time frame but not load specific template please guide me how to load template