NexusFi: Find Your Edge


Home Menu

 





FootPrintV2 Chart for NT8


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one mk77ch with 44 posts (251 thanks)
    2. looks_two trymph with 29 posts (29 thanks)
    3. looks_3 brettji with 20 posts (16 thanks)
    4. looks_4 zt379 with 14 posts (11 thanks)
      Best Posters
    1. looks_one mk77ch with 5.7 thanks per post
    2. looks_two trymph with 1 thanks per post
    3. looks_3 brettji with 0.8 thanks per post
    4. looks_4 zt379 with 0.8 thanks per post
    1. trending_up 68,892 views
    2. thumb_up 385 thanks given
    3. group 122 followers
    1. forum 206 posts
    2. attach_file 100 attachments




 
Search this Thread

FootPrintV2 Chart for NT8

  #71 (permalink)
 
mk77ch's Avatar
 mk77ch 
Switzerland
 
Experience: Advanced
Platform: NinjaTrader
Broker: Dorman
Trading: Currency Futures, ES
Posts: 133 since Oct 2010
Thanks Given: 27
Thanks Received: 352

Hello,

stacked imbalances are coming in two forms.
without momentum but much volume or with momentum and low volume.
I wouldn't recommend to just enter a position on stacked imbalances, specially not if there is momentum, because you will get some slippage.
Executing such trades manually and even automatic, often results in a bad fill.
When you are watching the chart, you will see them forming anyway and if you just want to be alerted to quickly click a button without watching the chart, then i doubt this will be profitable in any way.

As stacked imbalances often act as support/resistance zones, i would instead recommend to trade a pullback to or into the zone.
Checking for stacked imbalances on each tick doesn't bring much value but does cost a significant amount of performance, specially in fast moving markets.

I am thinking about publishing a stripped down FootPrint Engine which doesn't print anything to the chart but will provide some public methods to get "realtime" signals for Indicators and Strategies.
This would be much more efficient than to pack this all in an indicator which does so many things at once.

All the best,
Mike



Freedom303 View Post
Hello Mike,
Thanks a lot as always for your quick action.
i have set it up and working fine.

One question, i use 5 min candle, the yellow zone marking for highlighting imbalance happens after candle is closed. by then it's too late for an action, is there any setting which i am missing to alert immediately after imbalance yellow zone is formed. i fully unterstand that imbalance needs to be formed and confirmed. which can only happen after candle close. but still is there any setting in chart which you know of?

Many thanks in advacne,


I never lose. I either win or learn.
Nelson Mandela

The Potion | Konje | Pride | Stick Season
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
Strategy stop orders partially filled
EasyLanguage Programming
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
  #72 (permalink)
 Freedom303 
Stuttgart, BW, Germany
 
Experience: Intermediate
Platform: Ninjatrader
Trading: ES, NQ
Posts: 12 since Oct 2022
Thanks Given: 12
Thanks Received: 11

Dear Mike,
I agree. I am not using only stacked imbalances as an entry but combined with S/R and Harmonic patterns. i am using it today in live market. it formed alert only 3 to 4 times some time before market open. i just marked these levels, after getting audio alert and it is playing in that range till now...please see the result in Sim account, offcourse, for now..:-).. I have full respect and appreciation for your creation. Keep it up

Please ignore autoscale.. footprints are squeezed in i am still figuring out optimum way to watch them.

Regards,
Freedom303


mk77ch View Post
Hello,

stacked imbalances are coming in two forms.
without momentum but much volume or with momentum and low volume.
I wouldn't recommend to just enter a position on stacked imbalances, specially not if there is momentum, because you will get some slippage.
Executing such trades manually and even automatic, often results in a bad fill.
When you are watching the chart, you will see them forming anyway and if you just want to be alerted to quickly click a button without watching the chart, then i doubt this will be profitable in any way.

As stacked imbalances often act as support/resistance zones, i would instead recommend to trade a pullback to or into the zone.
Checking for stacked imbalances on each tick doesn't bring much value but does cost a significant amount of performance, specially in fast moving markets.

I am thinking about publishing a stripped down FootPrint Engine which doesn't print anything to the chart but will provide some public methods to get "realtime" signals for Indicators and Strategies.
This would be much more efficient than to pack this all in an indicator which does so many things at once.

All the best,
Mike


Screenshot_20221107_201015

Reply With Quote
Thanked by:
  #73 (permalink)
 Stone78 
Woodinville
 
Experience: Beginner
Platform: Ninja Trade, Thinkorswim
Trading: Micro Mini
Posts: 14 since Sep 2020
Thanks Given: 16
Thanks Received: 16


Hello,

First off, thanks so much for your fantastic work bringing free open source order flow tech to the community. Secondly, I would like to point anyone interested in the direction of a similar free and open source project posted in the ninja trader ecosystem.

https://ninjatraderecosystem.com/user-app-share-download/nt8-orderflow/

I'd highly recommend checking out the git hub link for any useful forks or feature inspiration. Thanks again for all the great work!

Reply With Quote
Thanked by:
  #74 (permalink)
 Stone78 
Woodinville
 
Experience: Beginner
Platform: Ninja Trade, Thinkorswim
Trading: Micro Mini
Posts: 14 since Sep 2020
Thanks Given: 16
Thanks Received: 16

Hello again, going through this conversation pointed me towards the work done by gemify in the NT forums. There was recent discussion in that post about sniffing out iceberg orders. In response gemify created an interesting type of DOM column: "These columns display*cumulative*executions that exceed the corresponding bid and ask sizes. I'll let you decide if there's real alpha in this data that is displayed in these columns..." And includes the code attached in his post. The link to which I will paste below. I believe being able to visualize these occurrences on a chart may be where the most utility for these data points could be found. I have a hunch that it could pair very nicely with how stacked imbalances are displayed in this orderflow indicator, allowing for further signal confirmation. I'm by no means an orderflow expert and would love other folks opinions on this, especially those participating in both conversations. Thanks everyone!

https://forum.ninjatrader.com/forum/ninjascript-file-sharing/ninjascript-file-sharing-discussion/1173134-free-orderflow-ladder-superdom-column?p=1222045

Reply With Quote
Thanked by:
  #75 (permalink)
 
mk77ch's Avatar
 mk77ch 
Switzerland
 
Experience: Advanced
Platform: NinjaTrader
Broker: Dorman
Trading: Currency Futures, ES
Posts: 133 since Oct 2010
Thanks Given: 27
Thanks Received: 352

Hello,

i'm currently thinking about adding an alert and a visual signal for absorption/ice berg orders in the footprint.
the alert is easy, the visual signal is still an "in progress" :-)

All the best,
Mike


Stone78 View Post
Hello again, going through this conversation pointed me towards the work done by gemify in the NT forums. There was recent discussion in that post about sniffing out iceberg orders. In response gemify created an interesting type of DOM column: "These columns display*cumulative*executions that exceed the corresponding bid and ask sizes. I'll let you decide if there's real alpha in this data that is displayed in these columns..." And includes the code attached in his post. The link to which I will paste below. I believe being able to visualize these occurrences on a chart may be where the most utility for these data points could be found. I have a hunch that it could pair very nicely with how stacked imbalances are displayed in this orderflow indicator, allowing for further signal confirmation. I'm by no means an orderflow expert and would love other folks opinions on this, especially those participating in both conversations. Thanks everyone!

https://forum.ninjatrader.com/forum/ninjascript-file-sharing/ninjascript-file-sharing-discussion/1173134-free-orderflow-ladder-superdom-column?p=1222045


I never lose. I either win or learn.
Nelson Mandela

The Potion | Konje | Pride | Stick Season
Started this thread Reply With Quote
  #76 (permalink)
 
MiniP's Avatar
 MiniP 
USA,USA
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: ES,
Posts: 1,157 since May 2017
Thanks Given: 1,109
Thanks Received: 2,943

@mk77ch

Could you explain how the heat map is calculated/how the data is interrupted into a "heat map". I understand the basic definition of a heat map but would like to understand how you get the info you do.

Thank you,

-P

"Truth is not what you want it to be; it is what it is, and you must bend to its power or live a lie"-Miyamoto Musashi
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #77 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,529
Thanks Received: 26,292


Stone78 View Post
So I've been doing some more research into order flow tools and I came across the fascinating concept of market entropy in this YouTube video of a guy who uses it as a parameter in his orderflow trading system.

...

What really struck me about this video is this trader really dives into the academic and statistical literature behind this concept. Although he really only scratches the surface, it was enough to get me interested in the concept and dig a bit more. I eventually came across this research paper which is an absolute tour de force on the concept, chalk full of great explanations and fantastic references for further study.

https://www.mdpi.com/1099-4300/23/5/568/htm


MiniP View Post
I don't want to start rumors but I've been following this guy for awhile and im convinced they simply stole the indicator from the first version of @mk77ch if you go back and look at his previous videos the two indicators match each other to a T, even the displayed label is the exact same.

Also after talking to people who have bought his auto trader, it seems like it something that needs to be modified ( the imbalance % ) on a semi daily basis due to volatility.


Stone78 View Post
@MiniP yikes thank you for the helping of due diligence. If this guy is monetizing a free open source indicator that's definitely scummy and I do not support or condone it.

However, I don't want that to take away from my personal examination of the literature surrounding market entropy in the second half of the post. Which I still believe has great potential as an add on to this tool suite and is in no way related to that YouTube channel. I simply used that content as my jumping off point.

Moderator Notice
Moderator Notice


When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
  #78 (permalink)
 Stone78 
Woodinville
 
Experience: Beginner
Platform: Ninja Trade, Thinkorswim
Trading: Micro Mini
Posts: 14 since Sep 2020
Thanks Given: 16
Thanks Received: 16

Hello all,

I was doing some research around order flow and came across the concept of market entropy that I believe could be a valuable addition to this indicator. It is outlined in the following research paper:

https://www.mdpi.com/1099-4300/23/5/568/htm

The paper states, "Order imbalance has a significant influence on stock illiquidity, considerably more important even than volume." With the goal being, "The aim of this study is to introduce a new entropy-based market depth proxy that is exactly based on the definition of Shannon information entropy"

How this could play out as a potential feature in the indicator is the algorithm shown in the paper (and provided here with the attached screen shots) would be used to calculate the entropy of each bar. My hunch is that the final entropy read out would indicate the level of*chop*and variability within that bar based on the order flow. So a value closer to 1 would have more random*price action*within that bar and a value closer to 0 would have more neat and orderly price action. There us great potential utility here imo. This would be very useful for trying to*scalp*imbalances as you could now gauge your likelihood of getting*chopped*out of positions by having an indicator of how random/variable the price action is. Essentially, what this feature would display is*volatility*based on the tic by tic orderflow that occurs within each bar; intra bar volatility. This form of volatility is useful because it is not strictly derived from price action, and is non directional in nature. It could easily be displayed in the bottom row of values.

The following excerpt is taken directly from the research paper:

"The value-added of this research derives both from the new methodology and novel empirical findings. There are some advantages of the proposed indicator. Firstly, it can be treated as a new measure of stock market liquidity. The values of the entropy-based market depth are decimal fractions that vary between zero and the exactly defined maximal value equal to one. Therefore, the entropy-based market depth values calculated for different equities can be effectively compared to each other.

Moreover, based on the Shannon entropy definition, the entropy-based market depth indicator can be used to summarize the information content of a probability distribution, and it can be treated as a measure of stock market efficiency according to the Efficient Market Hypothesis (EMH). High values of entropy are related to randomness in the evolution of stock prices [26]. Higher values of market entropy inform about higher market efficiency, and are coupled with higher values of stock liquidity. Therefore, both market entropy and market liquidity can be directly measured by the proposed new indicator."

Attached Thumbnails
Click image for larger version

Name:	Screenshot_20221111-132733_Chrome.jpg
Views:	63
Size:	339.8 KB
ID:	328125   Click image for larger version

Name:	Screenshot_20221111-132641_Chrome.jpg
Views:	55
Size:	150.1 KB
ID:	328126  
Reply With Quote
Thanked by:
  #79 (permalink)
 Freedom303 
Stuttgart, BW, Germany
 
Experience: Intermediate
Platform: Ninjatrader
Trading: ES, NQ
Posts: 12 since Oct 2022
Thanks Given: 12
Thanks Received: 11


mk77ch View Post
Hello,



stacked imbalances are coming in two forms.

without momentum but much volume or with momentum and low volume.

I wouldn't recommend to just enter a position on stacked imbalances, specially not if there is momentum, because you will get some slippage.

Executing such trades manually and even automatic, often results in a bad fill.

When you are watching the chart, you will see them forming anyway and if you just want to be alerted to quickly click a button without watching the chart, then i doubt this will be profitable in any way.



As stacked imbalances often act as support/resistance zones, i would instead recommend to trade a pullback to or into the zone.

Checking for stacked imbalances on each tick doesn't bring much value but does cost a significant amount of performance, specially in fast moving markets.



I am thinking about publishing a stripped down FootPrint Engine which doesn't print anything to the chart but will provide some public methods to get "realtime" signals for Indicators and Strategies.

This would be much more efficient than to pack this all in an indicator which does so many things at once.



All the best,

Mike



Hello All,
I will appreciate if we can share the settings we are having to spot optimum number of imbalances. With 0.3, i am getting only 3 to 4 confirmed imbalances per session.. any experience sharing would be helpful. Thanks.


Sent using the NexusFi mobile app

Reply With Quote
Thanked by:
  #80 (permalink)
 
mk77ch's Avatar
 mk77ch 
Switzerland
 
Experience: Advanced
Platform: NinjaTrader
Broker: Dorman
Trading: Currency Futures, ES
Posts: 133 since Oct 2010
Thanks Given: 27
Thanks Received: 352


I took the imbalance ratio calculation from DiscoTrading:



He wrote:
"Diagonal bid-ask pairs having a ratio greater than the specified threshold are considered as imbalanced.
Therefore, the greater the threshold, the lower the sensitivity of imbalance detection.

Examples of relationship between ratio and percentage:
Ratio 0.1 ↔ if the bid (or offer) value is 22% greater than the offer above (or bid below) value…

0.2 ↔ 50%
0.273 ↔ 75%
0.333 ↔ 100%
0.429 ↔ 150%
0.5 ↔ 200%
0.6 ↔ 300%
...

Note: All numbers are given just for reference. Don't get too stuck with any numbers and exactness.
Remember, the Market is very visual. And this tool is also a visual tool in the first place.
The renunciation of an absolute certainty and exactness in trading is the first step to the peace of mind and profitability."


All the best,
Mike



Freedom303 View Post
Hello All,
I will appreciate if we can share the settings we are having to spot optimum number of imbalances. With 0.3, i am getting only 3 to 4 confirmed imbalances per session.. any experience sharing would be helpful. Thanks.


Sent using the nexusfi.com mobile app


I never lose. I either win or learn.
Nelson Mandela

The Potion | Konje | Pride | Stick Season
Started this thread Reply With Quote
Thanked by:




Last Updated on April 30, 2024


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts