Do you have disabled filter on the chart? It can be done in Tools > Preferences > Chart > Flats Filtration > Flats filter is disabled.
ofilip83
Post subject: Re: ichimoku indicator
Post rating: 0
Posted: Wed 09 May, 2012, 18:46
User rating: 0
Joined: Wed 09 May, 2012, 18:03 Posts: 1
Hi,
While using default Ichimoku indicator available on platform I have noticed that values of Tenkan Sen, Kijun Sen are recalculated each tick. That means that values of those parameters can change during one candle period.
Correct me if I'm wrong but the ichimoku calculations while using "indicators.calculateIndicator" gives parameters after each period has been done. So the values are current only at the moment of candle closure.
Is it possible to have the calculations of Tenkan Sen and Kijun Sen on each Tick (real time)? It can be essential especially when price of currency pair is changing rapidly in a middle of longer period like i.e. 4 hours.
I am new to Java and jForex programming and need your guide on implementing the ichimoku code shown in some of the earlier post of this thread.
Question#1 why my compiler keep highlighting the word posthilit in the following text as an error? Is there any website that show more details on this?
"<span class="posthilit">ICHIMOKU</span>"
Question#2 what's the difference of putting "<span class="posthilit">ICHIMOKU</span>" String instead of just "ichimoku"?
Question#1 why my compiler keep highlighting the word posthilit in the following text as an error? Is there any website that show more details on this?
"<span class="posthilit">ICHIMOKU</span>"
This is a forum bug. Just remove from url the part - &hilit=ichimoku and it should disappear.