NexusFi: Find Your Edge


Home Menu

 





Cory's VolumeStopV3 (and now V4) - Worth A Look!


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one cory with 173 posts (430 thanks)
    2. looks_two kavklov with 34 posts (7 thanks)
    3. looks_3 Royal Flush with 32 posts (10 thanks)
    4. looks_4 Silvester17 with 16 posts (42 thanks)
      Best Posters
    1. looks_one Fat Tails with 6 thanks per post
    2. looks_two Silvester17 with 2.6 thanks per post
    3. looks_3 cory with 2.5 thanks per post
    4. looks_4 supermht with 1.7 thanks per post
    1. trending_up 230,112 views
    2. thumb_up 663 thanks given
    3. group 166 followers
    1. forum 473 posts
    2. attach_file 110 attachments




 
Search this Thread

Cory's VolumeStopV3 (and now V4) - Worth A Look!

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

add high volume churn text and alert per request

Attached Thumbnails
Click image for larger version

Name:	ES 12-10  10_22_2010 (5 Min).jpg
Views:	1096
Size:	79.9 KB
ID:	23969  
Attached Files
Elite Membership required to download: VolumeStopV5.cs
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - April 2024
Feedback and Announcements
ZombieSqueeze
Platforms and Indicators
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Deepmoney LLM
Elite Quantitative GenAI/LLM
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
 
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
  #112 (permalink)
 bermarti 
Eau Claire, WI USA
 
Experience: Intermediate
Platform: ninja trader
Broker: Amp Futures/ zen Fire
Trading: ES, 6E, ZN
Posts: 12 since Jun 2009
Thanks Given: 53
Thanks Received: 3

Hey Cory, I'm having trouble with your VolumeStopV5 in cs format. I've downloaded it, moved it to my indicator folder, hit F5 and get en error message. Any suggestions?

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



bermarti View Post
Hey Cory, I'm having trouble with your VolumeStopV5 in cs format. I've downloaded it, moved it to my indicator folder, hit F5 and get en error message. Any suggestions?

click on log tab, what it say?

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

here is the zip file

Attached Files
Elite Membership required to download: VolumeStopV5.zip
Reply With Quote
  #115 (permalink)
 bermarti 
Eau Claire, WI USA
 
Experience: Intermediate
Platform: ninja trader
Broker: Amp Futures/ zen Fire
Trading: ES, 6E, ZN
Posts: 12 since Jun 2009
Thanks Given: 53
Thanks Received: 3

Cory, Thanks for the zip file but I still get an error message: "Import failed. The NinjaScript Archive File may contain duplicate method names that already exist on you PC or there is a required file missing on either your PC or in the import archive."

Reply With Quote
Thanked by:
  #116 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


bermarti View Post
Cory, Thanks for the zip file but I still get an error message: "Import failed. The NinjaScript Archive File may contain duplicate method names that already exist on you PC or there is a required file missing on either your PC or in the import archive."


The indicator is not compatible NT7, you would first need to change the DrawText(), DrawTriangle() and DrawDiamond() instructions. So if you want to use it, just edit the file with an external editor and copy the code into the NT7 editor. Then modify the DrawText(), DrawTriangle() and DrawDiamond() instructions, compile and it should run.

Reply With Quote
  #117 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102

That said, I have modified the DrawWhatsoever() methods to comply with the code breaking changes for NT7.

The version below should work with NT7.

Not tested yet.

Attached Files
Elite Membership required to download: VolumeStopNT7v5.zip
Reply With Quote
  #118 (permalink)
 bermarti 
Eau Claire, WI USA
 
Experience: Intermediate
Platform: ninja trader
Broker: Amp Futures/ zen Fire
Trading: ES, 6E, ZN
Posts: 12 since Jun 2009
Thanks Given: 53
Thanks Received: 3

Fat Tails, thanks a bunch that works just fine.

Reply With Quote
Thanked by:
  #119 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


bermarti View Post
Fat Tails, thanks a bunch that works just fine.

You should thank Cory, I just needed to add a zero and a "true" a few times to the Draw() methods, as they are slightly different in NT 7.0.

Everybody can do that: Copy the NT 6.5. code into the NT 7.0 editor. Then try to compile via F5. The compiler errors will tell you, what is wrong. Make the required changes by consulting the NinjaTrader help file for the syntax of the Draw() methods.

It is really simple.

Reply With Quote
  #120 (permalink)
 bermarti 
Eau Claire, WI USA
 
Experience: Intermediate
Platform: ninja trader
Broker: Amp Futures/ zen Fire
Trading: ES, 6E, ZN
Posts: 12 since Jun 2009
Thanks Given: 53
Thanks Received: 3


I did thank Cory but I'll certainly thank him again. I very much appreciate his and your willingness to share your time and expertise in helping me, a struggling trader. Thank you both.

Reply With Quote




Last Updated on February 18, 2024


© 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