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
70 stars 21 forks source link

Dev #5

Closed WaleeTheRobot closed 8 months ago

WaleeTheRobot commented 8 months ago
rocket003 commented 6 months ago

Hi @WaleeTheRobot iam sorry to contact you like this... first really awesome work! I tried to work with your code but iam not that skilled.

Would it be possible to add the option that the bot enters only when there are imbalances AND volumesequences? or the options to select that the selected entry are AND and not OR.

mdeepevil commented 6 months ago

hi @WaleeTheRobot nice project! Thanks for such ideas, and realizations.

mdeepevil commented 6 months ago

@WaleeTheRobot, could you please share the best way to contact you? I'm looking to clarify some details and share a few ideas. Additionally, could you specify which type of chart is used in your strategy, as it doesn't seem to be included?

WaleeTheRobot commented 6 months ago

@WaleeTheRobot, could you please share the best way to contact you? I'm looking to clarify some details and share a few ideas. Additionally, could you specify which type of chart is used in your strategy, as it doesn't seem to be included?

You can just post it here if you want. You can use whatever type of chart you want, but I primarily use a 15 range chart for ES.

mdeepevil commented 6 months ago

@WaleeTheRobot, could you please share the best way to contact you? I'm looking to clarify some details and share a few ideas. Additionally, could you specify which type of chart is used in your strategy, as it doesn't seem to be included?

You can just post it here if you want. You can use whatever type of chart you want, but I primarily use a 15 range chart for ES.

Have you seen the PATI (POLARITY ATI) solution? I'm just curious because you're on the right track. I'm sure that most traders who employ such a strategy are now wondering how there can be such a high-quality solution available for free and open source.

WaleeTheRobot commented 6 months ago

@WaleeTheRobot, could you please share the best way to contact you? I'm looking to clarify some details and share a few ideas. Additionally, could you specify which type of chart is used in your strategy, as it doesn't seem to be included?

You can just post it here if you want. You can use whatever type of chart you want, but I primarily use a 15 range chart for ES.

Have you seen the PATI (POLARITY ATI) solution? I'm just curious because you're on the right track. I'm sure that most traders who employ such a strategy are now wondering how there can be such a high-quality solution available for free and open source.

I've seen it. This is a simplified semi-auto trading bot. If you are a developer then you can just clone it and add on your own strategies.

simox-0850 commented 4 months ago

hi man such a great work can you integrate machine learning model to this bot based on tick data history of es for the last 3 month for example like polarity bot

WaleeTheRobot commented 4 months ago

hi man such a great work can you integrate machine learning model to this bot based on tick data history of es for the last 3 month for example like polarity bot

Probably not. A possible solution, is to code something to save the previous databar into a file at the first tick of each bar. You can then use those to train a model.