StockFetcher Forums · Stock Picks and Trading · A Newbie's Journey<< 1 ... 38 39 40 41 42 ... 48 >>Post Follow-up
sandjco
648 posts
msg #147747
Ignore sandjco
5/9/2019 11:53:52 AM

Spoke too soon I guess. Opened SQQQ and SMH puts at open but will use EOD.

Since I'm a virgin with options as well...in hindsight, maybe my stop should have been at 50% and letting the profits run but with stops in place.

Who knows if this retracement will be like the one in late 2018 which was lit by another Trump tweet?


sandjco
648 posts
msg #147760
Ignore sandjco
5/10/2019 8:21:22 AM

SQQQ


SMH


Maybe I read the tea leaves wrong...


sandjco
648 posts
msg #147787
Ignore sandjco
modified
5/14/2019 8:26:26 AM

There she goes...



Now comes...when to get off the wagon

question:
how do i script this line:
- average volume(30) * 50% = x (i think this is: set {V, average volume(30) * .50)
- draw V on volume plot

i don't know how to do the 2nd line. Thank you

xarlor
561 posts
msg #147788
Ignore xarlor
5/14/2019 2:40:11 PM

sandjco, this is the best I could do:

Fetcher[
set {V, average volume(30) * .50}
and draw V on plot Average Volume(30)
]



sandjco
648 posts
msg #147789
Ignore sandjco
5/14/2019 5:13:32 PM

Many thanks Xarlor! appreciate it!



four
5,087 posts
msg #147793
Ignore four
modified
5/14/2019 11:11:21 PM

Fetcher[
symlist(aaba)
set{vol.5, Average Volume(30) * .50}
set{vol30, Average Volume(30)}
and draw vol.5 on plot vol30

add column vol30
add column vol.5
]



sandjco
648 posts
msg #147795
Ignore sandjco
5/15/2019 12:20:34 PM

Thank you four! Interesting presentation...
What I was trying to do was to:
- draw a horizontal line on the volume pane that represented the "outliers" (spikes) over say 1 year and
- draw another horizontal line on the volume pane that represented the other spectrum wherein the volume was really low vs what it usually trades at over say 1 year

Will most likely close short positions and reverse course to go long SOXL and TECL. My gut said to close these yesterday and reverse course. PIcked up MRVL and GOOG yesterday but will use today's EOD






four
5,087 posts
msg #147812
Ignore four
5/17/2019 12:30:01 AM

Fetcher[
symlist(aaba)
set{vol.5, Average Volume(30) * .50}
set{vol30, Average Volume(30)}
set{vv, volume}
and draw vv on plot vol.5
draw vol30 on plot average volume(30)

add column vol30
add column vol.5
]



sandjco
648 posts
msg #147829
Ignore sandjco
5/18/2019 8:15:44 AM

As always, thank you four! Thank you again xarlor for taking the first shot.

Fetcher[symlist(aaba)
set{vol.5, Average Volume(30) * .50}
set{vol30, Average Volume(30)}
set{vv, volume}
and draw vv on plot vol.5
draw vol30 on plot average volume(30)

/*trying to draw two other horizontal line on vv plot that is a multiple of vol.5*/
set{vol1.5, vol.5 * 3}
draw vol1.5 on plot vv

set{vol2.5, vol.5 * 5}
draw vol2.5 on plot vv
]



How do I make the vol 1.5 and vol 2.5 be horizontal lines plotted on vv plot so I will now have 3 horizontal lines on the vv plot?

Thank you in advance




Village Elder
231 posts
msg #147830
Ignore Village Elder
5/18/2019 8:38:47 AM

Why not use the custom Bollinger Bands?

something like

Fetcher[
set{volUBB, cubb(volume,30,2.0)}
set{volLBB, clbb(volume,30,2.0)}
set{vol, volume}

draw volUBB on plot vol
draw volLBB on plot vol
]



StockFetcher Forums · Stock Picks and Trading · A Newbie's Journey<< 1 ... 38 39 40 41 42 ... 48 >>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.