@codytrades with an information packed session about shorting the fluff.  We didn’t get to all of the questions during the webinar, so if you have any, please don’t hesitate to post in the comments section and we’ll get to them as we can.

We are aware of some of the audio chopping.  We are not sure what the issue was, but we will work on it for the future.  As the video stands right now, we can not fix any of the chopping.  Thanks for understanding, and we hope you enjoy this information packed session by @codytrades.

Tagged with:
 

You want scans? @TraderJim64 delivers

After a long two weeks of our community being overly fascinated with technical analysis, and @TraderJim64 giving out his StrategyDesk codes to people on an individual basis, we thought this would be a great forum to distribute them.

The code below is for: Weekly minimum volume, 5EMA(-2)less than 34EMA(-2) and less than 5EMA now and the 5EMA has crossed the 34EMA.

(Bar[Volume,W] >= 1500000) AND
(ExpMovingAverage[EMA,Close,5,0,D,2] <
ExpMovingAverage[EMA,Close,34,0,D,2]) AND
(ExpMovingAverage[EMA,Close,5,0,D,2] < ExpMovingAverage[EMA,Close,5,0,D]) AND (MovingAverage[MA,Close,5,0,D] >
ExpMovingAverage[EMA,Close,34,0,D])

The code below is for: Weekly minimum vol, price > 2.00 <

(Bar[Volume,W,1] > 2500000) AND
(Bar[Close,D] > 2.00) AND
ExpMovingAverage[EMA,Close,5,0,30,1] <
ExpMovingAverage[EMA,Close,5,0,30]) AND
(ExpMovingAverage[EMA,Close,5,0,30,2] < ExpMovingAverage[EMA,Close,34,0,30,2]) AND (ExpMovingAverage[EMA,Close,5,0,30] >
ExpMovingAverage[EMA,Close,34,0,30] AND
ExpMovingAverage[EMA,Close,5,0,30,1] <=
ExpMovingAverage[EMA,Close,34,0,30,1])

The code below is for: Intraday volume scan – looking for increase in volume on 10 or 15 min charts

(Bar[Volume,D] >300000 AND
Bar[Volume,10]/Bar[Volume,10,1] > 2)

Click here to download them in a txt file for easy copy and pasting.

Tagged with:
 
Page 1 of 1112345»10...Last »

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Archives

All entries, chronologically...