Log in to see Cloud of Tags

Wealth-Lab Wiki

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category

















This search, performed through 4.04 MB (775 documents, 11955 words), completed in 0.0 seconds and yielded 6 results.

TASC 2014-06 | Slope Divergence: Capitalizing On Uncertainty (Kaufman) — 41.2%

[...] WealthScript { Side SingleDivergence( int bar, int period, int momperiod, DataSeries ps, DataSeries ms, out bool trendup, out bool trenddn, out int p, out int m ) { trendup = (ps[bar] > 0 && ms[bar] > 0); trenddn = (ps[bar] < 0 && ms[bar] < 0); p = ps[bar] >= 0 ? 1 [...]

TASC 2014-01 | Predictive Indicators For Effective Trading Strategies (Ehlers) — 23.5%

[...] period = paramPeriod.ValueInt; RoofingFilter rf = RoofingFilter.Series( Close ); MESAStochastic ms = MESAStochastic.Series( Close ,period); for ( int bar = period; bar < Bars .Count; bar++) { // Detect crossover/crossunder and store state in a variable bool maXo = CrossOver (bar, ms, 0.8); bool maXu = CrossUnder (bar, ms, 0.2); // The first trade if ( Positions .Count == 0){ if ( maXu ) BuyAtMarket ( bar + 1 ); else if ( maXo ) ShortAtMarket [...]

Morningstar Fundamental Provider: extended Dividend data — 11.8%

[...] PayableDates , and DividendType . These are available in two forms: In a popup when mousing over an [ms] dividend item on a stock chart In WealthScript Strategoes via the GetDetail or FormatValue methods: Make sure you've collected the fundamental data before running this Strategy (Data Manager > "Update Data" tab > check " Morningstar dividends " > go to "DataSets" tab > click "Update DataSet"). using System; using System.Collections.Generic; using System.Text; using System.Drawing; using WealthLab; using WealthLab.Indicators; namespace WealthLab.Strategies { [...]

Database static and streaming provider — 11.8%

[...] real-time data For static and streaming quotes, can query different databases The provider is optimized for MS SQL Server (uses asynchronous methods) If other database installs its .NET driver in the system, the provider can autodetect and support it - for example: SQLite, Firebird, MySQL etc. Every data request is live, the data only exists in your database (and can't be edited in WL) Supports Market Manager Creating a new DataSet To work with a database containing some data, you need to create a new static DataSet first. Pick the appropriate Provider from the list of [...]

Errors | Strategy — 5.9%

[...] a related note, Skype's Click To Call function is known to interfere with clipboard at least with MS Office programs, so be sure to check this [...]

DDE streaming provider for Excel/OpenOffice — 5.9%

[...] it This data provider supports real-time streaming quotes from DDE-compliant applications such as MS Excel and OpenOffice Calc. DDE is just a source [...]

Important Disclaimer: The information provided by Wealth-Lab is strictly for informational purposes and is not to be construed as advice or solicitation to buy or sell any security.  The owner of Wealth-Lab.com assumes no liability resulting from the use of the material contained herein for investment purposes. By using this web site, you agree to the terms of this disclaimer and our Terms of Use.


ScrewTurn Wiki. Some of the icons created by FamFamFam.