Loading repository data…
Loading repository data…
gbzenobi / repository
Hi I'm Gabriel Zenobi, this is a toolkit that I developed for investment funds, banks and traders of all kinds.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
During that time I started to develop the first stage of the Order Flow, which I did from scratch.By that time I already understood the contract and volume mechanisms offered by Futures and all these financial instruments, so after many tests and headaches I managed to capture this information to do Type-Reading, Volume Profile, Book Mapping, etc... understanding the Wyckoff method was useful in the beginning but I was falling short, due to the frenzy of modern markets (by the increase of the underlying volatility and amount of robots), more latter i start to research as a freelancer in this area using Machine Learning, Deep Learning and Data Science.
Instagram: www.instagram.com/gab.zenobi/ LinkedIn: www.linkedin.com/in/gabriel-zenobi
Coin: BTC(Bitcoin), Network: Bitcoin Address: 1GgmkVTy7EjnuawvC24aUCmpFz48MBJqQm
Coin: ETH(Ethereum), Network: BEP20 / ERC20 Address: 0x5fc50c6108102c7d754471ce0db35b4ca3c19b34 or Network: BEP2, with Address: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23, and MEMO: 461252966
Coin: USDT(TetherUS), Network: BEP20 / ERC20 Address: 0x5fc50c6108102c7d754471ce0db35b4ca3c19b34 or Network: TRC20, with Address: TLu3KdjysbVi5uabawzerpqRSS3qZxNXQm or Network: BEP2, with Adress: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23, and MEMO: 461252966
Coin: BNB, Network: BEP20 / ERC20 Address: 0x5fc50c6108102c7d754471ce0db35b4ca3c19b34 or Network: BEP2, with Adress: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23, and MEMO: 461252966
Coin: ADA(Cardano), Network: ADA Cardano Address: DdzFFzCqrhsqz8XRBQQ8MQBNBbRjKXykmtxsL86JHfGGWfeA4DFMK5Qp8Byzj4PcrxoVxUyad3T413Fktxg1YzTh6nEfR3HXMcueDFtk or Network: BEP20, with Address: 0x5fc50c6108102c7d754471ce0db35b4ca3c19b34 or Network: BEP2, with Address: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23, and MEMO: 461252966
Coin: BUSD, Network: BEP20, ERC20 Address: 0x5fc50c6108102c7d754471ce0db35b4ca3c19b34 or Network: BEP2, with Address: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23, and MEMO: 461252966
The we need to do the same for the indicators(Bookmap.cs, MarketVolume.cs, OrderFlow.cs, VolumeAnalysisProfile.cs, VolumeFilter.cs). We paste it in the Ninjatrader8 indicators folder
Finally we need to activate "Tick Replay": Tools->Options->Market Data and activate "Show Tick Replay".
The same for Data Series of each Chart we use: New->Chart->Instrument(for example ES) and activate "Tick Replay".
It is a very complete tool because it allows us to apply filters of orders and data to numerical and percentage level, plus a wide range of styles that lets us vary from colors to size of the letters and limits, but that's not all ... There is an option called "Realtime save session" within "Book Map Database" with which we can record in real time all the data extracted by the Bookmap and then save it in a .db file, this is very useful because we can reload the session whenever we want and not lose any progress. Another great feature is to be able to use this file (if you know how to read it) for data analysis, applying Machine Learning or any statistical method to look for patterns, in fact this is the purpose of such functionality.
If you see my examples all of it is "1 second" of time-frame, this is because with this setup we can able to see the market in a very precision way. Experts algorithms can use this for detect market manipulation and High frequency trading(HFT).
Features:
There are many other features that have to do with the tool's style and colors
Demo of default config of BookMap.
Tunning ladder for see Bid/Ask separatly.
Zoom for show number of volume.
Another zoom for see big volume of orders(setting a pre-defined filter)
This tools offers a lot of styles and formulas to deal with it:
Demo of default config of the Order Flow/Footprint/Cluster chart(using BidAsk formula).
Cluster POC + Cluster POI + POC and POI Lines(using TotalDelta formula)
Zooming the cluster we can see the contracts(using TotalDelta formula)
Using Heatmap style(BidAsk formula)
Using Heatmap style(Total formula)
The volume profile shows a horizontal distribution of the number of contracts traded at each price level over a period of time. It also provides additional information such as POC, POI, Delta volume, Total Volume over a certain period of time. One of its features is that it gives us the possibility to drag and drop, so we can select price zones and make a volume profile (we can also delete them when we don't need them).
Features:
Default config(BidAsk formula).
Total and BidAsk formula
Zooming the ladder of prices to see the volume.
Only Delta volume calculations
Select a zone to add a new volume profile.
Select a volume profile to delete.
Total and Delta and BidAsk volume
The volume filter is an indispensable weapon when we need to detect areas of important volume, probably the market is in a battle between buyers and sellers. Sometimes we will only filter out a specific amount of volume while at other times we will need a "map" of all incoming volume (from the smallest to the most aggressive). This tool is very useful if is combined, for example with the Book Map.
Features:
Default setup
Filtering volume using Delta formula.
Zooming
Using rectangles geometry
Using Circles geometry with Total formula
This is the simplest volume analysis tool, and one of the most used... with it we can see the total amount of Delta volume, accumulated volume among other characteristics. One of the most innovative things is that we can choose cumulative time-frames (most tools of this type only allow a fixed time) as a default period. So we can set volume time-frames.
Features:
Default setup.
Using Delta formula, Periods: 5
Using Total formula, Periods: 5
Using TotalDelta formula, Periods: 5
Usi