WaleeTheRobot / order-flow-bot

OrderFlowBot using NinjaTrader's volumetric data for semi-automated and fully automated trading. Includes several strategies and indicators. Additional strategies and indicators can be added.
MIT License
64 stars 18 forks source link

DataBars #26

Open jalexherndon opened 1 month ago

jalexherndon commented 1 month ago

I'm getting the import failed message so added folder to /bin/custom/AddOns

The control panel loads, however the custom databar is not an available option to load on a chart. I can load the strategy on a different bar type such as 1 Min, but no trades are ever taken

WaleeTheRobot commented 1 month ago

I'm getting the import failed message so added folder to /bin/custom/AddOns

The control panel loads, however the custom databar is not an available option to load on a chart. I can load the strategy on a different bar type such as 1 Min, but no trades are ever taken

There aren't any visual custom data bars. You do have to load the volumetric bars on the chart. The volumetric data are added and can be programmatically accessed to customize your own strategy. What strategies are you using that are not working? Make sure you are clicking Auto + Strategy or Strategy and Long or Short. Auto will automatically trade the selected strategy. This is not recommended and should only be used for any advance strategies you create. Selecting a strategy and selecting Long or Short or both should enable trade entries when it finds it.

https://github.com/WaleeTheRobot/order-flow-bot/tree/main/AddOns/OrderFlowBot/DataBar