is it possible to reference a breadth indicator from macro charts in a simulation? My first idea was to try close(0,##breadindicator) but that doesn’t work.
This should work: close(0,GetSeries(“breadindicator”))
Macro Charts are accessible in the simulator? Did that really work?