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.
195 stars 94 forks source link

Indicator doesn't show up right.. #3

Open CodeTrend opened 2 years ago

CodeTrend commented 2 years ago

@gbzenobi Thanks for sharing this free and making it opensource.. After applying the indicator i am not able to see the order flow.. is there something which i am missing..

The orderflow in chart looks like this image image

gbzenobi commented 2 years ago

Hello, thank you for using this toolkit and I hope we can solve the problem.

First of all, did you follow the tutorial I left in the README? It is essential that you activate the "Tick replay" option, both in Data Series and in tools->options->market data->"show tick replay". Otherwise you will not be able to see anything, not because of the order flow, but because the data with volume will not be available(by the Ninjatrader itself).

Another thing is to configure the candlestick options to have a clearer visualization. Bar width, space, etc...

CodeTrend commented 2 years ago

Hi @gbzenobi, yes i have done the settings mentioned by you. Please find the below screen shot for the same. Not sure what i am missing.

image

image

asraghu123 commented 2 years ago

Hi

I see you are not using a data provider who supports tick data.

Raghu

On Sat, Mar 19, 2022 at 9:58 AM Madhan Kumar @.***> wrote:

Hi @gbzenobi https://github.com/gbzenobi, yes i have done the settings mentioned by you. Please find the below screen shot for the same. Not sure what i am missing.

[image: image] https://user-images.githubusercontent.com/7464558/159125971-2d656e6c-2bca-4b56-9b85-ec81e6cc1228.png

[image: image] https://user-images.githubusercontent.com/7464558/159126035-7b821073-23ab-4646-a7f8-89a428e869b4.png

— Reply to this email directly, view it on GitHub https://github.com/gbzenobi/CSharp-NT8-OrderFlowKit/issues/3#issuecomment-1073024893, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASF27IMJW2GN3FI2NMUTY2TVAXTSTANCNFSM5RAT7MYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

CodeTrend commented 2 years ago

@asraghu123 i am using accelpix as a dataprovider who supplies the tick data.. can you please elaborate more on how to fix it

asraghu123 commented 2 years ago

This tool works like a charm with tick data. I am sure accelpix is bundling tick into 30sec or so data and providing. Pl check with them. That is the only issue i feel .

Raghu

On Sat, Mar 19, 2022 at 11:40 AM Madhan Kumar @.***> wrote:

@asraghu123 https://github.com/asraghu123 i am using accelpix as a dataprovider who supplies the tick data.. can you please elaborate more on how to fix it

— Reply to this email directly, view it on GitHub https://github.com/gbzenobi/CSharp-NT8-OrderFlowKit/issues/3#issuecomment-1073041078, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASF27IOU6Y5KKSELRQG5XN3VAX7P7ANCNFSM5RAT7MYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

CodeTrend commented 2 years ago

@asraghu123 - accelpix is working flawless other footprint tools like mzpro.. (screenshot for reference). can you please give me a screenshot?

image

asraghu123 commented 2 years ago

Hi Madan,

Ping me at alankar dot raghu  at  gmail dot com.  We can do a zoom and

I will show you.

Regards, Raghu

On Sun, Mar 20, 2022 at 8:07 AM Madhan Kumar @.***> wrote:

@asraghu123 https://github.com/asraghu123 - accelpix is working flawless other footprint tools like mzpro.. (screenshot for reference). can you please give me a screenshot?

[image: image] https://user-images.githubusercontent.com/7464558/159163726-7174cc62-864f-4e21-9e46-e49f77c3d633.png

— Reply to this email directly, view it on GitHub https://github.com/gbzenobi/CSharp-NT8-OrderFlowKit/issues/3#issuecomment-1073247991, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASF27ILGUUTC5W6JUQLTAMTVA4PHPANCNFSM5RAT7MYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

gbzenobi commented 2 years ago

Hello again, sorry for the delay (I was working and could not answer before...). The first thing you should know is that NT8 has its own Tick-Replay format, you can download it from the tool itself in "Tools" options. You have to activate this and choose the days. Unfortunately NT8 does not allow us to download all days at once, so you have to do it day by day. A user had a similar problem to yours and was able to solve it in this way.