StockFetcher Forums · Filter Exchange · MACD fast 20 slow 50<< >>Post Follow-up
four
5,087 posts
msg #90716
Ignore four
4/2/2010 4:10:17 PM

Fetcher[
draw MACD Fast Line(20,2,1) on plot MACD slow Line(50,5,1) and close between 1 and 22 and Average Volume(30) > 10000000

/* buy */

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy

/*stoploss: trailing*/

set{hl, high - low}
set{stoploss, low - hl}
add column stoploss
add column hl {stoploss amount}
]



chetron
2,817 posts
msg #90722
Ignore chetron
4/2/2010 6:49:42 PM

if you like visuals....


Fetcher[
draw MACD Fast Line(20,2,1) on plot MACD slow Line(50,5,1)
close between 1 and 22
Average Volume(30) > 10000000

/* buy */

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy

/*stoploss: trailing*/

set{hl, high - low}
set{stoploss, low - hl}
add column stoploss
add column hl {stoploss amount}
draw stoploss on plot price

set{var1a,buy 1 day ago}
set{var1b,stoploss 1 day ago}

set{vbi,count(price crossed above var1a,1)}
set{vsell,count(price crossed below var1b,1)}

draw vsell on plot vbi

]





StockFetcher Forums · Filter Exchange · MACD fast 20 slow 50<< >>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.