Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.indicators | |
com.dukascopy.indicators | |
com.dukascopy.indicators.pattern | |
com.dukascopy.indicators.patterns |
Modifier and Type | Method and Description |
---|---|
IIndicator |
IIndicators.getIndicator(java.lang.String name)
Returns the indicator with the specified name
|
IIndicator |
IIndicators.getIndicatorByPath(java.lang.String indicatorPath)
Return the indicator that is located at specified path
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IIndicator> |
IIndicatorPanel.getIndicators()
Returns all indicators on the chart panel.
|
java.util.List<IIndicator> |
IChartPanel.getIndicators()
Returns all indicators on the chart panel.
|
java.util.List<IIndicator> |
IChart.getIndicators()
Returns all indicators on the chart panel.
|
java.util.Map<IIndicator,java.lang.Object[]> |
IChart.getLastCalculatedIndicatorOutputs()
Returns outputs of the indicators that are plotted on the chart at the given moment.
|
Modifier and Type | Method and Description |
---|---|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator)
Adds indicator to the current panel.
|
IChartPanel |
IChartPanel.add(IIndicator indicator)
Adds indicator to the current panel.
|
IChartPanel |
IChart.add(IIndicator indicator)
Adds indicator to the current panel.
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide)
Deprecated.
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Deprecated.
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
void |
IChart.addIndicator(IIndicator indicator)
Deprecated.
please use
IChart.add(IIndicator) method |
void |
IChart.addIndicator(IIndicator indicator,
java.lang.Object[] optParams)
Deprecated.
Please use
IChart.add(IIndicator, Object[]) method |
void |
IChart.addIndicator(IIndicator indicator,
java.lang.Object[] optParams,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
|
void |
IChart.addSubIndicator(IIndicator indicator)
Deprecated.
|
void |
IChart.addSubIndicator(java.lang.Integer subChartId,
IIndicator indicator)
Deprecated.
use
IChart.getIndicatorPanels() and IChartPanel.add(IIndicator) methods. |
void |
IChart.addSubIndicatorByPanelIndex(java.lang.Integer subPanelIndex,
IIndicator indicator)
Deprecated.
use
IChart.getIndicatorPanels() and IChart.add(IIndicator) methods |
void |
IIndicatorPanel.removeIndicator(IIndicator indicator)
Remove specified indicator from this panel.
|
void |
IChartPanel.removeIndicator(IIndicator indicator)
Remove specified indicator from this panel.
|
void |
IChart.removeIndicator(IIndicator indicator)
Remove specified indicator from this panel.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IIndicators.registerCustomIndicator(java.lang.Class<? extends IIndicator> indicatorClass)
Register custom indicator by class
|
Modifier and Type | Method and Description |
---|---|
IIndicator |
IIndicatorAppearanceInfo.getIndicator()
Returns indicator name
|
IIndicator |
IIndicatorsProvider.getIndicator(java.lang.String name)
Returns indicator with specified name or null if no indicator was found
|
IIndicator |
IIndicatorsProvider.getIndicator(java.lang.String name,
IIndicatorContext context)
Returns indicator with specified name or null if no indicator was found
|
Modifier and Type | Method and Description |
---|---|
void |
IIndicatorsProvider.addIndicatorStopListener(IIndicator indicator,
IStopListener stopListener)
Registers listener to indicator deinitialization event
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPivotIndicator |
class |
AC2Indicator |
class |
ACIndicator |
class |
ADRIndicator |
class |
AlligatorIndicator
Created by: S.Vishnyakov
Date: Feb 11, 2009
Time: 12:56:41 PM
|
class |
APOscillator |
class |
AskBidVolumesIndicator |
class |
Awesome2Oscillator
Created by: S.Vishnyakov
Date: Feb 9, 2009
Time: 11:34:34 AM
|
class |
AwesomeOscillator
Created by: S.Vishnyakov
Date: Feb 9, 2009
Time: 11:34:34 AM
|
class |
BearPowerIndicator |
class |
BollingerBands |
class |
BollingerBandsFibonacci |
class |
BollingerBandwidth |
class |
BullsPowerIndicator |
class |
ButterworthFilterIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
BWMFIIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
CamarillaPivot2Indicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
CamarillaPivotIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
CenterOfGravityIndicator |
class |
ChaikinVolatilityIndicator |
class |
ChandeDynamicMomentumIndex |
class |
ChandeQStickIndicator |
class |
ChandeRangeActionVerificationIndex |
class |
ChandeTrendScoreIndicator |
class |
ChandeVariableIndexDynamicAverage |
class |
ChoppinessIndexIndicator |
class |
CorrelTwoInstruments
CORREL indicator for two instruments.
|
class |
CurrencySlopeStrength |
class |
CustomCandleIndicator |
class |
DarvasBoxIndicator |
class |
DisparityIndexIndicator |
class |
DMIOscillator
Created by: S.Vishnyakov
|
class |
DonchianChannel
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
DrakeDelayStochasticIndicator |
class |
EhlersFisherTransform |
class |
EhlersLaguerreRelativeStrengthIndex |
class |
ElliottOscillator |
class |
EMAEnvelopesIndicator |
class |
EnvelopesIndicator
Created by: S.Vishnyakov
Date: Jul 30, 2009
Time: 5:30:14 PM
|
class |
FibonacciPivot2Indicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
FibonacciPivotIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
ForceIndicator
Created by: S.Vishnyakov
Date: Dec 17, 2009
|
class |
FractalIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
FractalLinesIndicator |
class |
FramaIndicator |
class |
GannHiLoActivator |
class |
GannSwingOscillator |
class |
GannTrendOscillator |
class |
GatorIndicator
Created by: S.Vishnyakov
Date: Dec 17, 2009
|
class |
GaussianChannel |
class |
GuppyMultipleMovingAverage |
class |
HeikinAshiIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
HeikinAshiLinesIndicator |
class |
HeikinAshiSingle |
class |
HeikinAshiSmooth |
class |
HeikinAshiSmoothLines |
class |
HiLowIndicator |
class |
HMAIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
IchimokuIndicator
Created by: S.Vishnyakov
Date: Aug 26, 2009
Time: 2:55:39 PM
|
class |
IchimokuIndicatorVF
Created by: S.Vishnyakov
Date: Aug 26, 2009
Time: 2:55:39 PM
|
class |
InertiaIndicator |
class |
InvertedPricesIndicator |
class |
KairiIndicator |
class |
KamaIndicator |
class |
KaufmanEfficiencyRatioIndicator |
class |
KDJIndicator |
class |
KeltnerBands |
class |
KeltnerChannel
Created by: S.Vishnyakov
Date: Feb 26, 2010
Time: 10:29:12 AM
|
class |
KurtosisIndicator |
class |
LaguerreACS1
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
LinearRegressionChannel |
class |
LWMAIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
MACDEXTIndicator |
class |
MACDIndicator |
class |
MAIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
Mama2Indicator |
class |
MassIndexIndicator |
class |
MAVPIndicator |
class |
MAXIndicator |
class |
McClellanHistogram |
class |
McClellanOscillator |
class |
McClellanSummationIndex |
class |
McGinleyDynamicIndicator |
class |
MiddlePricesIndicator |
class |
MINIndicator |
class |
MurreyChannels2Indicator
Created by: S.Vishnyakov
Date: Feb 23, 2010
Time: 10:44:05 AM
|
class |
MurreyChannelsIndicator
Created by: S.Vishnyakov
Date: Feb 23, 2010
Time: 10:44:05 AM
|
class |
NarrowRangeIndicator |
class |
NetExposureIndicator |
class |
OsMAIndicator |
class |
PearsonCorrelationCoefficient |
class |
PercentBollingerBands |
class |
PercentBollingerBandsExt |
class |
Pivot2Indicator
Created by: S.Vishnyakov
Date: Oct 21, 2009
Time: 1:59:16 PM
|
class |
PivotIndicator
Created by: S.Vishnyakov
Date: Oct 21, 2009
Time: 1:59:16 PM
|
class |
PPOscillator |
class |
PriceChannelIndicator
Created by: S.Vishnyakov
Date: Nov 17, 2009
Time: 12:05:49 PM
|
class |
PriceVolumeTrend |
class |
ProfitLossIndicator |
class |
RainbowChartsIndicator |
class |
RainbowOscillator |
class |
RCIIndicator |
class |
RecursiveMovingTrendAverage |
class |
RegressionChannel |
class |
RelativeVigorIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
RMIIndicator |
class |
RSIIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
RSquaredIndicator |
class |
SchaffTrendCycleIndicator |
class |
SentimentIndexBarIndicator
Deprecated.
|
class |
SmallBodyCandlesIndicator |
class |
SMIIndicator |
class |
SMMAIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
SpreadIndicator
Bar Spread Analyzer
|
class |
StochasticFastIndicator |
class |
StochasticIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
StochasticRSIIndicator |
class |
StollerAverageRangeChannels |
class |
SUMIndicator |
class |
SuperTrendIndicator |
class |
SupportResistanceIndicator
Created by: S.Vishnyakov
Date: Feb 12, 2009
Time: 2:08:35 PM
|
class |
TD_Combo |
class |
TD_IIndicator |
class |
TD_Sequential
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
TicksVWAP |
class |
TimeSegmentedVolumeIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
TradersDynamicIndex |
class |
TradingSessionsIndicator |
class |
TrendContinuationFactor |
class |
TrendEnvelopesIndicator |
class |
TrendIntensityIndex |
class |
TrendOscillator |
class |
TrendTriggerFactor |
class |
TrixIndicator |
class |
TrueStrengthIndex |
class |
VolatilityQualityIndex |
class |
VolumeEXTIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
VolumeIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
class |
VolumeProfileIndicator |
class |
VolumeWAP
Created by: S.Vishnyakov
Date: Jan 23, 2009
Time: 1:59:16 PM
|
class |
VolumeWAP2 |
class |
VortexIndicator |
class |
WaddahAttarTrend
Created by: S.Vishnyakov
Date: Jan 21, 2009
Time: 10:54:21 AM
|
class |
WallabyIndicator |
class |
WeekdaysIndicator |
class |
WeisWavesIndicator |
class |
WeisZigZagIndicator |
class |
WoodiePivot2Indicator
Created by: S.Vishnyakov
Date: Mar 1, 2010
Time: 10:09:46 AM
|
class |
WoodiePivotIndicator
Created by: S.Vishnyakov
Date: Mar 1, 2010
Time: 10:09:46 AM
|
class |
WSMTimeIndicator |
class |
ZigZagIndicator
NOTE: The calculate logic of this indicator is implemented in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
class |
MorningDojiStarPattern
Created by: S.Vishnyakov
Date: Mar 19, 2010
Time: 6:40:07 PM
|
class |
ThrustBarPattern
Created by: S.Vishnyakov
Date: Jul 26, 2010
Time: 2:15:51 PM
|
class |
ThrustOutsideBarPattern
Created by: S.Vishnyakov
Date: Jul 26, 2010
Time: 9:01:39 PM
|
Copyright © 2024. All rights reserved.