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.
[...] 1);
} protected override void Execute()
{
if ( Bars.IsIntraday )
{
// Variables
int firstHourStart = -1, firstHourEnd = -1, average = paramAverageNights.ValueInt;
double firstHourRangeHigh = 0, firstHourRangeLow = 0;
var aNightVolume = new DataSeries(Bars,"Average Night Volume");
var cNightVolume = new DataSeries(Bars,"Cumulative Night Volume");
var ls = LineStyle.Solid;
var lstVolumes = new List (); // holds cumulative volume for each session
bool canTrade = false;
Font font = new Font("Verdana",10,FontStyle.Bold); // [...]