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!

  #141 (permalink)
 
Trafford's Avatar
 Trafford 
London, England
 
Experience: Intermediate
Platform: Ninja
Broker: Mirus Futures/Zen-Fire
Trading: EUR
Posts: 337 since Sep 2010
Thanks Given: 378
Thanks Received: 229

Cory,


How do you change the colour of the hvc text in Volume Dtop 5 N7?


Thanks,


Brian

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
Deepmoney LLM
Elite Quantitative GenAI/LLM
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
 
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
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #142 (permalink)
 
Royal Flush's Avatar
 Royal Flush 
Stanstead, Quebec, Canada
 
Experience: Intermediate
Platform: NinjaTrader
Trading: CL
Posts: 122 since Dec 2010
Thanks Given: 71
Thanks Received: 64


cory View Post
sound alert was added in this ver nt6.5, you can put them side by side or overlay them on the same pannel

Here's Friday's 5 min. SPY with V5 on it. I notice that the diamond long signal generated on bar 29 continued to be over written by the triangle short signal generated on bar 23 on bars subsequent to bar 29. Is this intentional because a triangle signal takes precedence over a diamond signal or is it a glitch in the indicator?

Attached Thumbnails
Click image for larger version

Name:	SPY  12_17_2010 (5 Min).jpg
Views:	857
Size:	184.7 KB
ID:	27137  
Reply With Quote
  #143 (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



Royal Flush View Post
Here's Friday's 5 min. SPY with V5 on it. I notice that the diamond long signal generated on bar 29 continued to be over written by the triangle short signal generated on bar 23 on bars subsequent to bar 29. Is this intentional because a triangle signal takes precedence over a diamond signal or is it a glitch in the indicator?

signals are generated independently the dot lines will cont to plot according to the length setting. Now you know why they are named s/r line not s line and r line.

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


Trafford View Post
Cory,


How do you change the colour of the hvc text in Volume Dtop 5 N7?


Thanks,


Brian

look for this codes

DrawText("hvc" + CurrentBar,"hvc", 1, Low[1] - 3*TickSize, colorUD);

replace 'colorUD' with color you want exmp: 'Color.Black' or 'Color.Green' or 'Color.Red'.

Reply With Quote
Thanked by:
  #145 (permalink)
 
Royal Flush's Avatar
 Royal Flush 
Stanstead, Quebec, Canada
 
Experience: Intermediate
Platform: NinjaTrader
Trading: CL
Posts: 122 since Dec 2010
Thanks Given: 71
Thanks Received: 64

I am very grateful for your creating and sharing your VolumeStop indicator. It is without a doubt the best indicator I have ever found. Would you describe how you would use the 4 Ray Lines?

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


Royal Flush View Post
I am very grateful for your creating and sharing your VolumeStop indicator. It is without a doubt the best indicator I have ever found. Would you describe how you would use the 4 Ray Lines?

horizon lines are are self explain they are just 2 most recent s/r lines going into the future. diagonal lines are wacky but interesting they seem to be able to predict the trend sometimes use then at your own risk that is why you can always turn them off.

Reply With Quote
  #147 (permalink)
 
Royal Flush's Avatar
 Royal Flush 
Stanstead, Quebec, Canada
 
Experience: Intermediate
Platform: NinjaTrader
Trading: CL
Posts: 122 since Dec 2010
Thanks Given: 71
Thanks Received: 64


cory View Post
diamond follows a looser rule, a lower chance signal. dot line is s/r line set it to 1 if you dont want it.

Cory, I don't see where I can set diamond to 1 if I don't want it.

Attached Thumbnails
Click image for larger version

Name:	untitled.JPG
Views:	305
Size:	64.0 KB
ID:	27923  
Reply With Quote
Thanked by:
  #148 (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


Royal Flush View Post
Cory, I don't see where I can set diamond to 1 if I don't want it.

set diamond to transparent.

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

for big hvc font

-add this line to region Variables

private System.Drawing.Font bigFont = new Font("Arial", 20);


- comment out old drawtext line, add new drawtext line

// DrawText("hvc" + CurrentBar,"hvc", 1, Low[1] - 3*TickSize, colorUD);

DrawText("hvc" + CurrentBar, true, "hvc", 1, Low[1] - 3*TickSize, 0, colorUD, bigFont,
StringAlignment.Center, Color.Empty, Color.Empty, 10);

Reply With Quote
Thanked by:
  #150 (permalink)
 
greathopes's Avatar
 greathopes 
North Carolina
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Mirus
Trading: ES
Posts: 6 since Apr 2010
Thanks Given: 8
Thanks Received: 0


Hey can someone help me to load volumestop?

I'm getting the following error when I import it:
"Import failed. The NinjaScript Archive File may contain duplicate method names that already exist on your PC or there is a required file missing on either your PC or in the import archive."

(also it's downloading as a "cs" file instead of zip) so I copied and pasted it and got an error as well)
What do i do from here

thx a million for any help...

Update: I found the volumestop combined with the momstop and it imported perfectly. Thanks for the help all

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