Is there a way to add personal functions to the already existing list in InteractiveTradingChart ?
Hi Luke,
Do you mean something like this?
data = FinancialData["GOOGL", "OHLCV", DatePlus[-100]]; Manipulate[TradingChart[data, FinancialIndicator[indicator, 50]], {indicator, {"SMA", "DEMA"}}]
Rohit,
Yes, that is exactly what I was getting at. I think I can take your code and Mike's post and run with that.
Thank you!