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

TASC 2016-05 | Zero In On The MACD (Star) — 15.1%

[...] indPane) { bool divergeDetected = false ; PeakTroughMode mode = PeakTroughMode.Percent; int pb1 = ( int )PeakBar.Value(bar, price, pctRev1, mode); if (pb1 > _barLastChecked) { _barLastChecked = pb1; int pb2 = ( int )PeakBar.Value(pb1, price, pctRev1, mode); if (pb2 > -1) { int testBar = Math.Min(bar, pb1 + proxBars); int ibar1 = ( int )PeakBar.Value( testBar, ind, pctRev2, mode); // test peak proximity [...]

TASC 2019-11 | The Stochastic MACD Oscillator (Apirine) — 15.1%

[...] indPane) { bool divergeDetected = false ; PeakTroughMode mode = PeakTroughMode.Percent; int pb1 = ( int )PeakBar.Value(bar, price, pctRev1, mode); if (pb1 > _barLastChecked) { _barLastChecked = pb1; int pb2 = ( int )PeakBar.Value(pb1, price, pctRev1, mode); if (pb2 > -1) { int testBar = Math.Min(bar, pb1 + proxBars); int ibar1 = ( int )PeakBar.Value( testBar, ind, pctRev2, mode); // test peak proximity [...]

TASC 2008-02 | Trading Divergences (Vervoot) — 15.1%

[...] indPane) { bool divergeDetected = false ; PeakTroughMode mode = PeakTroughMode.Percent; int pb1 = ( int )PeakBar.Value(bar, price, pctRev1, mode); if (pb1 > _barLastChecked) { _barLastChecked = pb1; int pb2 = ( int )PeakBar.Value(pb1, price, pctRev1, mode); if (pb2 > -1) { int testBar = Math.Min(bar, pb1 + proxBars); int ibar1 = ( int )PeakBar.Value( testBar, ind, pctRev2, mode); // test peak proximity [...]

TASC 2010-10 | Smooted RSI Inverse Fisher (Vervoort) — 10.5%

[...] 70)) { // check the last two arsi peaks for negative divergence with price int pb1 = ( int )PeakBar.Value(bar, arsi, 20, PeakTroughMode.Value); if (pb1 == -1) continue ; int pb2 = ( int )PeakBar.Value(pb1, arsi, 20, PeakTroughMode.Value); if (pb2 == -1) continue ; if ( Math.Sign(arsi[pb1] - arsi[pb2]) == -1 && [...]

InverseFisherRSI — 10.5%

[...] 70)) { // check the last two arsi peaks for negative divergence with price int pb1 = ( int )PeakBar.Value(bar, arsi, 20, PeakTroughMode.Value); if (pb1 == -1) continue ; int pb2 = ( int )PeakBar.Value(pb1, arsi, 20, PeakTroughMode.Value); if (pb2 == -1) continue ; if ( Math.Sign(arsi[pb1] - arsi[pb2]) == -1 && [...]

TASC 2019-02 | The V-Trade Part 6 (Vervoort) — 10.5%

[...] 70)) { // check the last two SVEStochRSI peaks for negative divergence with price int pb1 = ( int )PeakBar.Value(bar, srsi, 20, PeakTroughMode.Value); if (pb1 == -1) continue ; int pb2 = ( int )PeakBar.Value(pb1, srsi, 20, PeakTroughMode.Value); if (pb2 == -1) continue ; if ( Math.Sign(srsi[pb1] - srsi[pb2]) == -1 && [...]

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

[...] List<ZigZag>(); double t1 = 0, p1 = 0, inPrice, outPrice = 0, magnitude = 0; int tb1 = 0, pb1, barDetected = 0, zigBar = 0, zagBar = 0; bool detected = false ; for ( int bar = 1; bar < bars.Count; bar++) { detected = false ; t1 = tr[bar]; tb1 = ( int )tb[bar]; if (tb1 == -1) continue ; p1 = pk[bar]; pb1 = ( int )pb[bar]; if (pb1 == -1) continue ; if ( tb[bar] > tb[bar-1] && pb[bar] > -1){ detected = [...]

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

[...] List<ZigZag>(); double t1 = 0, p1 = 0, inPrice, outPrice = 0, magnitude = 0; int tb1 = 0, pb1, barDetected = 0, zigBar = 0, zagBar = 0; bool detected = false ; for ( int bar = 1; bar < bars.Count; bar++) { detected = false ; t1 = tr[bar]; tb1 = ( int )tb[bar]; if (tb1 == -1) continue ; p1 = pk[bar]; pb1 = ( int )pb[bar]; if (pb1 == -1) continue ; if ( tb[bar] > tb[bar-1] && pb[bar] > -1){ detected = [...]

CheckExtendedTrendline — 7.0%

[...] int )PeakBar.Value(n, High , _pctpeaks.Value, WealthLab.Indicators.PeakTroughMode.Percent); int pb1 = pb2; if (pb2 > -1) { pb1 = ( int )PeakBar.Value(pb2, High , _pctpeaks.Value, WealthLab.Indicators.PeakTroughMode.Percent); DrawCircle ( PricePane , 8, pb2, High [pb2], Color.Blue, LineStyle.Solid, 2, false ); } if ((pb2 == -1) || (pb1 == -1)) { DrawLabel ( PricePane , "Could not find two " + _pctpeaks.Value. ToString () + "% peaks" , Color.Red); DrawLabel ( PricePane [...]

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.