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.
[...] paramSMAPeriod.ValueInt,
inactivityStop = paramInactivityStop.ValueInt,
timeout = paramTimeout.ValueInt,
PoleBar = 0, FlagBar = 0, ba = 0;
double poleHeight = paramPoleHeight.Value,
flagHeight = paramFlagHeight.Value,
currPoleHeight = 0,
ProfitTarget = paramProfitTarget.Value,
InitialStop = 0, ws = 0.5, flagTop = 0, flagBottom = 0;
bool PoleValid = false, FlagValid = false;
SMA sma = SMA.Series( Close,smaPeriod );
LinearRegSlope lrs = LinearRegSlope.Series( Close, FlagTimeout );
HideVolume(); for(int bar = GetTradingLoopStartBar(100); [...]