NexusFi: Find Your Edge


Home Menu

 





Momentum Stop Indicator


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one cory with 16 posts (48 thanks)
    2. looks_two sebddn with 4 posts (0 thanks)
    3. looks_3 max-td with 2 posts (0 thanks)
    4. looks_4 Dragon with 2 posts (0 thanks)
      Best Posters
    1. looks_one DavidHP with 5 thanks per post
    2. looks_two cory with 3 thanks per post
    3. looks_3 trader1512 with 1 thanks per post
    4. looks_4 ejtrader with 1 thanks per post
    1. trending_up 24,396 views
    2. thumb_up 58 thanks given
    3. group 15 followers
    1. forum 39 posts
    2. attach_file 17 attachments




 
Search this Thread

Momentum Stop Indicator

  #11 (permalink)
 stealth38 
Sandy, UT
 
Experience: Advanced
Platform: NinjaTrader, I/RT
Broker: Infinity
Trading: ES, EUR/USD,CL
Posts: 1 since Jan 2010
Thanks Given: 62
Thanks Received: 0

How do I import this into Ninja...Thanks, Joe

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
  #12 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


stealth38 View Post
How do I import this into Ninja...Thanks, Joe


Started this thread Reply With Quote
Thanked by:
  #13 (permalink)
 sebddn 
charlotte,nc
 
Experience: Advanced
Platform: NT
Broker: zen fire
Trading: CL,6E,ZS
Posts: 4 since Nov 2009
Thanks Given: 3
Thanks Received: 0


Cory, Love your indicator, but one question. Exactly how does the range expansion work? I changed the properties in the code and added it as a user variable so I could change it on the fly, but I see no distinct changes. Also, as far as the " ticks range" variable goes, it appears to me that it is how many ticks from the peak of the current bar up/down price travels as to when it paints the triangle. Am I correct? Also, since this is based on your volume indicator does the range expansion work the same way? Again, love your work. sebbdn

Reply With Quote
  #14 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


sebddn View Post
Cory, Love your indicator, but one question. Exactly how does the range expansion work? I changed the properties in the code and added it as a user variable so I could change it on the fly, but I see no distinct changes. Also, as far as the " ticks range" variable goes, it appears to me that it is how many ticks from the peak of the current bar up/down price travels as to when it paints the triangle. Am I correct? Also, since this is based on your volume indicator does the range expansion work the same way? Again, love your work. sebbdn

there is no range expansion logic in mom stop maybe you are thinking of vol stop? anyway in mon stop there is a bar range filter what it does is you specify minimum number of ticks for a bar before that bar is used to generate a signal, small bar = loss of momentum = invalid signal.

Started this thread Reply With Quote
  #15 (permalink)
 sebddn 
charlotte,nc
 
Experience: Advanced
Platform: NT
Broker: zen fire
Trading: CL,6E,ZS
Posts: 4 since Nov 2009
Thanks Given: 3
Thanks Received: 0

so are you saying that, line 28: private double range expansion = 1.2 does not apply for this indicator, momstopv2? would that also hold true for line 34's ma variable? also, how does the range expansion variable work in the vol stop indicator? thanks again for your work. sebddn

Reply With Quote
  #16 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


sebddn View Post
so are you saying that, line 28: private double range expansion = 1.2 does not apply for this indicator, momstopv2? would that also hold true for line 34's ma variable? also, how does the range expansion variable work in the vol stop indicator? thanks again for your work. sebddn

I strip off vol part from vol stop to make mom stop so line 28 is a leftover from vol stop and the same with line 34.

Started this thread Reply With Quote
  #17 (permalink)
 sebddn 
charlotte,nc
 
Experience: Advanced
Platform: NT
Broker: zen fire
Trading: CL,6E,ZS
Posts: 4 since Nov 2009
Thanks Given: 3
Thanks Received: 0

Got it. appreciate your reply. sebddn

Reply With Quote
  #18 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090

my signals vs bench mark signals vs jeff CCI dots

Attached Thumbnails
Click image for larger version

Name:	benchmark.png
Views:	813
Size:	39.9 KB
ID:	13509   Click image for larger version

Name:	cory-ES 06-10  5_13_2010 (5 Min).jpg
Views:	758
Size:	66.2 KB
ID:	13510   Click image for larger version

Name:	jeff-ES 06-10  5_13_2010 (5 Min).jpg
Views:	737
Size:	66.6 KB
ID:	13511  
Started this thread Reply With Quote
Thanked by:
  #19 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090

vs bench mark Part II.
ps. bench mark video RSofHouston Workshop: TradersView - May 2010
pss. hopefully somebody else has something to say before I state the obvious.

Attached Thumbnails
Click image for larger version

Name:	bm2.png
Views:	525
Size:	46.1 KB
ID:	13512   Click image for larger version

Name:	cory2-ES 06-10  5_16_2010 (5 Min).jpg
Views:	514
Size:	74.6 KB
ID:	13513   Click image for larger version

Name:	jeff2-ES 06-10  5_16_2010 (5 Min).jpg
Views:	482
Size:	68.0 KB
ID:	13514  
Started this thread Reply With Quote
Thanked by:
  #20 (permalink)
 
Dragon's Avatar
 Dragon 
Bellingham, WA
 
Experience: Intermediate
Platform: Ninja
Broker: Zen-Fire
Trading: 6E, CL
Posts: 491 since Aug 2009
Thanks Given: 747
Thanks Received: 259


Cory wins!

Visit my NexusFi Trade Journal Reply With Quote




Last Updated on February 18, 2013


© 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