- ago
Is there a way to access the global dictionary from any indicator like in the StrategyBase?

It's to avoid a make new time consuming calculation of an indicator when I switch between symbols in the UI. The bars cache will be cleared in this case so I can not cache my indicator there.

thx
0
106
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 8.31% )
- ago
#1
No but you could save values to a file or some other persistent storage if you really need to.
0
Best Answer
- ago
#2
The way to accomplish your task is to cache the indicator time series in files on the disk. Many indicators do it e.g. FRED, Quandl, Index-Lab etc.
0
- ago
#3
Ok, thank you! I had already assumed that and can live with it. I just wanted to make sure that I wasn't miss a direct option in the WL framework.
0

Reply

Bookmark

Sort