StockFetcher Forums · Filter Exchange · MMA Indicator<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #87883
Ignore chetron
modified
2/5/2010 8:48:38 PM

his oscillator.....


Fetcher[
/* TACHIKAWA */
/* guppy oscillator */

set{var20,ema(3) + ema(5)}
set{var21,var20 + ema(8)}
set{var22,var21 + ema(10)}
set{var23,var22 + ema(12)}
set{vdt,var23 + ema(15)}
set{var30,ema(30) + ema(35)}
set{var31,var30 + ema(40)}
set{var32,var31 + ema(45)}
set{var33,var32 + ema(50)}
set{vinv,var33 + ema(60)}
set{gmmo,vdt - vinv}
set{mmo,gmmo * 10}
set{mmo13,cema(mmo,13)}

draw mmo line at 0
draw mmo13 on plot mmo
draw ppo(9,45) line at 0

mmo crossed above mmo13
price above .1
volume above 1000000

set{newPlot, ema(3)}
and draw ema(15) on plot wPlot
and draw cema(close,5) on plot newPlot
and draw cema(close,8) on plot newPlot
and draw cema(close,10) on plot newPlot
and draw cema(close,12) on plot newPlot
and draw cema(close,15) on plot newPlot

and draw cema(close,30) on plot newPlot
and draw cema(close,35) on plot newPlot
and draw cema(close,40) on plot newPlot
and draw cema(close,45) on plot newPlot
and draw cema(close,50) on plot newPlot
and draw cema(close,60) on plot newPlot

chart-time 6 month
]





my thoughts....

Fetcher[

/* TACHIKAWA */
/* guppy oscillator */
/* adulterated by chetron, on the cheap */
set{var1,count(ema(15) above ema(30),1)}
set{var2,count(ema(30) above ema(60),1)}
set{vbuy,var1 * var2}


set{var11,count(ema(15) below ema(30),1)}
set{var12,count(ema(30) below ema(60),1)}
set{vshort,var11 * var12}


set{vplays,vshort + vbuy}


add column vbuy
add column vshort

draw ema(3)
draw ema(15)
draw ema(30)
draw ema(60)

draw vshort on plot vbuy


vplays above .5
do not draw vplays




set{var20,ema(3) + ema(5)}
set{var21,var20 + ema(8)}
set{var22,var21 + ema(10)}
set{var23,var22 + ema(12)}
set{vdt,var23 + ema(15)}
set{var30,ema(30) + ema(35)}
set{var31,var30 + ema(40)}
set{var32,var31 + ema(45)}
set{var33,var32 + ema(50)}
set{vinv,var33 + ema(60)}
set{gmmo,vdt - vinv}
set{mmo,gmmo * 10}
set{mmo13,cema(mmo,13)}

draw mmo line at 0
draw mmo13 on plot mmo
draw ppo(9,45) line at 0

mmo crossed above mmo13
price above .1
volume above 1000000

chart-time 6 month

]




WHY NOT.....

Fetcher[


/* TACHIKAWA */
/* guppy oscillator */
/* adulterated by chetron, EVEN cheapER */

DRAW RSI(2)

set{var20,ema(3) + ema(5)}
set{var21,var20 + ema(8)}
set{var22,var21 + ema(10)}
set{var23,var22 + ema(12)}
set{vdt,var23 + ema(15)}
set{var30,ema(30) + ema(35)}
set{var31,var30 + ema(40)}
set{var32,var31 + ema(45)}
set{var33,var32 + ema(50)}
set{vinv,var33 + ema(60)}
set{gmmo,vdt - vinv}
set{mmo,gmmo * 10}
set{mmo13,cema(mmo,13)}

draw mmo line at 0
draw mmo13 on plot mmo

price above .1
volume above 1000000

chart-time 6 month

]






StockFetcher Forums · Filter Exchange · MMA Indicator<< 1 2 >>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.