StockFetcher Forums · Stock Picks and Trading · Strategy #1<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #158308
Ignore Mactheriverrat
modified
1/2/2022 1:20:22 PM

Here's a Strategy I came across recently from a person who has different strategies which he want people to subscribe to but this is one of his FREE ones. It's plain and simple and not full of a bunch of indicators and oscillators, which one could add if he/she wanted to.

https://automatedtradingstrategies.substack.com/p/automated-trading-strategy-1


[
/* Strategy #1 uses the Linear Regression Indicator (LinReg) and the Volume Weighted Moving Average (VWMA)
Enter Long - When LinReg crosses above VWMA.
Enter Short - When LinReg crosses below VWMA.
Use 14 as the period for both indicators.
LineRegres: 14
VMAmmRe: 14 */
market is not otcbb
market is not etf
volume is above 200000
show stocks where LRI(14) is above VMA(14)
draw LRI(14)
draw VMA(14)
chart-time is 5 months
add column Average Day Range(30)


/* Strategy1 is number of consecutive days LRI(14) above (+)/below(-) previous VMA(14) */
set{strategy1b,days( LRI(14) is above VMA(14) ,250)}
set{strategy1a,days( LRI(14) is below VMA(14) ,250)}
set{strategy1, strategy1a - strategy1b} and add column strategy1 {strategy1}

Set{cntst1,count( LRI(14) > VMA(14) ,1)}
draw cntst1

Set{cntst1b,count( LRI(14) < VMA(14) ,1)}
draw cntst1b


]

StockFetcher Forums · Stock Picks and Trading · Strategy #1<< >>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.