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,228 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!

  #331 (permalink)
 tst1 
Magadan Russia
 
Posts: 79 since Nov 2010

Hi Cory,

mind to add to the VolStopV7 indicator lookback period to calculate volume bars to the indicator dialog menu and the ability to select the sounds file as well?

thank you.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Deepmoney LLM
Elite Quantitative GenAI/LLM
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Better Renko Gaps
The Elite Circle
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
 
  #332 (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


tst1 View Post
Hi Cory,

mind to add to the VolStopV7 indicator lookback period to calculate volume bars to the indicator dialog menu and the ability to select the sounds file as well?

thank you.

the bar look back period is always 2, 2 bars back + current bar, this is fix and will not be changed.

Reply With Quote
  #333 (permalink)
 tst1 
Magadan Russia
 
Posts: 79 since Nov 2010



cory View Post
the bar look back period is always 2, 2 bars back + current bar, this is fix and will not be changed.

Thanks,this setup is exactly what`s needed

What about the audio alert option?The diagonal rays do not update with each new bar,btw.It has to be refreshed evry new bar.Can it be fixed as well?

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


tst1 View Post
Thanks,this setup is exactly what`s needed

What about the audio alert option?The diagonal rays do not update with each new bar,btw.It has to be refreshed evry new bar.Can it be fixed as well?

Diagonal rays was an experimental idea, its time had gone. I didn't add audio alert, somebody else did. I don't use any audio alert myself.

Reply With Quote
Thanked by:
  #335 (permalink)
 cdkmbjones 
Mastic NY / USA
 
Experience: Intermediate
Platform: ninjatrader
Trading: futures
Posts: 2 since Feb 2013
Thanks Given: 2
Thanks Received: 10

Cory, I have been a Big Mikes elite member for some time and highly recommend it to anyone who participates in this site, which bar none is the best out there. That said, this is my first post after being a sponge absorbing information and experience from contributors like you for some time and wanted to scream it out to all that are listening - this indicator is awesome and thank you for your work. It works very well on many cart types but specifically I have found it is very accurate on a 1500 volume chart on the NQ, which I trade. I use the sound alert and I can tell you that the accuracy rate is extremely good at notifying of a solid stop point. Again, thank you, it has helped me immensely - keep up the good work!

Reply With Quote
  #336 (permalink)
 adrianobm 
Schweiz
 
Experience: Advanced
Platform: tradestation marketdelta ninja
Trading: Bund
Posts: 1 since Sep 2012
Thanks Given: 0
Thanks Received: 0

does anyone have this programmed for market delta?

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


Quoting 
Is it posible to change the dotted lines in Volume stop to solid lines?


step 1)
// textFont1 = new Font("Wingdings 3",srDotSize);
// textFont1 = new Font("Wingdings",srDotSize ); // comment out this line
textFont1 = new Font("Arial Black",srDotSize ); // add this line

step 2)

// change each of: true, "l", 0 to: true, "_", 0 ; there are 4 of them, first one is done for example
if ( CurrentBar < savebar1)
{
// DrawText(CurrentBar.ToString()+"l1" , true, "l", 0 , savePos1, 0,colorUT,
DrawText(CurrentBar.ToString()+"l1" , true, "_", 0 , savePos1, 0,colorUT,
textFont1, StringAlignment.Center, Color.Empty, Color.Empty, 1);

}
if ( CurrentBar < savebar2)
{
DrawText(CurrentBar.ToString()+"l2" , true, "l", 0 , savePos2, 0,colorUD,
textFont1, StringAlignment.Center, Color.Empty, Color.Empty, 1);

}
if ( CurrentBar < savebar3)
{
DrawText(CurrentBar.ToString()+"l3" , true, "l", 0 , savePos3, 0,colorDT,
textFont1, StringAlignment.Center, Color.Empty, Color.Empty, 1);

}
if ( CurrentBar < savebar4)
{
DrawText(CurrentBar.ToString()+"l4" , true, "l", 0 , savePos4,0, colorDD,
textFont1, StringAlignment.Center, Color.Empty, Color.Empty, 1);

}



Quoting 

And can we add the option for it to not even show the Volume on the bottom? Just print/plot the lines on the chart - because I am looking at another volume on the bottom and didn't want them to mix.

Thanks Cory

move indicator to the very bottom of the chart then squeeze it down until you almost can't see it.

Reply With Quote
Thanked by:
  #338 (permalink)
 zimzam 
Los Gatos, CA
 
Experience: Intermediate
Platform: Ninja
Broker: Optimus/Rithmic, Kinetick
Trading: CL, NQ, GC, 6E
Posts: 17 since Apr 2010
Thanks Given: 2
Thanks Received: 4

Cory - could you modify, or tell me how to modify, to adjust the vertical offset from price bar of the triangles and diamonds? and also how to change the size of triangles and diamonds?

Thanks in advance.

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


zimzam View Post
Cory - could you modify, or tell me how to modify, to adjust the vertical offset from price bar of the triangles and diamonds? and also how to change the size of triangles and diamonds?

Thanks in advance.

no vertical offset since those triangle/diamond also serve starting point for S/R line. Size is ninja control, bigger bar size = bigger triangle/diamond.

-to change vertical offset look for drawdiamond/drawtriangle then change from 1*TickSise to 4*TickSize (offset = 4 ticks).

DrawDiamond("Stop High2" + CurrentBar,true, 0, High[0] + 1*TickSize, colorDD);
DrawDiamond("Stop Low2" + CurrentBar,true, 0, Low[0] - 1*TickSize, colorUD);

Reply With Quote
  #340 (permalink)
 zimzam 
Los Gatos, CA
 
Experience: Intermediate
Platform: Ninja
Broker: Optimus/Rithmic, Kinetick
Trading: CL, NQ, GC, 6E
Posts: 17 since Apr 2010
Thanks Given: 2
Thanks Received: 4


That worked nicely.
Thank you for the quick and accurate response.

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