WaleeTheRobot / open-auto-atr

Auto Average True Range Indicator - Uses the median ATR for the last x number of bars. Automatically updates and draws upper and lower ranges within the median high and low ATR.
MIT License
15 stars 3 forks source link

Compatible with NT8 Strategy Builder and SharkIndicators Bloodhound/Blackbird #3

Open ajguerre1 opened 2 weeks ago

ajguerre1 commented 2 weeks ago

Hi,

Currently this indicator doesn't show in the NT8 Strategy Builder options when adding indicators. Also, it doesn't show in the indicator's list of Bloodhound from SharkIndicators. Based on the documentation, if the indicator publishes the data to the Chart Data Box. then both Strategy Builder and Bloodhound would be able to see them and use the data.

DataBox

Please add the ATR lines (High, Median, Low) as well as the boundary box (rectangles) high and low points.

Thank you!

WaleeTheRobot commented 2 weeks ago

I'm not familiar with Bloodhound, but can look into making sure the values are displaying in the box when I have more time.