Uses of Class
com.jfx.IchimokuSource

Packages that use IchimokuSource
com.jfx   
 

Uses of IchimokuSource in com.jfx
 

Fields in com.jfx declared as IchimokuSource
static IchimokuSource IchimokuSource.MODE_CHINKOUSPAN
          Chinkou Span.
static IchimokuSource IchimokuSource.MODE_KIJUNSEN
          Kijun-sen.
static IchimokuSource IchimokuSource.MODE_SENKOUSPANA
          Senkou Span A.
static IchimokuSource IchimokuSource.MODE_SENKOUSPANB
          Senkou Span B.
static IchimokuSource IchimokuSource.MODE_TENKANSEN
          Tenkan-sen.
 

Methods in com.jfx that return IchimokuSource
static IchimokuSource IchimokuSource.getIchimokuSource(int val)
           
 

Methods in com.jfx with parameters of type IchimokuSource
 double MT4.iIchimoku(java.lang.String symbol, Timeframe timeframe, int tenkan_sen, int kijun_sen, int senkou_span_b, IchimokuSource mode, int shift)
          Calculates the Ichimoku Kinko Hyo and returns its value.
 



Copyright © 2008-2009 Roman Gerasimenko.