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 12 results.

TASC 2013-07 | The Step Candle Pattern (Vervoort) — 36.7%

[...] PricePane , string .Format( "Total {0}-percent zigzags: {1}" , percent, lst.Count) ); foreach ( ZigZag z in lst ) { if ( z.inPrice == 0.0 ) continue ; DrawLine ( PricePane , z.zigBar, z.inPrice, z.zagBar, z.outPrice, z.isMoveUp ? Color.Blue : Color.Red, LineStyle.Solid, 2 ); } } for ( int bar = 2 + lookback; bar < Bars .Count; bar++) { if ( lst [...]

Zacks fundamental provider — 15.0%

[...] window in Wealth-Lab. In addition, four more special fundamental items are currently supported: [z] Zacks_Analyst_Ratings The item value returns the Rating Mean Value. Each item comes with additional details attached: StrongBuys, Buys, Holds, Sells, StrongSells, and ConsensusTargetPrice_Mean . [z] Zacks_Dividend The item value returns the dollar dividend value. [z] Zacks_Earnings_Estimates The item value returns the EPS Mean Estimate value. Each item comes with additional [...]

TASC 2019-05 | Backtesting A Mean Reversion Strategy (Garner) — 10.0%

[...] take trades only if the long term trend is in your favor For the exit repeat step #2 with an opposite Z-Score value. Figure 1. Creating a mean-reversion Strategy in the Rule Wizard. There's one more exit rule in author's Python code which liquidates positions if Z-Score flips from positive to negative or vice versa without going through the neutral zone. As shown on Figure 1, implementing it is a matter of dropping an OR divider with a couple of extra conditions below it. If everything's done right your trading system will generate [...]

ZScore — 10.0%

[...] Lookback period type StdDevCalculation.Population or StdDevCalculation.Sample Description Z-Score is a statistical measurement of a DataSeries' relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean. If a Z-Score is 0, it indicates that the data point's score is identical to the mean score. A Z-Score of 1.0 would indicate a value that is one standard deviation from the mean. Z-Scores may be positive or negative, with [...]

TASC 2013-06 | The 1-2-3 Wave Count (Vervoort) — 8.3%

[...] ( lst ! = null ) { if ( lst.Count > 0 ) { int idx = 0; foreach ( ZigZag z in lst ) { if ( z.barDetected == bar ) { if ( z.wave == Wave.W2 ) { [...]

Zacks Adjusted Earnings (EPS) provider — 5.0%

[...] surprise, surprisePct, time . They are available in two forms: In a popup when mousing over an [z] Zacks Adjusted Earnings 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 "Zacks Adjusted Earnings" > 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 [...]

Data | Working with Forex in Wealth-Lab — 3.3%

[...] Configuration Generally, a single entry is required for the major crosses with USD as shown. [A-Z]{3}.?USD will match any of these symbols: EUR/USD, EUR.USD, EURUSD, AUD/USD, GBP/USD, etc. To ignore other USD crosses like JPYUSD, HKDUSD, etc., that have other Pip values, enter this expression: (?!.*(JPY|HKD|KRW|MXN|NOK|SEK|ZAR|CLP|HUF|INR|RUB|TWD|XAU|XAG|CNY|BTC))[A-Z]{3}.?USD [...]

LNRet - logarithmic returns — 3.3%

[...] daily returns. Translated to C# from legacy version by Dr. Rene Koch. logarithm of daily returns. Z(t) := ln(Y(t)) - ln(Y(t - lookback)) or equivalently: Z(t) [...]

Earnings Date Helper — 3.3%

[...] that is reported quarterly. Examples for the Zacks Adjusted Earnings fundamental provider : "[z] Zacks Adjusted Earnings" barsBefore , barsAfter The number of days before and/or after the earnings date to be considered in the earnings window. For just the earnings date itself, pass 0 for both parameters. Description InWindow returns true if date of the bar passed to the method is within the "earnings window", otherwise false . The earnings window consists of the earnings date and contains the specified number of days before and/or after it. Use InWindow [...]

TASC 2014-05 | A Trading Method For The Long Haul (Pendergast) — 1.7%

[...] override void Execute() { const char tab = '\u0009'; string item = "[z] Zacks Adjusted Earnings" ; IList<FundamentalItem> [...]

TASC 2018-05 | RocketRSI - A Solid Propellant For Your Rocket Science Trading (Ehlers) — 1.7%

[...] effect on system's Net Profit. On a 3D optimization graph we plot the system's Net Profit on axis Z, and the RSI Length and Fixed Bars parameters [...]

TEMA - Triple-smoothed Exponential Moving Average — 1.7%

[...] Description TEMA is the Triple-smoothed Exponential Moving Average based on TECHNICAL ANALYSIS FROM A TO Z , 2nd Ed., pg. 328-330. Example

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.