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

TASC 2013-03 | Camarilla Points (Bobrowski) — 63.0%

[...] .Count; bar++) { #region Variables int dailyBar = ( int )GetDailyBar[bar]; int firstBarToday = bar - Bars .IntradayBarNumber(bar); double openToday = Open [firstBarToday]; bool lastBarToday = Bars .IsLastBarOfDay( bar ); if ( ( bar == 1 || lastBarToday ) ) canTrade = true ; if ( lastBarToday ) enterTrades = false ; #endregion #region Determine Camarilla Point levels if ( firstBarToday > -1 ) { if ( Bars .IntradayBarNumber(bar) [...]

TASC 2016-04 | Trading Gap Reversals (Calhoun) — 22.2%

[...] p.EntryBar < (bar - Bars .IntradayBarNumber(bar))) { if ( cnt > 0 ) { int firstBarToday = bar - Bars .IntradayBarNumber(bar); int lastBarYesterday = firstBarToday - 1; bool priceFilter = ( Close [firstBarToday] >= 20) && ( Close [firstBarToday] <= 70); bool gap = ( Open [firstBarToday] [...]

Intraday | Building blocks of Intraday trading strategies — 14.8%

[...] Here's a shortcut to find the first bar of the current day from within a Bars.Count loop - int firstBarToday = bar - Bars .IntradayBarNumber(bar); // So the Opening price of the session is then: double openToday = Open [firstBarToday]; You can also identify yesterday's close price just the same: int firstBarToday = bar - Bars .IntradayBarNumber(bar); //So it [...]

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.