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

ChandelierStop — 23.6%

[...] introduced in WL5 for ( int p = ActivePositions .Count - 1; p > -1 ; p-- ) { Position pos = ActivePositions [p]; // Request Chandelier stop value using Period: 14, Coefficient: 3 chandelierStop = pos.ChandelierStop( Bars , bar, 14, 3 ); if ( pos.PositionType == PositionType.Long ) SellAtTrailingStop ( bar + 1, pos, chandelierStop, "Chandelier LX" ); else if ( pos.PositionType == PositionType.Short [...]

Interacting Dynamically with Portfolio Level Equity — 16.4%

[...] here: */ if ( globalEquity[bar] > globalEquity[bar-100] ) { Position pos = u.entry( p, bar, p.EntrySignal, p.BasisPrice ); if ( pos ! = null ) { pos.Priority = p.Priority; pos.EntrySignal = p.EntrySignal; //pos.Equals(p); } } #endregion User-configurable: Interacting with Portfolio Equity /* Alternative: u.entry( p, bar, p.EntrySignal, [...]

QStick — 10.9%

[...] ShortAtMarket ( bar+1 ); for ( int p = ActivePositions .Count - 1; p > -1; p-- ) { Position pos = ActivePositions [p]; ep = pos.EntryPrice; stop = ( pos.PositionType == PositionType.Long ) ? ep*0.8 : ep*1.2; profit [...]

Testing Trading System Filters with Analysis Series View — 9.1%

[...] bar = bbPer; bar < Bars .Count; bar++) { if ( IsLastPositionActive ) { Position Pos = LastPosition ; if (bar + 1 - Pos.EntryBar >= timedExit) SellAtMarket (bar + 1,

WealthScript Techniques | Portfolio-wide conditions — 9.1%

[...] loserCount = 0; for ( int p = ActivePositions .Count - 1; p >= 0; p-- ) { Position pos = ActivePositions [p]; if ( bar >= pos.EntryBar ) { string sym = pos. Bars .Symbol; SetContext ( sym, true ); SMA sma = SMA.Series( Close , 20 [...]

TASC 2003-01 | The Moving Trend (Rafter) — 7.3%

[...] WealthLab.LineStyle.Solid, 1 ); for ( int bar = 100; bar < Bars .Count; bar++) { for ( int pos = ActivePositions .Count - 1; pos [...]

TASC 2020-11 | Voting With Multiple Timeframes (F. Arden Thomas) — 7.3%

[...] >= 5 && sellVote[bar] == 0; bool buyTrigger = sellVote[bar] > 0; for ( int pos = ActivePositions .Count - 1; pos [...]

RVI — 3.6%

[...] .Count; bar++) { for ( int p = ActivePositions .Count - 1; p >= 0; p--) { Position pos = ActivePositions [p]; if ( CrossOver ( bar, rvi, 0.35 ) ) SellAtMarket ( bar+1, pos [...]

Intraday / Multi-Time Frame | Keep from holding positions overnight — 3.6%

[...] strategy that translates to: for ( int p = ActivePositions .Count - 1; p >= 0; p--) { Position pos = ActivePositions [p]; // exit on the last bar of the day if ( Bars .IsLastBarOfDay(bar) ) ExitAtClose ( bar, pos, [...]

TASC 2014-03 | Timing The Market With Pairs (Kaufman) — 3.6%

[...] LastActivePositionInSym( List<Position> lst, string symbol ) { return lst.FindLastIndex( delegate (Position pos) { return pos.Symbol.Equals(symbol, [...]

WealthScript Techniques | Pyramiding (Adding to position) — 1.8%

[...] .Count; bar++) { for ( int p = ActivePositions .Count - 1; p > -1; p-- ) { Position pos = ActivePositions [p]; lastEntryPrice [...]

Home - MS123.PosSizers — 1.8%

[...] drawdown Losing streaks Market's Money No Profit/Loss Sharing Percent volatility Percent Winners Pos.Sizing (% Equity) Portfolio Balancing Portfolio [...]

Import real (historical) trades — 1.8%

[...] H:mm:ss tt . Here is a fragment illustrating the file format: Trade-#,Instrument,Account,Strategy,Market pos.,Quantity,Entry price,Exit price,Entry time,Exit [...]

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.