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.
[...] 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
if (Math.Abs(
[...] 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
if (Math.Abs(
[...] 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
if (Math.Abs(
[...] invfish, 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 - [...]
[...] invfish, 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 - [...]
[...] 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 [...]
[...] lst = new List ();
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 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 = true;
} if( pb bar > pb bar-1 && tb bar > -1 ){
detected = true;
}
if( detected [...]
[...] lst = new List ();
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 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 = true;
} if( pb bar > pb bar-1 && tb bar > -1 ){
detected = true;
}
if( detected [...]
[...] = (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, "Try decreasing the Peaks [...]