WaleeTheRobot / open-auto-trend-support-resistance

Open Auto Trend Support Resistance displays the trend line, support and resistance levels based on the high and low pivots. The lines are checked at the first tick of each bar and will automatically draw the lines.
MIT License
6 stars 1 forks source link

Secondary data source #3

Open bob-u opened 1 week ago

bob-u commented 1 week ago

Please consider releasing a version that is using a secondary data source (1 minute for me) so I can use pivots from 1 minute on range bars.

WaleeTheRobot commented 1 week ago

Please consider releasing a version that is using a secondary data source (1 minute for me) so I can use pivots from 1 minute on range bars.

I actually was playing around with the idea when trying to integrate this into the OrderFlowBot project. The problem with additional data series is that NinjaTrader want's you to hardcode the values. Maybe I can look into adding a few default data series.