DislikedHi Keith,the indicator works nice on my windows xp,but when i open it on my laptop that has windows 7 it seems something is not working.some pairs show 40 and 2 and the rsi is full red in all time frames of these pairs.any ideas?Ignored
4% A Day Forever 1,433 replies
an EA that worked forever 29 replies
Forever Demo Account 9 replies
DislikedHi Keith,the indicator works nice on my windows xp,but when i open it on my laptop that has windows 7 it seems something is not working.some pairs show 40 and 2 and the rsi is full red in all time frames of these pairs.any ideas?Ignored
DislikedBeautiful short setup.
Ichimoku has lined up perfectly, along with the break of the ascending trend line.
GBP/USD Daily
AttachmentIgnored
DislikedI hear Ichi is situated for mostly trending currency pairs, but I personally happen to think that it can do ok in a whipsaw market because it shows you that the market is consolidating and you can just look for another pair while setting up an OCO order for the breakout.Ignored
DislikedHello fellow FF's
I have come across this style, and I have downloaded, read, and followed everything on the web (except read through this humongous thread! but I downloaded most of the pdfs)...Ignored
DislikedI want to confirm these bullish and bearish signals, and ask if anyone has an opinion to the importance (hopefully in order of important to less important) of each condition.
The price is considered Bullish if...
1. Price is above the Kumo cloud
2. Kijun crosses from below the price
3. Tenken Sen crosses above Kijun Sen and is higher than the Kijun Sen
4. Chikou Span is above the price
5. Senkou Span A crosses Senkou Span B
6. Kumo cloud is (thick or thin?)
7. Price has broken up through the Kumo cloud
8. Price bounces off the...Ignored
DislikedI read that the Chinkou Span is a good source of S/R levels, and I saw this image,
http://www.kumotrader.com/ichimoku_w...2/Cs_s%26r.gif
My question is, is there any indicators that will draw these support levels on the chart?
How do these levels correlate with daily pivot points, (any) pivot points, or Fib levels?
Another Question: Is the price considered MORE bullish if the price action is above the kumo cloud, but the kumo cloud is thick opposed to a thin?
Appreciate any responses!Ignored
DislikedGuys, i've compiled an ea based on the ichimoku kinko hyo indicator..
The template was from http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/
Quite simple, test it at tf M15, EURUSD..
Any suggestion, please let me know..
Coders can enhance this ea and share..
Thnks
ps.. You can remove the comment at the bottom of the page if you like.. nothing is copyrighted.. heheIgnored
DislikedGuys, i've compiled an ea based on the ichimoku kinko hyo indicator..
The template was from http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/
Quite simple, test it at tf M15, EURUSD..
Any suggestion, please let me know..
Coders can enhance this ea and share..
Thnks
ps.. You can remove the comment at the bottom of the page if you like.. nothing is copyrighted.. heheIgnored
//| Added filter Buy : Buy only when strong bullish crossover | //| Above Senkou Span A |
double Buy2_2 = iIchimoku(NULL, 0, 9, 26, 52, MODE_SENKOUSPANA, Current + 0);
double Buy2_2 = MathMax(iIchimoku(NULL, 0, 9, 26, 52, MODE_SENKOUSPANA, Current + 0), iIchimoku(NULL, 0, 9, 26, 52, MODE_SENKOUSPANB, Current + 0));
Disliked1. Don't be lazy, draw it yourselfIt's not much support levels if u draw it from month,week,daily,h4.
2. It relates very well. Try understand the formula for each component or try read the ichiwiki over and over again.
3. Thick is more bullish.Ignored
Disliked.... Hey, have found that little piece here and want to comment something...
In the code I found the following statement:
which leads to the following line:Inserted Code//| Added filter Buy : Buy only when strong bullish crossover | //| Above Senkou Span A |
This is not correct Ichimoku as far as I know. Imagine you have a bearish Kumo - then you could start a trade within that kumo. So in my opinion...Inserted Codedouble Buy2_2 = iIchimoku(NULL, 0, 9, 26, 52, MODE_SENKOUSPANA, Current + 0);Ignored
DislikedEmptyEterniT,
in my opinion S/R is not a strict,thin line.it is more of a 'areas' of S/R.chikou eliminates candle shadows,and thats why we have better measure of S/R.Ignored