Hello,
can someone tell me how to get the period of an Advanced Chart e.g
(ES #F,60).
I now how to get the Symbol
"ES #F"->
xSymbol1 = getSymbol().toUpperCase() ;
but no how to get the period
"60" -> ???
Is there any "efs function list" where all this standard information can be accessed?
thanks for response.
regards
Roland
can someone tell me how to get the period of an Advanced Chart e.g
(ES #F,60).
I now how to get the Symbol
"ES #F"->
xSymbol1 = getSymbol().toUpperCase() ;
but no how to get the period
"60" -> ???
Is there any "efs function list" where all this standard information can be accessed?
thanks for response.
regards
Roland
Comment