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
54 stars 17 forks source link

probleme made from older incompatible version of ninjatrader #1

Closed tehh61 closed 6 months ago

tehh61 commented 7 months ago

i have probleme when i try to install it : the ninjascript archive was made from older incompatible version of ninjatrader can you help ?

WaleeTheRobot commented 7 months ago

I'm not sure what is your problem. If you are using an old version of NinjaTrader then it may not work. This is working on the latest version of NinjaTrader, which is currently 8.1.2.1.

tehh61 commented 7 months ago

my bad, i haven't see my current version i have been focus on the error message which tells me that the problem came from the compiled version of the archive not my version of ninjatrader thx for the help

torobino commented 6 months ago

i have same probleme but my version is 8.1.2.1 64-bit, i don't understand why probleme version nt8

WaleeTheRobot commented 6 months ago

i have same probleme but my version is 8.1.2.1 64-bit, i don't understand why probleme version nt8

Can you explain in detail what you are doing? You should be able to just copy the OrderFlowBot folder into the NinjaTrader AddOns folder on your computer.

torobino commented 6 months ago

i try to import AddOns like any basic AddOns on nt8 import can i directly copy and paste the zip into the ninjatrader 8 files? If yes, how i'm not sure what you mean by "be able to just copy the OrderFlowBot folder into the NinjaTrader AddOns folder on your computer"

WaleeTheRobot commented 6 months ago

i try to import AddOns like any basic AddOns on nt8 import can i directly copy and paste the zip into the ninjatrader 8 files? If yes, how i'm not sure what you mean by "be able to just copy the OrderFlowBot folder into the NinjaTrader AddOns folder on your computer"

I see. This isn't meant to just imported like that since it's intention is for users to create strategies and indicators. I probably should include some instructions on it. What you need to do is copy the OrderFlowBot folder into the AddOns on your computer. It should be here. C:\Users\yourusername\Documents\NinjaTrader 8\bin\Custom\AddOns

torobino commented 6 months ago

ok thanks i have import the files OrderFlowBot in to my C:\Users\myusername\Documents\NinjaTrader 8\bin\Custom\AddOns i have another question what is the other files in the zip files named ( OrderFlowBotTestFiles , and OrderFlowBotUnitTests ) what im supposed to do with ? docs files 2

WaleeTheRobot commented 6 months ago

ok thanks i have import the files OrderFlowBot in to my C:\Users\myusername\Documents\NinjaTrader 8\bin\Custom\AddOns i have another question what is the other files in the zip files named ( OrderFlowBotTestFiles , and OrderFlowBotUnitTests ) what im supposed to do with ? docs files 2

Those are just for testing. You don't have to worry about those.

torobino commented 6 months ago

ok thanks for all précisions and sorry for be a retard, but im try to use the bot i have add strategy to my chart , i have control pannel but i can't add orderflow indicator in my chart is basic candle and i don't see any indicator to add in my indicator pannel they are invisible (without name) i don't have any orderflow chart like screen on the github project orderflow pannel basic chart screenshot

WaleeTheRobot commented 6 months ago

ok thanks for all précisions and sorry for be a retard, but im try to use the bot i have add strategy to my chart , i have control pannel but i can't add orderflow indicator in my chart is basic candle and i don't see any indicator to add in my indicator pannel they are invisible (without name) i don't have any orderflow chart like screen on the github project orderflow pannel basic chart screenshot

You need the volumetric data as mentioned in the readme. It uses the volumetric data and you can only get access to the volumetric data through the lifetime license. The indicators are automatically added through the strategy and you can enable or disable them there.

torobino commented 6 months ago

ok thanks for all the answers , all are clears now 😊