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.
[...] null && cs != null )
{
ChartPane p2 = CreatePane( 25, true, true );
ChartPane p1 = CreatePane( 25, true, true );
ChartPane p = CreatePane( 25, true, true ); PlotSeries( p, cl, Color.Green, LineStyle.Solid, 1 );
PlotSeries( p, cs, Color.Red, LineStyle.Solid, 1 );
PlotSeries( p1, diff, Color.Blue, LineStyle.Histogram, 2 );
PlotSeriesOscillator( p2, rsiDiff, 70, 30, Color.FromArgb(30,Color.Red), Color.FromArgb(30,Color.Blue), Color.DarkMagenta, LineStyle.Solid, 1 );
[...]
[...] recent 10% Peaks
bool Detected2Peaks = false;
int bar = Bars.Count-1;
int p2 = -1;
int p1 = (int)PeakBar.Value( bar, Close, 10, PeakTroughMode.Percent );
if( p1 > -1 )
{
p2 = (int)PeakBar.Value(
[...] Trough.Series(bars.Close,percent,mode);
Peak pk = Peak.Series(bars.Close,percent,mode);
List 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 [...]
[...] Trough.Series(bars.Close,percent,mode);
Peak pk = Peak.Series(bars.Close,percent,mode);
List 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 [...]
[...] paramFlagHeight;
private StrategyParameter paramProfitTarget; void DrawRectangle(int b1, int b2, double p1, double p2, Color c)
{
double[] rect = { b1, p1, [...]
[...] "LeavittConvAcc";
HideVolume();
ChartPane p3 = CreatePane(10,false,false);
ChartPane p2 = CreatePane(30,true,false);
ChartPane p1 = CreatePane(30,true,false);
PlotSeries(p1, [...]