/  12
 
FOR SALE:
VB.NET APPLICATION TO POPULATE SQLTABLES USING CUSTOM FINANCIALFUNCTIONS FOR THE PURPOSE OFDERIVING HISTORICAL TECHNICALINDICATOR DATA.
 This custom .NET Application was created in order to build derived tables to holdhistorical technical indicator data. As such, it is not sold with any baseline or deriveddata. It is meant to be used in conjunction with your own baseline data in order toderive the historical indicator data. You will need the Ticker, Date, OHLC, andVolume. While we have our own fully populated database, we realize that there maybe a desire on the part of others to use their own baseline data, build and populatetheir own tables, and create their own reports.In the event that you wish to make an offer OR to avail yourselves of our alreadypopulated SQL database, please contact us atmail@olaptrader.com. Our Databasetables contain 22 million rows and include 20 years of data for over 14,000 Stocks,ETF’s, and Indexes.We leveraged a product from a company calledFMLabswhich specializes in writingadvanced functions for banks, insurance companies, brokerage houses, fundmanagers, traders, and individual investors. In order to use this application youmust have already purchased the FMLabs toolkit (approximately $200.00). You willneed to install the toolkit onto a computer with Visual Studio installed. The tablenames described below are purely our own naming conventions. You may use anynames you like.
STOCKS TABLE
 This table contains the baseline data which the application uses to derive the datafor the other tables. In the case of the Olaptrader database, there is data for 14,000Stocks, Indexes, and ETFs spanning two decades – 1988-2008.
Columns & DataType
 
[Ticker] [nvarchar](7) NOT NULL,[Date] [smalldatetime]NOT NULL,[Open] [decimal](9, 2)NULL,
 
[High] [decimal](9, 2)NULL,[Low] [decimal](9, 2) NULL,[Close] [decimal](9, 2)NULL,[Volume] [bigint] NULL,
INDICATORS TABLE
 The following is a list of the Technical Indicators which the application computesand inserts into a destination table.
ColumnsFunction Name
 TickerTickerDateDateAbsolute_Breadth_Index_ABIfmABIAccumulate_or_Running_TotalfmAccumulateAccumulation_Swing_IndexfmAccumSwingIndexAccumulation_Distribution_LinefmAccumDistAdvance_Decline_Line_BreadthfmADLineBreadthAdvance_Decline_LinefmADLineAdvance_Decline_RatiofmADRatioAdvancing_Declining_IssuesfmADIssuesArms_Index_TRINfmTRINAroon_OscillatorfmAroonOscillatorAroon_DownfmAroonAroon_UpfmAroonAverage_Directional_Movement_Index_ADXfmADXAverage_Directional_Movement_Rating_ADXRfmADXRAverage_PricefmAvgPricesAverage_True_Range_ATRfmATRBollinger_Band_WidthfmBollingerWidthBollinger_Bands_HifmBollingerBollinger_Bands_LowfmBollingerBollinger_Bands_MidfmBollingerBolton_Tremblay_IndicatorfmBoltonTremblayBreadth_ThrustfmBreadthThrustBretz_TRIN_5fmBretzTRIN5Chaikin_Money_FlowfmChaikinMoneyFlowChaikin_OscillatorfmChaikinOscillatorChaikin_VolatilityfmChaikinVolatilityChande_Momentum_Oscillator_CMOfmCMOChicago_Floor_Trading_Pivotal_Point_First_Resistence_LevelfmCFTPPChicago_Floor_Trading_Pivotal_Point_First_Support_LevelfmCFTPPChicago_Floor_Trading_Pivotal_Point_Second_Resistence_LevelfmCFTPPChicago_Floor_Trading_Pivotal_Point_Second_Support_LevelfmCFTPPCommodity_Channel_Index_CCIfmCCI
OLAPTRADER | Candlesticks Table2
 
Commodity_Selection_Index_CSIfmCSIndexCumulative_Volume_Index_CVIfmCVIDEMAfmDEMADemand_IndexfmDemandIdxDetrended_Price_Oscillator_DPOfmDPODe_trended_PricefmDeTrendDirectional_Movement_Index_M_DIfmDIDirectional_Movement_Index_P_DIfmDIDirectional_Movement_Index_DXfmDXDown_AveragefmDownAverageDynamic_Momentum_Index_DMIfmDMIEase_Of_MovementfmArmsEMVEMA_100fmEMAEMA_12fmEMAEMA_200fmEMAEMA_26fmEMAEMA_50fmEMAEMA_9fmEMAEnvelope_Percent_HifmEnvelopePctEnvelope_Percent_LowfmEnvelopePctEnvelope_HifmEnvelopeEnvelope_LowfmEnvelopeForecast_Oscillator_FOfmForecastOscillatorForecast_Oscillator_SignalfmForecastOscillatorIchimoku_Kinko_Hyo_Chikou_SpanfmIchimokuKinkoHyoIchimoku_Kinko_Hyo_Kijun_SenfmIchimokuKinkoHyoIchimoku_Kinko_Hyo_Senkou_Span_AfmIchimokuKinkoHyoIchimoku_Kinko_Hyo_Senkou_Span_BfmIchimokuKinkoHyoIchimoku_Kinko_Hyo_Tenkan_SenfmIchimokuKinkoHyoInertiafmInertiaIntraday_Momentum_Index_IMIfmIMILeast_Squares_Moving_AveragefmLstSqrMALeast_Squares_Moving_Average_10_daysfmLstSqrMALeast_Squares_Moving_Average_100_daysfmLstSqrMALeast_Squares_Moving_Average_20_daysfmLstSqrMALeast_Squares_Moving_Average_200_daysfmLstSqrMALeast_Squares_Moving_Average_50_daysfmLstSqrMALine_OscillatorfmLineOscMarket_Facilitation_Index_MFIfmMFIMass_IndexfmMassIndexMcClellan_OscillatorfmMcClellanOscillatorMcClellan_SummationfmMcClellanSummationMedian_PricefmMedianPricesMESA_SinewavefmMESAsinewaveMESA_Sinewave_LeadfmMESAsinewaveMomentumfmMomentumMoney_Flow_IndexfmMoneyFlowIndexMoving_Average_Convergence_Divergence_MACDfmMACDMoving_Average_Convergence_Divergence_MACD_SignalfmMACD
OLAPTRADER | Candlesticks Table3

Share & Embed

More from this user

Add a Comment

Characters: ...

uploaded a new revision for this document (#3)

11 / 18 / 2009

uploaded a new revision for this document (#2)

11 / 18 / 2009

uploaded a new revision for this document (#1)

11 / 18 / 2009