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 189,430 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

  #331 (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


mrchengan View Post
Yes, I am interested in trying out the GomVolumeLadder. I have already bought the GomOrderFlowPro, but I want the volumeladder where I can see the sum of all delta on the right hand side of the screen and see if that will be beneficial to my trading. I want to see the numbers.

if you already have the GomOrderFlowPro, then you can easily accomplish about anything you desire.

you would like to see a ladder on the side, showing the delta of the current trading day:

-apply a second data series (daily) and add the GomOrderFlowPro indicator. under text settings, click on delta only.
then it should look like this:


Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Futures True Range Report
The Elite Circle
Exit Strategy
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Better Renko Gaps
The Elite Circle
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
Battlestations: Show us your trading desks!
26 thanks
The Program
18 thanks
  #332 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505

Aha thanks Sylvester, I hadn't thought of that, that's a clever idea , thanks so much !

Also @mrchengan if you're interested in delta at price, there are some options in the GomMP to show you that, the added value is taht you can some smoothing to the data to filter out some noise

Here's an example , no smoothing :
mpdelta1


With some smoothing of the delta values :
mpdelta2


Hope it helps !

Reply With Quote
  #333 (permalink)
 laurentg 
Herne Belgium
 
Experience: None
Platform: Ninjatrader, metatrader
Trading: spot forex
Posts: 21 since Aug 2017
Thanks Given: 3
Thanks Received: 2


Hi, I am trying to have formula for delta divergence Close[0] < Open[0] and Delta[0]> 0 but i wnt to add that low cot = 0 for down signal and vice versa for up signal. is that possible and how do I put it in?

I want to set a formula like they describe on page 7 and 8. I don't know what symbol I have to use.

for example I want to play with formula for max delta , min delta, delta finish, high cot , low cot.

Regards

Reply With Quote
  #334 (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


laurentg View Post
Hi, I am trying to have formula for delta divergence Close[0] < Open[0] and Delta[0]> 0 but i wnt to add that low cot = 0 for down signal and vice versa for up signal. is that possible and how do I put it in?

I want to set a formula like they describe on page 7 and 8. I don't know what symbol I have to use.

for example I want to play with formula for max delta , min delta, delta finish, high cot , low cot.

Regards

something like this should work:




also:

- max delta = MaxDelta[0]
- min delta = MinDelta[0]
- delta finish = Finish[0]

good luck

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

Hi,

All the items you can use are the Plot names from the OrderFlowPro-Values, so HighCOT, LowCOT, and MaxDelta MinDelta etc like Silvester mentioned

These are Ninjatrader time series so you access them with an index which is the delay from the last bar so HighCOT[0] is HighCOT of current bar and HighCOT[1] is HighCOT of previous bar.

You can also access any public property of an Indicator, so High[x], Close[x], Open[x], Volume[0] ,etc..

Hope it helps !

Reply With Quote
Thanked by:
  #336 (permalink)
 laurentg 
Herne Belgium
 
Experience: None
Platform: Ninjatrader, metatrader
Trading: spot forex
Posts: 21 since Aug 2017
Thanks Given: 3
Thanks Received: 2


Silvester17 View Post
something like this should work:




also:

- max delta = MaxDelta[0]
- min delta = MinDelta[0]
- delta finish = Finish[0]

good luck


Thank you this was really helpful, I have 1 more question I want HIGH cot to be 0 or > X, the problem is if i add "OR" it replaces everything from the formula.

I have this Close[0] > Open[0] and Delta[0]< -xxx and HighCOT[0] = 0 and MaxDelta[0] < xx and Finish[0] > xx

I have noticed that Highcot must be 0 or really high, and vice versa for Low cot

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

you cann add parenthesis to change operator priority
(HighCOT[0]=0 or HighCOT[0]>XXX) and blah..

Reply With Quote
Thanked by:
  #338 (permalink)
 laurentg 
Herne Belgium
 
Experience: None
Platform: Ninjatrader, metatrader
Trading: spot forex
Posts: 21 since Aug 2017
Thanks Given: 3
Thanks Received: 2


gomi View Post
Hi,

All the items you can use are the Plot names from the OrderFlowPro-Values, so HighCOT, LowCOT, and MaxDelta MinDelta etc like Silvester mentioned

These are Ninjatrader time series so you access them with an index which is the delay from the last bar so HighCOT[0] is HighCOT of current bar and HighCOT[1] is HighCOT of previous bar.

You can also access any public property of an Indicator, so High[x], Close[x], Open[x], Volume[0] ,etc..

Hope it helps !

It is really helpful, really appreciate the help in this forum. Where can I find it what symbols names do you have to use, Like for in the formula, so o don't bother u guys with this? I want to add another one "Imbalancecount or buy imbalance or sell imbalance" doesn't seem to fit.

I am using your indicator for forex and I know it won't work well, but if fxcm is big broker it must somewhat correct. With this filter, I will show you some screenshots of how accurate the signal can be.

There was just 1 issue. In the first days of ninjatrader i received 30 day trial, and i had lower tick data, like in hundreds. Now I subscribed to kinetic I have tick data in millions I guess this is better?

i pid for institutional data, but ended with using simple fxcm, kinetic institutional are not good. like saxo, bnpf is same feed as fxcm so i think kinetic scammed me . What is you experience with tick data?


Regards

Attached Thumbnails
Click image for larger version

Name:	GBPJPY (15 Minute) 2022_08_05 (8_35_53).png
Views:	105
Size:	169.5 KB
ID:	326463   Click image for larger version

Name:	GBPJPY (15 Minute) 2022_08_18 (8_37_35).png
Views:	91
Size:	195.1 KB
ID:	326464  
Reply With Quote
Thanked by:
  #339 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505

Hi,
You can find the exposed data in the OrderflowPro-Values indicator


values


Sorry I can't comment on Ninja FXCM and/or Kinetick data , I don't use them.

Reply With Quote
Thanked by:
  #340 (permalink)
 laurentg 
Herne Belgium
 
Experience: None
Platform: Ninjatrader, metatrader
Trading: spot forex
Posts: 21 since Aug 2017
Thanks Given: 3
Thanks Received: 2



gomi View Post
Hi,
You can find the exposed data in the OrderflowPro-Values indicator


values


Sorry, I can't comment on Ninja FXCM and/or Kinetick data, I don't use them.


Hi, can I add an alert on the up-down indicator? Is there an explanation of how to add alerts on the forum or in a video? If right click chart then choose alert, what then, I shared a screenshot.


Regards

Attached Thumbnails
Click image for larger version

Name:	Schermopname (3).png
Views:	64
Size:	362.0 KB
ID:	326487  
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