gbzenobi / CSharp-NT8-OrderFlowKit

Hi I'm Gabriel Zenobi, this is a toolkit that I developed for investment funds, banks and traders of all kinds.
186 stars 85 forks source link

Doesn't import correctly: "Programming errors" #14

Open takisho25 opened 1 year ago

takisho25 commented 1 year ago

image

Hi. This software looks excellent. I'm getting an error when I try to install it, and have not been able to get it working.

I copy/pasted the two "add ons" to the AddOns folder, and the other .cs files into the Indicators folder. It's throwing an error that there are programming issues, even if I only put [any] one of the indicators into the Indicators folder. It does NOT throw the error if only the add ons are in the AddOns folder, only getting the error when the indicators have been moved. Am I doing something wrong, or does the code simply need to be updated?

I will likely work on this myself in my spare time, and will update this ticket with an progress.

If anyone has any ideas, please share.

atljam commented 1 year ago

dont add Bookmap.cs file and then do a compile, i added everything except bookmap, it works , I dont have bookmap version of NT

gbzenobi commented 1 year ago

Sorry for the delay of all the answers I have been very busy so far. Many of the problems when installing have to do with name conflicts (maybe repeated for some internal NT reason), sometimes you have to uninstall some other plugins to make others work (in my experience), this is not a problem of orderflow-kit, but rather of NT8. Thanks for comment

nqok1095 commented 1 year ago

Thank you for your work gbzenobi !!

I think found the solution.

After you export all the files, go to Control Center on NT, New, NinjaScript Editor.

Click on Addons.

Double click on each addons on the right, click compile (up the window).

Click on indicator. Double click on each indicator that you added (the 5 indicators) and click compile.

Once done, close the window, all the indicators should be under the WyckoffZen on the indicators window.

yianni54 commented 5 months ago

Thank you for your work gbzenobi !!

I think found the solution.

After you export all the files, go to Control Center on NT, New, NinjaScript Editor.

Click on Addons.

Double click on each addons on the right, click compile (up the window).

Click on indicator. Double click on each indicator that you added (the 5 indicators) and click compile.

Once done, close the window, all the indicators should be under the WyckoffZen on the indicators window.

This worked! Thanks You!

CJAYCEART commented 4 months ago

Thank you for your work gbzenobi !! I think found the solution. After you export all the files, go to Control Center on NT, New, NinjaScript Editor. Click on Addons. Double click on each addons on the right, click compile (up the window). Click on indicator. Double click on each indicator that you added (the 5 indicators) and click compile. Once done, close the window, all the indicators should be under the WyckoffZen on the indicators window.

This worked! Thanks You!

This worked for me as well! probably a good idea to include this in the installation notes