I would like to programatically change a chart's symbol and/or time interval. This is a trivial thing to do interactively but I've been looking in the EFS docs on how to do this in EFS code, altering the chart's current symbol and interval and redisplaying it with the current studies in place, but I can't seem to find the incantation.
Maybe this clarifies things better:
In EFS, there's a getSymbol() function, but no setSymbol() function and there's a getInterval() but no setInterval(). See what I'm trying to do?
[the type of price chart would be Advanced -> Candlestick]
Thanks the for help.
Maybe this clarifies things better:
In EFS, there's a getSymbol() function, but no setSymbol() function and there's a getInterval() but no setInterval(). See what I'm trying to do?
[the type of price chart would be Advanced -> Candlestick]
Thanks the for help.
Comment