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 7 results.
[...] "Resistance";
int b1 = Bars.Count - 10;
double st1 = TrendlineValue( b1, TLName );
int b2 = Bars.Count - 5;
double st2 = TrendlineValue( b2, TLName );
double slope = (st2 - st1) / (b2 - b1);
string key = String.Format("{0},{1},{2},{3}", Bars.Symbol, Bars.Scale, Bars.BarInterval, TLName);
string s = key + String.Format(",{0},{1},{2}", Date b2 .ToString("yyyyMMdd"), st2, slope);
string path = Path.Combine(Application.UserAppDataPath, @"Data\MyTrendLineAlerts.txt"); [...]
[...] ;
for (int bar = period; bar bar-2 ;
double prev = trends bar-1 ;
if( (b.Low bar >= b2) && (b.Low bar-1 >= [...]
[...] Brunet)
public DataSeries TransformSeries( DataSeries ds, double a1, double a2, double b1, double b2)
{
string sName = ds.Description + "(No Scale)";
if (Math.Abs(a1 - a2) > 0.00001)
{
double a = (b1 - b2)/(a1 [...]
[...] High n : hi;
lo = Low n n : lo;
}
}
int b1 = bar - patternBars;
int b2 = Math.Min(bar + 1, Bars.Count - 1);
DrawPolygon(PricePane, color, color, LineStyle.Invisible, 1, true, b1, [...]
[...] Brunet)
public DataSeries TransformSeries( DataSeries ds, double a1, double a2, double b1, double b2)
{
string sName = ds.Description + "(No Scale)";
if (Math.Abs(a1 - a2) > 0.00001)
{
double a = (b1 - b2)/(a1 [...]
[...] StrategyParameter paramFlagHeight;
private StrategyParameter paramProfitTarget; void DrawRectangle(int b1, int b2, double p1, double p2, Color c)
{
double[] rect = { b1, p1, b1, [...]
[...] CR3 = Correlation.Series(RS1,RS3,DIVDAYS);
//var pop = StdDevCalculation.Population;
//var b2=CR2*StdDev.Series(RS1,DIVDAYS,pop)/(StdDev.Series(RS2,DIVDAYS,pop)+0.001);
//var a2=SMA.Series(RS1,DIVDAYS)-b2*SMA.Series(RS2,DIVDAYS);
//var [...]