StockFetcher Forums · General Discussion · Ichimoku - Will SF ever write this extraordinary technique?<< >>Post Follow-up
hrosas
27 posts
msg #50010
Ignore hrosas
2/14/2007 2:17:14 AM

Or maybe one of our talented members will scribble the code while zipping a cup of coffee? Here is a link to the basics of the Ichimoku:

http://www.investopedia.com/printable.asp?a=/articles/technical/04/072104.asp

I'm using it to day trade the mini Dow with with good results. The platform I use only handle futures/commodities. I tought perhaps people could filter daily charts at SF using the Ichimoku technique. One more weapon for the daily battle on this difficult arena.
Best!
HR



guru_trader
485 posts
msg #50209
Ignore guru_trader
2/24/2007 3:10:05 PM

This is interesting; how is it working for you?


guru_trader
485 posts
msg #50210
Ignore guru_trader
2/24/2007 4:15:27 PM

Fetcher[
and not otcbb
and avgvol(90) > 100000
and close between 1 and 250

/* Create Tenkan-Sen Conversion Line */
set{tenkan_sen_high, High 8 Day High}
set{tenkan_sen_low, Low 8 Day Low}
set{tenkan_sen_add,tenkan_sen_high + tenkan_sen_low}
set{tenkan_sen,tenkan_sen_add / 2}
and draw tenkan_sen on plot price

/* Create Kijun-Sen Base Line */
set{kijun_sen_high, High 22 Day High}
set{kijun_sen_low, Low 22 Day Low}
set{kijun_sen_add,kijun_sen_high + kijun_sen_low}
set{kijun_sen,kijun_sen_add / 2}
and draw kijun_sen on plot price

/* Create Chikou Span Lagging Line */
set{chikou_span,dma(1,-22)}
and draw chikou_span on plot price

/* Create Senkou Span A */
set{senkou_a_add,tenkan_sen + kijun_sen}
set{senkou_a_div,senkou_a_add / 2}
set{senkou_a,dma(senkou_a_div,26)}
and draw senkou_a on plot price

/* Create Senkou Span B */
set{senkou_high, High 44 Day High}
set{senkou_low, Low 44 Day Low}
set{senkou_b_add,senkou_high + senkou_low}
set{senkou_b_div,senkou_b_add / 2}
set{senkou_b,dma(senkou_b_div,22)}
and draw senkou_b on plot price

and tenkan_sen crossed above kijun_sen
]




StockFetcher Forums · General Discussion · Ichimoku - Will SF ever write this extraordinary technique?<< >>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.