Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
1. The TICK AGGREGATION code you have provided - can you please explain where exactly to add it in the specific NINJAScRIPT when i use the editor? Also, is this an OPTION we can have in the indicator instead of having it arbitrarily change code (within the code) every time?
2. Are the BLUE LINES stretched across the screen from some of the DELTA LADDER represent "Stacked imbalances" or is it like an LVN (Low volume NODE) > if its not a "LIQUIDITY HOLE" - can you also add that option to the indicator with parameters?
Lastly, I have seen this indicator from someone on Youtube that uses a "filter" of above a certain DELTA volume with a TICK AGGREGATION of 2 so it looks like the following in the attached image : (Again, can the indicator perform this ?):
Cheers,
Steve
Can you help answer these questions from other members on NexusFi?
Very cool, i have a few other things in mind to implement and will integrate this too, so you don't have to insert it into each new version. I absolutely appreciate this community based enhancements. It's great to see that other people dig into the code ;-)
All the best,
Mike
I never lose. I either win or learn. Nelson Mandela
Well the problem might be that the historical data provided by NinjaTrader are much less accurate than the actual live data.
So if you have the chart open, all new ticks are processed by OnMarketData which is accurate. But when you reload the chart, the data is handled as historical.
I had a few issues while developing the bar data indicator because the timestamps on the actual tick-data from NinjaTrader were crap.
When mentioned with the NT Support, they just recommend to use Tick-Replay, what i personally don't think can be the only solution.
Another problem could be that your local system time is slightly out of sync with the microsoft time servers and during historical processing, some ticks are misaligned due to this.
There is a little Tool here: https://www.timesynctool.com which can be configured to check your local machine time all few minutes and adjust the local time if the difference is more than 50ms or something like this.
The calculation of the "Patterns" itself should not lead to any "repainting" issues because i collect all average data which is used for the calculation from already completed bars.
I will have a closer look at it on my side and let you know if i find any issues.
I never lose. I either win or learn. Nelson Mandela