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.
[...] CreateParameter("Profit Target ATR", 1.2, 0.2, 3.0, 0.2);
}
protected override void Execute()
{
int PoleTimeout = paramPoleTimeout.ValueInt,
FlagTimeout = paramFlagTimeout.ValueInt,
UptrendLeadingToPole = paramUptrendBeforePole.ValueInt,
MinFlagDuration = paramMinFlagDuration.ValueInt,
smaPeriod = paramSMAPeriod.ValueInt,
inactivityStop = paramInactivityStop.ValueInt,
timeout = paramTimeout.ValueInt,
PoleBar = 0, FlagBar = 0, ba = 0;
double poleHeight = paramPoleHeight.Value,
flagHeight = paramFlagHeight.Value,
currPoleHeight [...]