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 3.85 MB (775 documents, 11907 words), completed in 0.0 seconds and yielded 13 results.

ChandelierStop — 25.5%

[...] stop visibility for(int bar = Bars.FirstActualBar + 10; bar -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 ) CoverAtTrailingStop( [...]

Interacting Dynamically with Portfolio Level Equity — 17.6%

[...] rule goes 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( [...]

QStick — 11.8%

[...] ); for(int bar = 24; bar 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 [...]

WealthScript Techniques | Portfolio-wide conditions — 9.8%

[...] logic int 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( [...]

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

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

Testing Trading System Filters with Analysis Series View — 5.9%

[...] Color.Silver, LineStyle.Solid, 2); for (int bar = bbPer; bar = timedExit) SellAtMarket(bar + 1, Pos, "Time-based"); else if (Close bar > Pos.EntryPrice) SellAtMarket(bar [...]

RVI — 3.9%

[...] Color.DarkBlue, LineStyle.Solid, 1 ); for(int bar = rvi.FirstValidValue; bar = 0; p--) { Position pos = ActivePositions p ; if( CrossOver( bar, rvi, 0.35 ) ) SellAtMarket( bar+1, pos [...]

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

[...] ); PlotSeries( PricePane, MovAvg, Color.Gray, WealthLab.LineStyle.Solid, 1 ); for(int bar = 100; bar = 0; pos--) { Position p = ActivePositions pos [...]

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

[...] ); RestoreContext(); } } } else { if( stress bar lst, string symbol ) { return lst.FindLastIndex( delegate(Position pos) { return pos.Symbol.Equals(symbol, [...]

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

[...] 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, [...]

Home - MS123.PosSizers — 2.0%

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

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

[...] lastEntryPrice = 0; for(int bar = maSlow.FirstValidValue; bar -1; p-- ) { Position pos = ActivePositions p ; lastEntryPrice [...]

Import real (historical) trades — 2.0%

[...] 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.