Stage Analysis Video Training Course

US Stocks Breakouts & Breakdowns - SP500, NYSE, & Nasdaq Stock Charts - Page 321

RE: US Stocks - Watchlist and Discussion

(2017-05-03, 06:47 PM)shaunattwood Wrote: FEYE breaking out on good vol

Looks like the 150DMA is just about to turn positive! What would be your entry target?

RE: US Stocks - Watchlist and Discussion

bought 500 FEYE at 13.75
and 1000 DSX at 4

RE: US Stocks - Watchlist and Discussion

A few for the watchlist from todays scans - TRUP, NICE, QTM, CEVA, ABEV

                   

isatrader

Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.
(This post was last modified: 2017-05-08, 07:48 PM by shaunattwood.)

RE: US Stocks - Watchlist and Discussion

DDD breakout out of a 1 year symmetrical triangle on good volume
sector breakout for 3D printing shares check out SSYS, PRLB

RE: US Stocks - Watchlist and Discussion

For the US watchlist from Tuesdays scans - HOME, BZUN, FNJN, GREK, HHC, LNTH, MOBL, TCMD, TLGT, WB

                                       

isatrader

Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.

RE: US Stocks - Watchlist and Discussion

(2015-07-23, 09:29 PM)gbarbs Wrote:
(2015-07-23, 06:07 AM)CH868 Wrote: gbarbs,
How did you create the mansfielddaily and weekly indicators on thinkorswim platform ?

Not sure how familiar you are so let me know if you need more details...but you first click on the edit and studies button in the top right area.

In the bottom left of the pop up window, underneath all of the studies click on "new"

You can name the study in the very top that's where I put "Mansfield Daily". Then paste in the following code into thinkscript editor for the daily mansfield:

declare lower;

input CorrelationWithSecurity = "SPX";
def SPXclose = close(CorrelationWithSecurity);
def R200 = close/SPXclose;


def RS_today = close / SPXclose;
def BSAverage = (sum(r200, 200)/200);
Plot RS2 = ((R200/BSAverage)-1)*10;
plot zeroline = 0;

RS2.SetDefaultColor(GetColor(6));plot Data = close;


for the weekly, use the following:

declare lower;

input CorrelationWithSecurity = "SPX";
def SPXclose = close(CorrelationWithSecurity);
def R52 = close/SPXclose;


def RS_today = close / SPXclose;
def BSAverage = (sum(r52, 52)/52);
Plot RS2 = ((R52/BSAverage)-1)*10;
plot zeroline = 0;

RS2.SetDefaultColor(GetColor(6));plot Data = close;

Once you do this they will show up in your list of studies on the left hand side and you can add them to the chart. Once you do go into the settings of the study and click on the tab that says "data". You want to uncheck the box so it does not plot data. RS2 and zeroline should have the plot box checked.

Hope this helps see screen shots if this doesn't make sense

Tongue Thank you so much! That was great!

RE: US Stocks - Watchlist and Discussion

For the US watchlist tonight - ATHM, LPTH, MIME

           

isatrader

Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.

RE: US Stocks - Watchlist and Discussion

For the watchlist from Thursdays scans - CIB

   

isatrader

Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.


Forum Jump:


Users browsing this thread: 28 Guest(s)