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.
This search, performed through 3.85 MB (775 documents, 11907 words), completed in 0.0 seconds and yielded 1 results.
[...] low exit", 40, 10, 80, 10);
}
protected override void Execute()
{
bool pivot = false; int pivotBar = -1;
bool pullback = false; int pullbackBar = -1;
bool recovery = false; int recoveryBar = -1;
bool volConfirm = paramVolConf.ValueInt == 1;
double ws = paramWhiteSpace.Value / 100d;
double within = paramProximity.Value;
double minRise = paramMinRise.Value;
double risePct = 0.0, pivotPrice = 0.0, dipPrice = 0.0;
int riseBars = paramRiseBars.ValueInt, ba = 0;
SMA sma = SMA.Series(Close,paramSMA.ValueInt);
MomentumPct mom = MomentumPct.Series(Close,paramMom.ValueInt);
Highest [...]