StockFetcher Forums · Filter Exchange · Ichimoku help needed please<< >>Post Follow-up
satanscashcow
19 posts
msg #117890
Ignore satanscashcow
1/25/2014 1:26:01 PM

I am trying to make a filter for price crossing up
through Span A and Span B at the same time.
These crosses are through very thin parts of the cloud.
OXBT from 1/10/14 is an example. I can't get the filter
to show only the crosses.

Fetcher[
/* Ichimuko */

find stocks where close is less than 20

and stocks are optionable

/*Tenkan-Sen*/
set{Tenkan_Sen, Middle Donchian Band(9,0)}
draw Tenkan_Sen on plot price

/*Kijun-Sen*/
set{Kijun_Sen, Middle Donchian Band(26,0)}
draw Kijun_Sen on plot price

/*Chikou Span*/
set{Chikou_Span, DMA(1,-26)}
draw Chikou_Span on plot price

/*Senkou Span A*/
set{SSA1, Tenkan_Sen + Kijun_Sen}
set{SSA2, SSA1 / 2}
set{Senkou_Span_A, SSA2 26 days ago}
draw Senkou_Span_A on plot price

/*Senkou Span B*/
set{Senkou_Span_B, Middle Donchian Band(52,0) 26 days ago}
draw Senkou_Span_B on plot price

price crossed Senkou Span B
and Senkou Span A
]




mahkoh
1,065 posts
msg #117893
Ignore mahkoh
1/25/2014 2:58:12 PM

You forgot the underscores in your last line.
And: price crossed Senkou_Span_B and Senkou_Span_A will not work, you need to state both separately.

price crossed Senkou_Span_B
price crossed Senkou_Span_A

Fetcher[

/* Ichimuko */

find stocks where close is less than 20

and stocks are optionable

/*Tenkan-Sen*/
set{Tenkan_Sen, Middle Donchian Band(9,0)}
draw Tenkan_Sen on plot price

/*Kijun-Sen*/
set{Kijun_Sen, Middle Donchian Band(26,0)}
draw Kijun_Sen on plot price

/*Chikou Span*/
set{Chikou_Span, DMA(1,-26)}
draw Chikou_Span on plot price

/*Senkou Span A*/
set{SSA1, Tenkan_Sen + Kijun_Sen}
set{SSA2, SSA1 / 2}
set{Senkou_Span_A, SSA2 26 days ago}
draw Senkou_Span_A on plot price

/*Senkou Span B*/
set{Senkou_Span_B, Middle Donchian Band(52,0) 26 days ago}
draw Senkou_Span_B on plot price

price crossed Senkou_Span_B
price crossed Senkou_Span_A
]



duke56468
683 posts
msg #117894
Ignore duke56468
1/25/2014 7:08:31 PM

You might have to add this to get crossed above

price crossed above Senkou_Span_B
price crossed above Senkou_Span_A


satanscashcow
19 posts
msg #117982
Ignore satanscashcow
2/1/2014 10:57:03 AM

Thanks guys ...works great.

shillllihs
5,974 posts
msg #117983
Ignore shillllihs
2/1/2014 11:51:27 AM

How do you make this a short. Price from top penetrating down thru top?



shillllihs
5,974 posts
msg #117996
Ignore shillllihs
2/2/2014 10:51:41 AM

what is this. i don't read charts. i usually use my instincts. Is there a short equivalent?

mahkoh
1,065 posts
msg #117998
Ignore mahkoh
2/2/2014 7:23:29 PM

What makes you think this is a long filter?

shillllihs
5,974 posts
msg #118005
Ignore shillllihs
2/3/2014 12:42:06 AM

i have no idea what this is. i just saw a bunch of lines.
Guess i could research it but idk. Does it make you rich?

mahkoh
1,065 posts
msg #118009
Ignore mahkoh
2/3/2014 6:27:38 AM

The only way I could see me getting rich of this filter would be charging a massive fee for correcting the syntax.

StockFetcher Forums · Filter Exchange · Ichimoku help needed please<< >>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.