NexusFi: Find Your Edge


Home Menu

 





emini-watch.com


Discussion in Trading Reviews and Vendors

Updated
      Top Posters
    1. looks_one ericbrown with 6 posts (31 thanks)
    2. looks_two RichardHK with 6 posts (36 thanks)
    3. looks_3 Pley with 6 posts (12 thanks)
    4. looks_4 Wipeout with 6 posts (2 thanks)
      Best Posters
    1. looks_one RichardHK with 6 thanks per post
    2. looks_two ericbrown with 5.2 thanks per post
    3. looks_3 Cloudy with 2.4 thanks per post
    4. looks_4 Pley with 2 thanks per post
    1. trending_up 58,375 views
    2. thumb_up 143 thanks given
    3. group 29 followers
    1. forum 61 posts
    2. attach_file 3 attachments




 
Search this Thread

emini-watch.com

  #1 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748

Anyone try out the indicators on emini-watch.com? I liked the free "better volumes" indicator from their site which is also posted on Ninjatrader.com. They have a bunch of nice free stuff. And it seems all they sell are their indicators. Thanks.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Futures True Range Report
The Elite Circle
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
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
38 thanks
NexusFi site changelog and issues/problem reporting
27 thanks
GFIs1 1 DAX trade per day journal
19 thanks
The Program
18 thanks
  #3 (permalink)
 
ericbrown's Avatar
 ericbrown 
Tulsa, OK
 
Experience: Advanced
Platform: Tradestation, TOS, Python
Broker: IQFeed, Tradestation, TOS
Trading: ES, SPY, Options
Posts: 201 since Jan 2011
Thanks Given: 339
Thanks Received: 258


I'm actually using emini-watch's indicators (better Pro-Am, Better Momentum and Better Sinewave). I love the indicators....they're giving me the exact information I've been looking for from the market. I've gone from an average of ~1.5 points a day over 7 trades to ~ 2 points over 3 trades per day. For me, that's a great change.......I'm not trading as much and the trades I'm taking are higher probability.

The indicators have helped me with Support/Resistance and volume + who's buying when.

I'd recommend the three indicators...good stuff.

Follow me on Twitter Reply With Quote
  #4 (permalink)
 supermht 
Naperville IL
 
Experience: Intermediate
Platform: ninjatrader
Broker: NT broker
Trading: NQ ES 6E GC CL
Posts: 962 since Feb 2010
Thanks Given: 1,189
Thanks Received: 661

I watch his review everyday, and have been using better volume for long time, good for tick chart.

Reply With Quote
  #5 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748

Thanks EricBrown and Supermht! I tried them. They are great. While they still require discretion and
practice to use, they nailed general swings very nicely. Very good "early warning" signals, while not exact on entries, early warnings don't show up much in other generic indicators/systems. There's not much one can do about "cyclical" areas except maybe go to a smaller time frame or tick size. I like the idea of the better momentum indicator based on volume very much. And of great value to me, the indicators are actually fun to use. The author does a free summary most every day. I truly believe he's a trader sharing his ideas, and not just selling indicators. Thanks.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #6 (permalink)
 
mkaminski's Avatar
 mkaminski 
Colorado, US
 
Experience: Advanced
Platform: NinjaTrader
Broker: AMP, CQG
Trading: e-Mini S&P & Treasuries
Frequency: Daily
Duration: Minutes
Posts: 92 since Jun 2011
Thanks Given: 101
Thanks Received: 60

Following is the EasyLanguage code for emini-watch's Stopping Volume indicator. It was provided at no cost by them so I figured I'd post it here in case someone would like to convert it into NT7 language for anyone who was interested.

Inputs: TextColor(White), Space(True), StopAlert(True),
SpaceMulti(1), TextSpaceMulti(0.75);
Variables: OffsetBottom(0), OffsetTop(0), OffsetInput(0);

If Space = True then begin
Value1 = Average(Range,10)*SpaceMulti;
Plot1(H+Value1,"TopSpace",Tool_Black,0,0);
Plot2(L-Value1,"BottomSpace",Tool_Black,0,0);
End;

OffsetBottom = 0;
OffsetTop = 0;
OffsetInput = Average(Range,10)*TextSpaceMulti;

Condition1 = Ticks > Ticks[1] and Range < Range[1] and L < L[1];
Condition2 = Ticks > Ticks[1] and Range < Range[1] and H > H[1];

If Condition1 then begin
OffsetBottom = OffsetBottom+OffsetInput;
Value1 = Text_New(D,T,L-OffsetBottom,"Stop");
Value2 = Text_SetColor(Value1,TextColor);
Value3 = Text_SetStyle(Value1,2,2);
If StopAlert = True then begin
Alert("Stopping Volume Low");
End;
End;
If Condition2 then begin
OffsetTop = OffsetTop+OffsetInput;
Value1 = Text_New(D,T,H+OffsetTop,"Stop");
Value2 = Text_SetColor(Value1,TextColor);
Value3 = Text_SetStyle(Value1,2,2);
If StopAlert = True then begin
Alert("Stopping Volume High");
End;
End;

Michael

Reply With Quote
  #7 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748

There's also a free download of a version of BetterVolume3 someone wrote for NT7 on the Ninjatrader support forum: Links and Downloads Manager - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum

It seems to me the better pro-am indicator may effectively indicate a significant block of limit orders. It's like a tape reading for volume batches indicator without having to do actual tape reading of the order flow.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #8 (permalink)
 RichardHK 
Hong Kong
 
Experience: Intermediate
Platform: NinjaTrader, TWS
Broker: IB/Kinetick
Trading: ES
Posts: 236 since Jan 2012
Thanks Given: 132
Thanks Received: 340

Dear Cloudy, Eric,

Are you guys still using these Better indicators? Do seem like useful tools.

Wishing you good trading.
Richard
Hong Kong

Reply With Quote
  #9 (permalink)
 
ericbrown's Avatar
 ericbrown 
Tulsa, OK
 
Experience: Advanced
Platform: Tradestation, TOS, Python
Broker: IQFeed, Tradestation, TOS
Trading: ES, SPY, Options
Posts: 201 since Jan 2011
Thanks Given: 339
Thanks Received: 258


RichardHK View Post
Dear Cloudy, Eric,

Are you guys still using these Better indicators? Do seem like useful tools.

Wishing you good trading.
Richard
Hong Kong

Hi Richard -

I am still using the emini-watch tools. They are very nice indicators to help get a grasp of what is happening in the market.

Follow me on Twitter Reply With Quote
Thanked by:
  #10 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748


Unfortunately, I found Better Momentum vague to use. Better Sinewave I like for on-chart dynamic resistance and support levels but they can also be commonly broken. Better ProAm can signal coming reversals sometimes but often in a strong new trend price just keeps on going no matter how many pro signals the other way.. It's just way too discretionary and no solid set combination or rules and signals. But then the same thing can be said for most any indicators. I still have them as I bought the lifetime license and there's been a recent free (for owners) update.

It may be a good substitute instead of following a traditional volume ladder. Maybe similar win/loss percentages seeing churn. And as supposedly volume based indicators, the Better indicators may be good confirmation/filter tools in combo with other methods such as watching price action.

Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on September 13, 2020


© 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