StockFetcher Forums · General Discussion · How to draw VOLUME Benchmarks on the volume plot?<< >>Post Follow-up
styliten
278 posts
msg #153108
Ignore styliten
7/14/2020 4:47:35 PM

Hello there,

Have some difficulty plotting out volume benchmarks:

and draw average volume(15) multiply by 1.75
and draw average volume(15) multiply by 1.80

The above does work work and a band corresponding to 75% & 80% above average volume of last 15 day's would be drawn on the volume plot. However, today's volume is counted in the last "15 days". How to draw the same thing for the most recent 15 days PRIOR to today?

Tried:

and draw average volume(15) multiply by 1.75 1 day ago
and draw average volume(15) multiply by 1.80 1 day ago

and

and draw average volume(15) 1 day ago multiply by 1.75
and draw average volume(15) 1 day ago multiply by 1.80

and

and draw average volume(15) 1 day ago multiply by 1.75 on plot volume
and draw average volume(15) 1 day ago multiply by 1.80 on plot volume

none of these worked.

Any suggestions?

graftonian
1,089 posts
msg #153116
Ignore graftonian
7/15/2020 9:51:48 AM

Is this any help?
Fetcher[
set{v0, Average Volume(30)}
set{v1, Average Volume(30) one day ago}
draw v0
draw v1 on plot v0
]



styliten
278 posts
msg #153118
Ignore styliten
modified
7/15/2020 10:23:01 AM

Thanks for your reply! That's certainly one solution.

I guess I should rephrase my original question as follows:

Is there a way to reference the "volume" plot per se?

Usually, one can say "draw xxx on plot price", but "draw xxx on plot volume" doesn't seem to work. Does the volume plot go by a different name?

olathegolf
119 posts
msg #153132
Ignore olathegolf
7/15/2020 10:33:26 PM

Not sure if this helps:

Fetcher[
symlist(spy)
set{vol,average volume(15)}
set{vol1751da,average volume(15) 1 day ago * 1.75}
set{vol1801da,average volume(15) 1 day ago * 1.80}
draw vol1751da on plot vol
draw vol1801da on plot vol
]



Cheese
1,374 posts
msg #153133
Ignore Cheese
7/15/2020 11:58:50 PM

maybe something like this

Fetcher[
SYMLIST(TSLA,MRNA,GILD)
DRAW VOLUME 5 day high on plot VOLUME
]



and like this

Fetcher[
SYMLIST(TSLA,MRNA,GILD)
DRAW CMA(volume,20) on plot volume
]



styliten
278 posts
msg #153134
Ignore styliten
modified
7/16/2020 12:15:18 AM

Found 1 small trick:

Fetcher[dow 30

chart-time is 30

and draw max(average volume(15), average volume(45) 1 day ago multiply by 1.75)
and draw max(average volume(15), average volume(45) 1 day ago multiply by 1.80)

and draw average volume(45) multiply by 2.90
and draw average volume(45) multiply by 3.00
]



the above does work. Not elegant but more or less works and shows 2 different levels of volume benchmarks on the SAME VOLUME plot, red flagging the days on the volume plot when daily volume more than doubles the average daily volume of recent X # of days since pullback is imminent right after these high volume days.

styliten
278 posts
msg #153157
Ignore styliten
modified
7/16/2020 2:01:38 PM

Emailed customer service and here is the feedback:

Fetcher[dow 30

chart-time is 30

and draw average volume(15) 1 day ago multiply by 1.75 on plot AVERAGE volume(15)
and draw average volume(15) 1 day ago multiply by 1.80 on plot AVERAGE volume(15)
]



so apparently, the VOLUME plot goes by a different name, i.e., "Average volume" or "Average Volume(X)":

How ODD is that?! But this does work!

StockFetcher Forums · General Discussion · How to draw VOLUME Benchmarks on the volume plot?<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.