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!
Luke:
Check out this post.
Great post, Mike. I can definitely use this. What I would like to do with each of these personal indicators is place their functionality to button options inside a manipulate so the chart can update within the same interface. Is there any resources on this functionality in Finance or other fields that could be sent my way as well?