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!

  #241 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


cory View Post
this version draws 1 triangle only

Hi Cory,

I will try it tomorrow.

Thanks a lot

Kavklov

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Are there any eval firms that allow you to sink to your …
Traders Hideout
 
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
44 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #242 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


cory View Post
this version draws 1 triangle only


cory View Post
this version draws 1 triangle only

Hi Cory,

I tried and it is not working properly.
If you see the DAX chart , you will understand what I mean. In there I have:
Vol updown
BuySellvol
BsellVolume with calculate in the bar close False
BsellVolume with calculate in the bar close True

BsellVolume with calculate in the bar close False: This one is getting some weird calculation like 966.67% in a bar.

BsellVolume with calculate in the bar close True: This one is showing always 0 when bar closes

BsellVolume Triangle only works is set bar close false. then it keeps switching up and down as the calculation progress.
If I set to bar close True, it does not work at all.

The box in the chart is a volume bar that went over 70% and the triangle did not show up.
I think it is better to work with calculate in bar close, then the triangle will show up only when the bar is > 70% for sure.

Thanks


Kavklov

Attached Thumbnails
Click image for larger version

Name:	DAX 2.png
Views:	419
Size:	63.2 KB
ID:	99819   Click image for larger version

Name:	DAX 1.png
Views:	383
Size:	60.1 KB
ID:	99820  
Reply With Quote
Thanked by:
  #243 (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


latest triangle version, keep calculate on bar close = false so that it can add buy/sell volume properly.

Attached Files
Elite Membership required to download: BSellVolTriangle.zip
Reply With Quote
Thanked by:
  #244 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


cory View Post
latest triangle version, keep calculate on bar close = false so that it can add buy/sell volume properly.

Well, still the same thing as the volume bar is forming , triangle keeps switching up and down,
I think it will be better to drop the triangle thing.
Since the volume keeps changing during the formation , the best thing is to only calculate on the close of the bar.
So the rules should be like that:
On the end of the bar calculate if buy or sell volume is > 60%
If there is sell >60% bar volume bar all orange red
If there is buy >60% bar volume all blue
If those conditions are not met bar remain red/green

What do you thing?

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


kavklov View Post
Well, still the same thing as the volume bar is forming , triangle keeps switching up and down,
I think it will be better to drop the triangle thing.
Since the volume keeps changing during the formation , the best thing is to only calculate on the close of the bar.
So the rules should be like that:
On the end of the bar calculate if buy or sell volume is > 60%
If there is sell >60% bar volume bar all orange red
If there is buy >60% bar volume all blue
If those conditions are not met bar remain red/green

What do you thing?

60% calculation is kind of fuzzy, lets start from beginning

total volume = sells + buys

a) sell ratio = sells / total vol
b) buy ratio = buys /total vol

-OR-

c) sell ratio = sells/buys
d) buy ratio = buys/sells


which calculation do you have in mind?

Reply With Quote
  #246 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


cory View Post
60% calculation is kind of fuzzy, lets start from beginning

total volume = sells + buys

a) sell ratio = sells / total vol
b) buy ratio = buys /total vol

-OR-

c) sell ratio = sells/buys
d) buy ratio = buys/sells


which calculation do you have in mind?

The one I do manually is...
Vol Bar closed, then I get sell 700 (70%) buy 300 (30%), volume total 1000, then this is a "good" candle
Vol Bar closed, sell 450 (45%) buy 550 (55%) , volume total 1000, this is a "bad" candle.

In essence, once the volume bar closes, we do buy - sell = difference , if difference > 60 up wards, this is a good candle, and we put some kind signal on it.
Thanks

Reply With Quote
  #247 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


kavklov View Post
The one I do manually is...
Vol Bar closed, then I get sell 700 (70%) buy 300 (30%), volume total 1000, then this is a "good" candle
Vol Bar closed, sell 450 (45%) buy 550 (55%) , volume total 1000, this is a "bad" candle.

In essence, once the volume bar closes, we do buy - sell = difference , if difference > 60 up wards, this is a good candle, and we put some kind signal on it.
Thanks

I am curious with one thing.
Your indi and Volume Up Down shows the correct volume amount, BuySell does not. It has to do with sell x2?

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


kavklov View Post
I am curious with one thing.
Your indi and Volume Up Down shows the correct volume amount, BuySell does not. It has to do with sell x2?

to be counted as buy or sell it has to meet certain qualification so not all will show up in volume amount.
here is the latest with correct calculation. As far as end of bar timing you can look for some bar count down indi.

edit: some bar counter indis

Attached Files
Elite Membership required to download: BSellVolTriangle.zip
Elite Membership required to download: BSellVolume.zip
Reply With Quote
  #249 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7


cory View Post
to be counted as buy or sell it has to meet certain qualification so not all will show up in volume amount.
here is the latest with correct calculation. As far as end of bar timing you can look for some bar count down indi.

Okey dokey,

I will test it tomorrow...
Thanks a lot.

kavklov

Reply With Quote
  #250 (permalink)
kavklov
curitiba
 
Posts: 34 since Aug 2012
Thanks Given: 2
Thanks Received: 7



cory View Post
to be counted as buy or sell it has to meet certain qualification so not all will show up in volume amount.
here is the latest with correct calculation. As far as end of bar timing you can look for some bar count down indi.

edit: some bar counter indis

Hi Cory,

I think we are getting there.
On the DAX I have the following:
King ( I had to change the name because NJ was not importing the indi, because 1 indi has that name already)
King on panel 1 bar close FALSE 65%
King on panel 2 bar close TRUE 65%
Volupdwn panel 3 bar close

On the box you can notice that we have 3 volume bars that were > 65%
Panel 1 shows the correct proportion
Panel 2 the volume bar should be RED, right? but it is showing green.
Panel 3 shows red,

Do you have any idea why, when I set bar close the indi is not showing the correct color, even though is calculating it properly?

Triangle.
I set it to bar close. but it keeps jumping to the next candle. is there a way to the triangle print to the candle and stay there? next candle about 65% print another?

Thks a lot

Kavklov

Attached Thumbnails
Click image for larger version

Name:	DAX3.png
Views:	404
Size:	81.7 KB
ID:	99922  
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