NexusFi: Find Your Edge


Home Menu

 





GOMI all NT7/8 & SC; MP & Orderflow @ Gomicators.com from original GOMI


Discussion in Trading Reviews and Vendors

Updated
      Top Posters
    1. looks_one gomi with 90 posts (413 thanks)
    2. looks_two Silvester17 with 52 posts (362 thanks)
    3. looks_3 jmont1 with 19 posts (44 thanks)
    4. looks_4 yawaniga with 16 posts (10 thanks)
      Best Posters
    1. looks_one Big Mike with 17 thanks per post
    2. looks_two Silvester17 with 7 thanks per post
    3. looks_3 gomi with 4.6 thanks per post
    4. looks_4 jmont1 with 2.3 thanks per post
    1. trending_up 192,316 views
    2. thumb_up 1,009 thanks given
    3. group 136 followers
    1. forum 355 posts
    2. attach_file 185 attachments




 
Search this Thread

GOMI all NT7/8 & SC; MP & Orderflow @ Gomicators.com from original GOMI

  #301 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


suran View Post
Hi gomi. I am looking to create delta divergence dot's displayed on the charts (like the attached pic). could you explaing how to get this in the charts.

I ve downloaded the trial version but there are many indicators. which one shows this ?
.thanks
2018-05-20_1208


this looks like one of my charts

the indicator is called Gom OrderFlow Pro-Custom-UpDownSignal. Default setting is a delta divergence:



Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #302 (permalink)
suran
kandy/ sri lanka
 
Posts: 13 since Apr 2018
Thanks Given: 10
Thanks Received: 2


Silvester17 View Post
this looks like one of my charts

the indicator is called Gom OrderFlow Pro-Custom-UpDownSignal. Default setting is a delta divergence:




May be it is yours . i've downloaded it from here. thanks alot for the tip.

Reply With Quote
Thanked by:
  #303 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505


Dunno how he does it but @Silvester17 always has awsome charts with gorgeous colors..
A real chart artist

Reply With Quote
  #304 (permalink)
 
noli7117's Avatar
 noli7117 
Sydney Australia
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 6 since May 2021
Thanks Given: 11
Thanks Received: 0

Hi @gomi, FIOtraders

I have been testing the OrderFlowPackage for a few days and like many of us, I'm absolutely impressed by your work. Big thanks mate!
I'm very new to trading, NT platform and I think it's my first post in FIO, so sorry if the question is too obvious but I couldn't find the answer in previous posts;

When I compile and backtest [strategy analyzer] a simple logic, for example, the one mentioned few posts ago of NbSupportZone>0..EnterLong..etc.. [image attached].. the strategy does not do anything.
I've tried backtesting with TickreplayOn / Off or differents order fill resolutions. [NinjaTrader 8, latest. BTW].

I haven't purchased the package yet as I am still in the testing time offered..
Could be that the reason?


Thanks in advance for your help.
Cheers


Screenshot (42)

Reply With Quote
  #305 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505

Hi

I tried to create a simple strategy and it seemed to work OK, I recorded the process on YouTube

You need to use Calculate OnBarClose on the strategy and Tick Replay on the Data Series



Hope it helps !

Reply With Quote
  #306 (permalink)
 
noli7117's Avatar
 noli7117 
Sydney Australia
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 6 since May 2021
Thanks Given: 11
Thanks Received: 0

Thanks @gomi

OnBarClose did the magic, although I'm seeking to build systems that react as soon as the logic IsTrue, scalping with more granularity.
For example, following the same logic would be to EnterLong as soon as there are 3 stacked imbalances [or whatever parameter defines a SupportZone].

Pls let me know if possible or if I'm not understanding how the system works [quite likely, ha].

Thanks again, Cheers.

Reply With Quote
  #307 (permalink)
 
noli7117's Avatar
 noli7117 
Sydney Australia
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 6 since May 2021
Thanks Given: 11
Thanks Received: 0

Hi @gomi, traders

Can you guys please help me to understand;

i.- Why the GomOrderFlow system works only OnBarClose.
ii.- Is there a way to enter a trade before the bar closes.

Thanks in advance.
Cheers

Reply With Quote
  #308 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505

You can use On Each Tick but you will need to enable some hacker code

Unlock the strategy, then force the second parameter on the call to GomOrderFlowProValues, called 'ForceIntrabarCalc', to true.

It will be slow as hell though,since it well need to do all the calculations on every tick, whereas the default mode is to do the calculations OnBarClose.







Hope it helps !

Reply With Quote
Thanked by:
  #309 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505

Hi everyone,

Long time no see :-)

Just wanted to mention I published a new version of of Gom Pro Pack (V12) which contains
  • Free GomDeltaVolume and GomDeltaMomentum for NT8
  • GomMP V5.7, which is major performance rewrite of the code.

GOMMP 5.7

I was having performance issues trying to build MarketProfiles on crypto data, which typically have a huge range and a small tick size, so that creates a very large number of price levels and therefore some performance issues.

Morever, I was bothered the way the smoothing was implemented (a convolution trough a triangular window) because it was also a performance issue: the longer the window, the longer the calculation, so at one point it made the smoothing unusable.

So i took out my the performance profilers and started a major performance rewrite.

Smoothing :

Here's an example where smoothing is useful :cancelling "teeth" on charts, like on the GER30 CFD for instance, a smoothing of 17/18 will get rid of the combing effect.



Now it's very fast, and more importantly the performance hit does not dependent on the smoothing setting, so it's the same rendering time if you use 2 or 10000.

I added a performance analysis "secret key" which is Shift/Ctrl/Alt P that will show the global plot time on the top left, with some stats.

Here's the rendering time between no smoothing, 20ish smoothing and 1000ish smoothing, you will see it's nearly the same.



Global performance

The performance numbers are also useful to compare rendering time betweend NT7 NT8 and Sierra
NT8 uses accelerated GPU rendering so it's the fastest
NT7 and Sierra use GDI, so they're a little slower , but 3-4 msec is still very fast !



Everything changes if you use Transparency (opacity setting).
I'm not going to enter the details of the history of GDI but basically on Windows XP most GDI calls were GPU accelerated, but when MS changed the driver model in Vista then W7 and W10, they kept only a handful of primitives accelerated and transparency fill was NOT one of them.

Here are the result using Opacity=254 (Opacity=255 is no tranparency) : NT8 is still at 1 ms because it doesn't use GDI but both NT7 and Sierra now take 10x times to render and are around 25 ms.

So the performance hint you need to remember is that when using NT7 or Sierra, if you want to keep your charts smooth, you need to avoid at all costs to use tranparency fills.




Comparison with the Sierra native profile (Volume at price)

The Sierra devs state that they use C++ and not C# so their code has the best performance, but here's the proof that the language is not all, and that C# can be much faster than C++ :-)

Here's the BTCUSD-Bitmex with a 1 point tick size
I use a study that measures rendering time, basically it shows the time between 2 consecutive refreshes of the chart on the top left in yellow background
Basic rendering time of the chart is 18 ms, so it's the time it takes for Sierra to plot the candlesticks, scales etc..




GomMP : 24 ms, Sierra 600 ms (unusable)
So GomMP takes 6 ms to plot (24-18) ,and Sierra almost 600 ms, so in this case GomMP is almost 100x faster than Sierra

Other example : Tick size 0.5
GomMP 25 ms so rendering 7 ms
Sierra 1188 so rendering 1170 ms (unusable)

In this case, C# GomMP is 160x faster then the C++ Sierra profile.




That's it !
If any case, if you need a high performance profile, you can give it a try !

Reply With Quote
  #310 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


as always excellent work!!

and also thank you for bringing the delta volume and momentum indicator back


Reply With Quote




Last Updated on August 11, 2023


© 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