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,675 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

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

Sure, you can add an alert using the signals you built

Here's a link on how Alerts work in Ninja : https://ninjatrader.com/fr/support/helpGuides/nt8/?alerts.htm
You can send SMS if your phone operator provides you with a mail2SMS address (ususally something like [email protected])

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NexusFi Journal Challenge - May 2024
Feedback and Announcements
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #342 (permalink)
 laurentg 
Herne Belgium
 
Experience: None
Platform: Ninjatrader, metatrader
Trading: spot forex
Posts: 21 since Aug 2017
Thanks Given: 3
Thanks Received: 2

Thank you for the answer

I really enjoy the indicator honestly I tried it 4 years ago, but didn't know what I was looking for. The indicator also improved, with this signal settings. I definitely will use this indicator after trial if i manage to have the alerts

Can you just help me to set the alerts? On the alerts (left side is conditions) I see I can choose indicator then below left side I can choose up or down signal.

What do I have to choose to compare with in the middle row and right column? It is just an arrow so not equal to data series gbppjpy or not equal to indicator down signal?

I have 4 indicators on a chart (8 signal for 1 pairs)14 pairs, so I hope ninjatrader can handle all those allerts




Regards

Attached Thumbnails
Click image for larger version

Name:	Schermopname (8).png
Views:	109
Size:	368.1 KB
ID:	326498   Click image for larger version

Name:	Schermopname (6).png
Views:	93
Size:	373.0 KB
ID:	326499  
Reply With Quote
  #343 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505


When the signal is active, it's value is 1, if not it's 0.

You could test the value against 1 or 0, but careful with value comparison using floating values, it can be tricky, so it's safer to compare with 0.5. As a result, signal active will be > 0.5, signal inactive is < 0.5



Reply With Quote
Thanked by:
  #344 (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
When the signal is active, it's value is 1, if not it's 0.

You could test the value against 1 or 0, but careful with value comparison using floating values, it can be tricky, so it's safer to compare with 0.5. As a result, signal active will be > 0.5, signal inactive is < 0.5




So after some testing, this did work
I had >0.5 for up signal
I had > 0 for do down signal. For down signal greater then >0.5 didn't work

So to resume if signal up , active = 1 But fur down signal active = 0 ?

The up signal also works with > 0

Attached Thumbnails
Click image for larger version

Name:	Schermopname (10).png
Views:	104
Size:	386.9 KB
ID:	326518  
Reply With Quote
  #345 (permalink)
 harrellb 
Atlanta, GA
 
Experience: Intermediate
Platform: Ninjatrader, Tradestation
Trading: Futures
Posts: 10 since Jun 2021
Thanks Given: 1
Thanks Received: 2

Can anyone share their thoughts on formulas that could be used with gomi OF to detect exhaustion and trapped traders. I have paid indicators that plot both of these but I would like to find formulas that work with gomi OF so that I can test with bloodhound which I can't do with the other indicators I have because they aren't compatible. I know in general that they plot exhaustion when they see a "low" number of trades near the top or bottom and they plot trapped traders when they see a "large" number of trades at the top or bottom of a bar that closes in the opposite direction. But what I don't have a feel for is how to know what "low" or "large" is and how to generate these signals using gomi OF. I trade RTY since that might have a bearing on the suggested numbers. If someone could share some specific ideas on how to do this with Gomi OF that would be much appreciated.

Thanks!

Reply With Quote
  #346 (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 try to use signals produced by the reversal module, it tries to identify trapped volume



It will be available in formulas as IsBuyingReversal[0] or IsSellingReversal[0], and you can also access top and bottom volume using SellsAtHigh[0]+BuysAtHigh[0] and SellsAtLow[0]+BuysAtLow[0]

Hope it helps !

Reply With Quote
  #347 (permalink)
 JayFutures0123 
washington dc
 
Experience: Intermediate
Platform: ninjatrader, tradingview
Trading: futures, stocks, options
Posts: 1 since Jan 2022
Thanks Given: 3
Thanks Received: 0


gomi View Post
Hi

You can try to use signals produced by the reversal module, it tries to identify trapped volume



It will be available in formulas as IsBuyingReversal[0] or IsSellingReversal[0], and you can also access top and bottom volume using SellsAtHigh[0]+BuysAtHigh[0] and SellsAtLow[0]+BuysAtLow[0]

Hope it helps !




Can that declining zone be extended the same way that buying and selling imbalances zones are extended...??

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

Hi,

No sorry that's not possible

Reply With Quote
  #349 (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 @Silvester17

A quick question,

i.- Are the gomiMP & gomiOrderflow indicators/tools output data able to be read by Bloodhound systems??

ii.- If yes, is there any limitation ??

Many thank in advance for your reply.
Cheers
.Nolii

Sent using the NexusFi mobile app

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


Hi,

Yes the indicators expose plots available to NinjaScript and Bloodhound

However, last time I checked, Bloodhound was still not compatible with Tick Replay data so historical data processing won't work.

It works realtime though

Hope it helps !

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