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.
[...] = false, reversion = false, pullback = false, secondEntry = paramSecondEntry.ValueInt == 1;
int runupBar = -1, pBar = -1, reversionBar = -1, uptrendDays = paramUptrendDays.ValueInt;
double runupStart = 0, runupHigh = 0, runupRange = 0, pivotPrice = 0, reversionThreshold = 1.0;
Highest hi = Highest.Series(High,15);
if( secondEntry )
PlotSeries(PricePane, hi, Color.Blue, LineStyle.Dashed, 1);
for(int bar = GetTradingLoopStartBar(15); bar 0 )
{
if(!SellAtStop(bar+1, Position.AllPositions, pivotPrice - 1.0, "$1 stop"))
SellAtLimit(bar [...]