namespace TradeIdeas.TIProGUI.OddsMaker
{
partial class OddsMakerConfigWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanelPrevNextButtons = new System.Windows.Forms.FlowLayoutPanel();
this.buttonPrevious = new System.Windows.Forms.Button();
this.buttonNext = new System.Windows.Forms.Button();
this.flowLayoutPanelBacktestButtons = new System.Windows.Forms.FlowLayoutPanel();
this.buttonBuy = new System.Windows.Forms.Button();
this.buttonSell = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.tabControlMain = new System.Windows.Forms.TabControl();
this.tabPageEntry = new System.Windows.Forms.TabPage();
this.tableLayoutPanelEntry = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.panelStartTime = new System.Windows.Forms.Panel();
this.tableLayoutPanelStartTime = new System.Windows.Forms.TableLayoutPanel();
this.labelStartTimeMax = new System.Windows.Forms.Label();
this.labelStartTimeValue = new System.Windows.Forms.Label();
this.labelStartTimeMin = new System.Windows.Forms.Label();
this.trackBarStartTime = new System.Windows.Forms.TrackBar();
this.panelEndTime = new System.Windows.Forms.Panel();
this.tableLayoutPanelEndTime = new System.Windows.Forms.TableLayoutPanel();
this.labelEndTimeMax = new System.Windows.Forms.Label();
this.labelEndTimeValue = new System.Windows.Forms.Label();
this.labelEndTimeMin = new System.Windows.Forms.Label();
this.trackBarEndTime = new System.Windows.Forms.TrackBar();
this.tabPageTimedExit = new System.Windows.Forms.TabPage();
this.tableLayoutPanelTimedExits = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.rdoExitTimeFutureOpen = new System.Windows.Forms.RadioButton();
this.rdoExitTimeFutureClose = new System.Windows.Forms.RadioButton();
this.trackBarDailyExitDays = new System.Windows.Forms.TrackBar();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.radioButtonTimeOfDay = new System.Windows.Forms.RadioButton();
this.trackBarTimeStop = new System.Windows.Forms.TrackBar();
this.labelTimeStopMin = new System.Windows.Forms.Label();
this.labelTimeStopMax = new System.Windows.Forms.Label();
this.labelTimedExitsHeading = new System.Windows.Forms.Label();
this.tableLayoutPanelMinutesAfterEntry = new System.Windows.Forms.TableLayoutPanel();
this.radioButtonMinutesAfterEntry = new System.Windows.Forms.RadioButton();
this.trackBarTimeAfterEntry = new System.Windows.Forms.TrackBar();
this.labelMinutesAfterEntryMin = new System.Windows.Forms.Label();
this.labelTimeAfterEntryMax = new System.Windows.Forms.Label();
this.tabPageRiskMgmt = new System.Windows.Forms.TabPage();
this.tableLayoutPanelRiskMgmt = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonStopLossFilter = new System.Windows.Forms.RadioButton();
this.comboBoxStopFilter = new System.Windows.Forms.ComboBox();
this.checkBoxStopLoss = new System.Windows.Forms.CheckBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonStopLossConstant = new System.Windows.Forms.RadioButton();
this.textBoxStopLoss = new System.Windows.Forms.TextBox();
this.labelStopLossConstantLabel = new System.Windows.Forms.Label();
this.checkBoxWiggle = new System.Windows.Forms.CheckBox();
this.panelProfitTarget = new System.Windows.Forms.Panel();
this.tableLayoutPanelProfitTarget = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanelTargetFilter = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonTargetFilter = new System.Windows.Forms.RadioButton();
this.comboBoxTargetFilter = new System.Windows.Forms.ComboBox();
this.checkBoxProfitTarget = new System.Windows.Forms.CheckBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonTargetConstant = new System.Windows.Forms.RadioButton();
this.textBoxTarget = new System.Windows.Forms.TextBox();
this.labelTargetConstantLabel = new System.Windows.Forms.Label();
this.tableLayoutPanelDollarsPercent = new System.Windows.Forms.TableLayoutPanel();
this.radioButtonPercent = new System.Windows.Forms.RadioButton();
this.radioButtonDollars = new System.Windows.Forms.RadioButton();
this.labelExitDollarsPercent = new System.Windows.Forms.Label();
this.tabPageAdvanced = new System.Windows.Forms.TabPage();
this.tableLayoutPanelAdvanced = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelAdvancedExits = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanelExitStrategy = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonExitStrategy = new System.Windows.Forms.RadioButton();
this.buttonExitStrategyConfigure = new System.Windows.Forms.Button();
this.flowLayoutPanelTrailingStopBars = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonTrailingStopBars = new System.Windows.Forms.RadioButton();
this.textBoxTrailingStopBars = new System.Windows.Forms.TextBox();
this.labelTrailingStopBars = new System.Windows.Forms.Label();
this.labelAdvancedExits = new System.Windows.Forms.Label();
this.radioButtonNone = new System.Windows.Forms.RadioButton();
this.flowLayoutPanelTrailingStopPercent = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonTrailingStopPercent = new System.Windows.Forms.RadioButton();
this.textBoxTrailingStopPercent = new System.Windows.Forms.TextBox();
this.labelTrailingStopPercent = new System.Windows.Forms.Label();
this.tableLayoutPanelColumns = new System.Windows.Forms.TableLayoutPanel();
this.labelColumnsInResults = new System.Windows.Forms.Label();
this.radioButtonColumnsFromStrategy = new System.Windows.Forms.RadioButton();
this.flowLayoutPanelColumnsFavorites = new System.Windows.Forms.FlowLayoutPanel();
this.radioButtonUseAllColumns = new System.Windows.Forms.RadioButton();
this.tableLayoutPanelTestDays = new System.Windows.Forms.TableLayoutPanel();
this.labelTestDaysMax = new System.Windows.Forms.Label();
this.labelTestDays = new System.Windows.Forms.Label();
this.trackBarTestDays = new System.Windows.Forms.TrackBar();
this.labelTestDaysMin = new System.Windows.Forms.Label();
this.tabPageSummary = new System.Windows.Forms.TabPage();
this.tableLayoutPanelSummary = new System.Windows.Forms.TableLayoutPanel();
this.labelSummaryTestDays = new System.Windows.Forms.Label();
this.labelAdvancedExitValue = new System.Windows.Forms.Label();
this.labelAdvancedExit = new System.Windows.Forms.Label();
this.labelProfitTargetExitValue = new System.Windows.Forms.Label();
this.labelProfitTargetExit = new System.Windows.Forms.Label();
this.labelStopLossExitValue = new System.Windows.Forms.Label();
this.labelStopLossExit = new System.Windows.Forms.Label();
this.labelTimedExitValue = new System.Windows.Forms.Label();
this.labelTimedExit = new System.Windows.Forms.Label();
this.labelInitiateTrades = new System.Windows.Forms.Label();
this.labelInitiateTradesValue = new System.Windows.Forms.Label();
this.labelSummary = new System.Windows.Forms.Label();
this.labelTestDaysValue = new System.Windows.Forms.Label();
this.tableLayoutPanelMain.SuspendLayout();
this.tableLayoutPanelButtons.SuspendLayout();
this.flowLayoutPanelPrevNextButtons.SuspendLayout();
this.flowLayoutPanelBacktestButtons.SuspendLayout();
this.tabControlMain.SuspendLayout();
this.tabPageEntry.SuspendLayout();
this.tableLayoutPanelEntry.SuspendLayout();
this.panelStartTime.SuspendLayout();
this.tableLayoutPanelStartTime.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).BeginInit();
this.panelEndTime.SuspendLayout();
this.tableLayoutPanelEndTime.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).BeginInit();
this.tabPageTimedExit.SuspendLayout();
this.tableLayoutPanelTimedExits.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).BeginInit();
this.tableLayoutPanelMinutesAfterEntry.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).BeginInit();
this.tabPageRiskMgmt.SuspendLayout();
this.tableLayoutPanelRiskMgmt.SuspendLayout();
this.panel1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.panelProfitTarget.SuspendLayout();
this.tableLayoutPanelProfitTarget.SuspendLayout();
this.flowLayoutPanelTargetFilter.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.tableLayoutPanelDollarsPercent.SuspendLayout();
this.tabPageAdvanced.SuspendLayout();
this.tableLayoutPanelAdvanced.SuspendLayout();
this.tableLayoutPanelAdvancedExits.SuspendLayout();
this.flowLayoutPanelExitStrategy.SuspendLayout();
this.flowLayoutPanelTrailingStopBars.SuspendLayout();
this.flowLayoutPanelTrailingStopPercent.SuspendLayout();
this.tableLayoutPanelColumns.SuspendLayout();
this.flowLayoutPanelColumnsFavorites.SuspendLayout();
this.tableLayoutPanelTestDays.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTestDays)).BeginInit();
this.tabPageSummary.SuspendLayout();
this.tableLayoutPanelSummary.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanelMain
//
this.tableLayoutPanelMain.ColumnCount = 1;
this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelButtons, 0, 1);
this.tableLayoutPanelMain.Controls.Add(this.tabControlMain, 0, 0);
this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
this.tableLayoutPanelMain.RowCount = 2;
this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMain.Size = new System.Drawing.Size(451, 420);
this.tableLayoutPanelMain.TabIndex = 0;
//
// tableLayoutPanelButtons
//
this.tableLayoutPanelButtons.AutoSize = true;
this.tableLayoutPanelButtons.ColumnCount = 3;
this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelButtons.Controls.Add(this.flowLayoutPanelPrevNextButtons, 0, 0);
this.tableLayoutPanelButtons.Controls.Add(this.flowLayoutPanelBacktestButtons, 2, 0);
this.tableLayoutPanelButtons.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelButtons.Location = new System.Drawing.Point(0, 385);
this.tableLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelButtons.Name = "tableLayoutPanelButtons";
this.tableLayoutPanelButtons.RowCount = 1;
this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelButtons.Size = new System.Drawing.Size(451, 35);
this.tableLayoutPanelButtons.TabIndex = 0;
//
// flowLayoutPanelPrevNextButtons
//
this.flowLayoutPanelPrevNextButtons.AutoSize = true;
this.flowLayoutPanelPrevNextButtons.Controls.Add(this.buttonPrevious);
this.flowLayoutPanelPrevNextButtons.Controls.Add(this.buttonNext);
this.flowLayoutPanelPrevNextButtons.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanelPrevNextButtons.Name = "flowLayoutPanelPrevNextButtons";
this.flowLayoutPanelPrevNextButtons.Size = new System.Drawing.Size(112, 29);
this.flowLayoutPanelPrevNextButtons.TabIndex = 0;
this.flowLayoutPanelPrevNextButtons.WrapContents = false;
//
// buttonPrevious
//
this.buttonPrevious.Location = new System.Drawing.Point(3, 3);
this.buttonPrevious.Name = "buttonPrevious";
this.buttonPrevious.Size = new System.Drawing.Size(50, 23);
this.buttonPrevious.TabIndex = 0;
this.buttonPrevious.Text = "Prev";
this.buttonPrevious.UseVisualStyleBackColor = true;
this.buttonPrevious.Click += new System.EventHandler(this.buttonPrevious_Click);
//
// buttonNext
//
this.buttonNext.Location = new System.Drawing.Point(59, 3);
this.buttonNext.Name = "buttonNext";
this.buttonNext.Size = new System.Drawing.Size(50, 23);
this.buttonNext.TabIndex = 1;
this.buttonNext.Text = "Next";
this.buttonNext.UseVisualStyleBackColor = true;
this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
//
// flowLayoutPanelBacktestButtons
//
this.flowLayoutPanelBacktestButtons.AutoSize = true;
this.flowLayoutPanelBacktestButtons.Controls.Add(this.buttonBuy);
this.flowLayoutPanelBacktestButtons.Controls.Add(this.buttonSell);
this.flowLayoutPanelBacktestButtons.Controls.Add(this.buttonCancel);
this.flowLayoutPanelBacktestButtons.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelBacktestButtons.Location = new System.Drawing.Point(145, 3);
this.flowLayoutPanelBacktestButtons.Name = "flowLayoutPanelBacktestButtons";
this.flowLayoutPanelBacktestButtons.Size = new System.Drawing.Size(303, 29);
this.flowLayoutPanelBacktestButtons.TabIndex = 1;
this.flowLayoutPanelBacktestButtons.WrapContents = false;
//
// buttonBuy
//
this.buttonBuy.ForeColor = System.Drawing.Color.Green;
this.buttonBuy.Location = new System.Drawing.Point(3, 3);
this.buttonBuy.Name = "buttonBuy";
this.buttonBuy.Size = new System.Drawing.Size(100, 23);
this.buttonBuy.TabIndex = 2;
this.buttonBuy.Text = "Simulate Buy";
this.buttonBuy.UseVisualStyleBackColor = true;
this.buttonBuy.Click += new System.EventHandler(this.buttonBuy_Click);
//
// buttonSell
//
this.buttonSell.ForeColor = System.Drawing.Color.Red;
this.buttonSell.Location = new System.Drawing.Point(109, 3);
this.buttonSell.Name = "buttonSell";
this.buttonSell.Size = new System.Drawing.Size(100, 23);
this.buttonSell.TabIndex = 3;
this.buttonSell.Text = "Simulate Sell";
this.buttonSell.UseVisualStyleBackColor = true;
this.buttonSell.Click += new System.EventHandler(this.buttonSell_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(215, 3);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(85, 23);
this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// tabControlMain
//
this.tabControlMain.Controls.Add(this.tabPageEntry);
this.tabControlMain.Controls.Add(this.tabPageTimedExit);
this.tabControlMain.Controls.Add(this.tabPageRiskMgmt);
this.tabControlMain.Controls.Add(this.tabPageAdvanced);
this.tabControlMain.Controls.Add(this.tabPageSummary);
this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlMain.Location = new System.Drawing.Point(3, 3);
this.tabControlMain.Name = "tabControlMain";
this.tabControlMain.SelectedIndex = 0;
this.tabControlMain.Size = new System.Drawing.Size(445, 379);
this.tabControlMain.TabIndex = 1;
this.tabControlMain.SelectedIndexChanged += new System.EventHandler(this.tabControlMain_SelectedIndexChanged);
//
// tabPageEntry
//
this.tabPageEntry.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tabPageEntry.Controls.Add(this.tableLayoutPanelEntry);
this.tabPageEntry.Location = new System.Drawing.Point(4, 22);
this.tabPageEntry.Name = "tabPageEntry";
this.tabPageEntry.Padding = new System.Windows.Forms.Padding(3);
this.tabPageEntry.Size = new System.Drawing.Size(437, 353);
this.tabPageEntry.TabIndex = 0;
this.tabPageEntry.Text = "Entry";
//
// tableLayoutPanelEntry
//
this.tableLayoutPanelEntry.ColumnCount = 1;
this.tableLayoutPanelEntry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelEntry.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanelEntry.Controls.Add(this.panelStartTime, 0, 1);
this.tableLayoutPanelEntry.Controls.Add(this.panelEndTime, 0, 2);
this.tableLayoutPanelEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelEntry.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelEntry.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelEntry.Name = "tableLayoutPanelEntry";
this.tableLayoutPanelEntry.RowCount = 3;
this.tableLayoutPanelEntry.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelEntry.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelEntry.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelEntry.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelEntry.Size = new System.Drawing.Size(431, 347);
this.tableLayoutPanelEntry.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(122, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Initiate Trades Between:";
//
// panelStartTime
//
this.panelStartTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panelStartTime.Controls.Add(this.tableLayoutPanelStartTime);
this.panelStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelStartTime.Location = new System.Drawing.Point(3, 21);
this.panelStartTime.Name = "panelStartTime";
this.panelStartTime.Size = new System.Drawing.Size(425, 158);
this.panelStartTime.TabIndex = 3;
//
// tableLayoutPanelStartTime
//
this.tableLayoutPanelStartTime.ColumnCount = 3;
this.tableLayoutPanelStartTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelStartTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelStartTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelStartTime.Controls.Add(this.labelStartTimeMax, 2, 2);
this.tableLayoutPanelStartTime.Controls.Add(this.labelStartTimeValue, 0, 0);
this.tableLayoutPanelStartTime.Controls.Add(this.labelStartTimeMin, 0, 2);
this.tableLayoutPanelStartTime.Controls.Add(this.trackBarStartTime, 0, 1);
this.tableLayoutPanelStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelStartTime.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelStartTime.Name = "tableLayoutPanelStartTime";
this.tableLayoutPanelStartTime.RowCount = 3;
this.tableLayoutPanelStartTime.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStartTime.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelStartTime.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStartTime.Size = new System.Drawing.Size(421, 154);
this.tableLayoutPanelStartTime.TabIndex = 0;
//
// labelStartTimeMax
//
this.labelStartTimeMax.AutoSize = true;
this.labelStartTimeMax.Location = new System.Drawing.Point(371, 79);
this.labelStartTimeMax.Name = "labelStartTimeMax";
this.labelStartTimeMax.Size = new System.Drawing.Size(47, 13);
this.labelStartTimeMax.TabIndex = 2;
this.labelStartTimeMax.Text = MarketHoursSettingsModel.GetMarketCloseTimeLabel();
//
// labelStartTimeValue
//
this.labelStartTimeValue.AutoSize = true;
this.tableLayoutPanelStartTime.SetColumnSpan(this.labelStartTimeValue, 3);
this.labelStartTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelStartTimeValue.Location = new System.Drawing.Point(3, 5);
this.labelStartTimeValue.Margin = new System.Windows.Forms.Padding(3, 5, 3, 20);
this.labelStartTimeValue.Name = "labelStartTimeValue";
this.labelStartTimeValue.Size = new System.Drawing.Size(192, 24);
this.labelStartTimeValue.TabIndex = 0;
this.labelStartTimeValue.Text = "Start Time: " + MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelStartTimeMin
//
this.labelStartTimeMin.AutoSize = true;
this.labelStartTimeMin.Location = new System.Drawing.Point(3, 79);
this.labelStartTimeMin.Name = "labelStartTimeMin";
this.labelStartTimeMin.Size = new System.Drawing.Size(47, 13);
this.labelStartTimeMin.TabIndex = 1;
this.labelStartTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// trackBarStartTime
//
this.trackBarStartTime.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tableLayoutPanelStartTime.SetColumnSpan(this.trackBarStartTime, 3);
this.trackBarStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarStartTime.LargeChange = 15;
this.trackBarStartTime.Location = new System.Drawing.Point(15, 52);
this.trackBarStartTime.Margin = new System.Windows.Forms.Padding(15, 3, 15, 3);
this.trackBarStartTime.MinimumSize = new System.Drawing.Size(0, 1);
this.trackBarStartTime.Name = "trackBarStartTime";
this.trackBarStartTime.Size = new System.Drawing.Size(391, 24);
this.trackBarStartTime.TabIndex = 3;
this.trackBarStartTime.TickFrequency = 0;
this.trackBarStartTime.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarStartTime.ValueChanged += new System.EventHandler(this.trackBarStartTime_ValueChanged);
//
// panelEndTime
//
this.panelEndTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panelEndTime.Controls.Add(this.tableLayoutPanelEndTime);
this.panelEndTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEndTime.Location = new System.Drawing.Point(3, 185);
this.panelEndTime.Name = "panelEndTime";
this.panelEndTime.Size = new System.Drawing.Size(425, 159);
this.panelEndTime.TabIndex = 4;
//
// tableLayoutPanelEndTime
//
this.tableLayoutPanelEndTime.ColumnCount = 3;
this.tableLayoutPanelEndTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelEndTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelEndTime.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelEndTime.Controls.Add(this.labelEndTimeMax, 2, 2);
this.tableLayoutPanelEndTime.Controls.Add(this.labelEndTimeValue, 0, 0);
this.tableLayoutPanelEndTime.Controls.Add(this.labelEndTimeMin, 0, 2);
this.tableLayoutPanelEndTime.Controls.Add(this.trackBarEndTime, 0, 1);
this.tableLayoutPanelEndTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelEndTime.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelEndTime.Name = "tableLayoutPanelEndTime";
this.tableLayoutPanelEndTime.RowCount = 4;
this.tableLayoutPanelEndTime.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelEndTime.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelEndTime.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelEndTime.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelEndTime.Size = new System.Drawing.Size(421, 155);
this.tableLayoutPanelEndTime.TabIndex = 3;
//
// labelEndTimeMax
//
this.labelEndTimeMax.AutoSize = true;
this.labelEndTimeMax.Location = new System.Drawing.Point(371, 79);
this.labelEndTimeMax.Name = "labelEndTimeMax";
this.labelEndTimeMax.Size = new System.Drawing.Size(47, 13);
this.labelEndTimeMax.TabIndex = 2;
this.labelEndTimeMax.Text = MarketHoursSettingsModel.GetMarketCloseTimeLabel();
//
// labelEndTimeValue
//
this.labelEndTimeValue.AutoSize = true;
this.tableLayoutPanelEndTime.SetColumnSpan(this.labelEndTimeValue, 3);
this.labelEndTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelEndTimeValue.Location = new System.Drawing.Point(3, 5);
this.labelEndTimeValue.Margin = new System.Windows.Forms.Padding(3, 5, 3, 20);
this.labelEndTimeValue.Name = "labelEndTimeValue";
this.labelEndTimeValue.Size = new System.Drawing.Size(188, 24);
this.labelEndTimeValue.TabIndex = 0;
this.labelEndTimeValue.Text = "End Time: " + MarketHoursSettingsModel.GetMarketCloseTimeLabel();
//
// labelEndTimeMin
//
this.labelEndTimeMin.AutoSize = true;
this.labelEndTimeMin.Location = new System.Drawing.Point(3, 79);
this.labelEndTimeMin.Name = "labelEndTimeMin";
this.labelEndTimeMin.Size = new System.Drawing.Size(47, 13);
this.labelEndTimeMin.TabIndex = 1;
this.labelEndTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// trackBarEndTime
//
this.trackBarEndTime.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tableLayoutPanelEndTime.SetColumnSpan(this.trackBarEndTime, 3);
this.trackBarEndTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarEndTime.LargeChange = 15;
this.trackBarEndTime.Location = new System.Drawing.Point(15, 52);
this.trackBarEndTime.Margin = new System.Windows.Forms.Padding(15, 3, 15, 3);
this.trackBarEndTime.MinimumSize = new System.Drawing.Size(0, 1);
this.trackBarEndTime.Name = "trackBarEndTime";
this.trackBarEndTime.Size = new System.Drawing.Size(391, 24);
this.trackBarEndTime.TabIndex = 3;
this.trackBarEndTime.TickFrequency = 0;
this.trackBarEndTime.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarEndTime.ValueChanged += new System.EventHandler(this.trackBarEndTime_ValueChanged);
//
// tabPageTimedExit
//
this.tabPageTimedExit.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tabPageTimedExit.Controls.Add(this.tableLayoutPanelTimedExits);
this.tabPageTimedExit.Location = new System.Drawing.Point(4, 22);
this.tabPageTimedExit.Name = "tabPageTimedExit";
this.tabPageTimedExit.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTimedExit.Size = new System.Drawing.Size(437, 353);
this.tabPageTimedExit.TabIndex = 1;
this.tabPageTimedExit.Text = "Timed Exit";
//
// tableLayoutPanelTimedExits
//
this.tableLayoutPanelTimedExits.ColumnCount = 1;
this.tableLayoutPanelTimedExits.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelTimedExits.Controls.Add(this.tableLayoutPanel2, 0, 3);
this.tableLayoutPanelTimedExits.Controls.Add(this.tableLayoutPanel1, 0, 2);
this.tableLayoutPanelTimedExits.Controls.Add(this.labelTimedExitsHeading, 0, 0);
this.tableLayoutPanelTimedExits.Controls.Add(this.tableLayoutPanelMinutesAfterEntry, 0, 1);
this.tableLayoutPanelTimedExits.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelTimedExits.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelTimedExits.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelTimedExits.Name = "tableLayoutPanelTimedExits";
this.tableLayoutPanelTimedExits.RowCount = 4;
this.tableLayoutPanelTimedExits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelTimedExits.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanelTimedExits.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanelTimedExits.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.tableLayoutPanelTimedExits.Size = new System.Drawing.Size(431, 347);
this.tableLayoutPanelTimedExits.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.rdoExitTimeFutureOpen, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.rdoExitTimeFutureClose, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.trackBarDailyExitDays, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.label6, 2, 3);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 216);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(425, 128);
this.tableLayoutPanel2.TabIndex = 3;
//
// rdoExitTimeFutureOpen
//
this.rdoExitTimeFutureOpen.AutoSize = true;
this.tableLayoutPanel2.SetColumnSpan(this.rdoExitTimeFutureOpen, 3);
this.rdoExitTimeFutureOpen.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTimeFutureOpen.Location = new System.Drawing.Point(3, 3);
this.rdoExitTimeFutureOpen.Name = "rdoExitTimeFutureOpen";
this.rdoExitTimeFutureOpen.Size = new System.Drawing.Size(173, 28);
this.rdoExitTimeFutureOpen.TabIndex = 4;
this.rdoExitTimeFutureOpen.TabStop = true;
this.rdoExitTimeFutureOpen.Text = "At Market Open";
this.rdoExitTimeFutureOpen.UseVisualStyleBackColor = true;
//
// rdoExitTimeFutureClose
//
this.rdoExitTimeFutureClose.AutoSize = true;
this.tableLayoutPanel2.SetColumnSpan(this.rdoExitTimeFutureClose, 3);
this.rdoExitTimeFutureClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTimeFutureClose.Location = new System.Drawing.Point(3, 37);
this.rdoExitTimeFutureClose.Name = "rdoExitTimeFutureClose";
this.rdoExitTimeFutureClose.Size = new System.Drawing.Size(174, 28);
this.rdoExitTimeFutureClose.TabIndex = 0;
this.rdoExitTimeFutureClose.TabStop = true;
this.rdoExitTimeFutureClose.Text = "At Market Close";
this.rdoExitTimeFutureClose.UseVisualStyleBackColor = true;
//
// trackBarDailyExitDays
//
this.trackBarDailyExitDays.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tableLayoutPanel2.SetColumnSpan(this.trackBarDailyExitDays, 3);
this.trackBarDailyExitDays.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarDailyExitDays.Location = new System.Drawing.Point(0, 68);
this.trackBarDailyExitDays.Margin = new System.Windows.Forms.Padding(0);
this.trackBarDailyExitDays.Name = "trackBarDailyExitDays";
this.trackBarDailyExitDays.Size = new System.Drawing.Size(425, 30);
this.trackBarDailyExitDays.TabIndex = 1;
this.trackBarDailyExitDays.TickFrequency = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 98);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 13);
this.label5.TabIndex = 2;
this.label5.Text = "Shorter";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(382, 98);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(40, 13);
this.label6.TabIndex = 3;
this.label6.Text = "Longer";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.radioButtonTimeOfDay, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.trackBarTimeStop, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.labelTimeStopMin, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.labelTimeStopMax, 2, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 116);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(425, 94);
this.tableLayoutPanel1.TabIndex = 2;
//
// radioButtonTimeOfDay
//
this.radioButtonTimeOfDay.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonTimeOfDay, 3);
this.radioButtonTimeOfDay.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButtonTimeOfDay.Location = new System.Drawing.Point(3, 3);
this.radioButtonTimeOfDay.Name = "radioButtonTimeOfDay";
this.radioButtonTimeOfDay.Size = new System.Drawing.Size(164, 28);
this.radioButtonTimeOfDay.TabIndex = 0;
this.radioButtonTimeOfDay.TabStop = true;
this.radioButtonTimeOfDay.Text = "At Time of Day";
this.radioButtonTimeOfDay.UseVisualStyleBackColor = true;
//
// trackBarTimeStop
//
this.trackBarTimeStop.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tableLayoutPanel1.SetColumnSpan(this.trackBarTimeStop, 3);
this.trackBarTimeStop.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarTimeStop.LargeChange = 15;
this.trackBarTimeStop.Location = new System.Drawing.Point(0, 34);
this.trackBarTimeStop.Margin = new System.Windows.Forms.Padding(0);
this.trackBarTimeStop.Name = "trackBarTimeStop";
this.trackBarTimeStop.Size = new System.Drawing.Size(425, 30);
this.trackBarTimeStop.TabIndex = 1;
this.trackBarTimeStop.TickFrequency = 0;
//
// labelTimeStopMin
//
this.labelTimeStopMin.AutoSize = true;
this.labelTimeStopMin.Location = new System.Drawing.Point(3, 64);
this.labelTimeStopMin.Name = "labelTimeStopMin";
this.labelTimeStopMin.Size = new System.Drawing.Size(47, 13);
this.labelTimeStopMin.TabIndex = 2;
this.labelTimeStopMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelTimeStopMax
//
this.labelTimeStopMax.AutoSize = true;
this.labelTimeStopMax.Location = new System.Drawing.Point(375, 64);
this.labelTimeStopMax.Name = "labelTimeStopMax";
this.labelTimeStopMax.Size = new System.Drawing.Size(47, 13);
this.labelTimeStopMax.TabIndex = 3;
this.labelTimeStopMax.Text = MarketHoursSettingsModel.GetMarketCloseTimeLabel();
//
// labelTimedExitsHeading
//
this.labelTimedExitsHeading.AutoSize = true;
this.labelTimedExitsHeading.Location = new System.Drawing.Point(3, 0);
this.labelTimedExitsHeading.Name = "labelTimedExitsHeading";
this.labelTimedExitsHeading.Size = new System.Drawing.Size(61, 13);
this.labelTimedExitsHeading.TabIndex = 0;
this.labelTimedExitsHeading.Text = "Timed Exits";
//
// tableLayoutPanelMinutesAfterEntry
//
this.tableLayoutPanelMinutesAfterEntry.ColumnCount = 3;
this.tableLayoutPanelMinutesAfterEntry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelMinutesAfterEntry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelMinutesAfterEntry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelMinutesAfterEntry.Controls.Add(this.radioButtonMinutesAfterEntry, 0, 0);
this.tableLayoutPanelMinutesAfterEntry.Controls.Add(this.trackBarTimeAfterEntry, 0, 1);
this.tableLayoutPanelMinutesAfterEntry.Controls.Add(this.labelMinutesAfterEntryMin, 0, 2);
this.tableLayoutPanelMinutesAfterEntry.Controls.Add(this.labelTimeAfterEntryMax, 2, 2);
this.tableLayoutPanelMinutesAfterEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelMinutesAfterEntry.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanelMinutesAfterEntry.Name = "tableLayoutPanelMinutesAfterEntry";
this.tableLayoutPanelMinutesAfterEntry.RowCount = 3;
this.tableLayoutPanelMinutesAfterEntry.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMinutesAfterEntry.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelMinutesAfterEntry.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMinutesAfterEntry.Size = new System.Drawing.Size(425, 94);
this.tableLayoutPanelMinutesAfterEntry.TabIndex = 1;
//
// radioButtonMinutesAfterEntry
//
this.radioButtonMinutesAfterEntry.AutoSize = true;
this.tableLayoutPanelMinutesAfterEntry.SetColumnSpan(this.radioButtonMinutesAfterEntry, 3);
this.radioButtonMinutesAfterEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButtonMinutesAfterEntry.Location = new System.Drawing.Point(3, 3);
this.radioButtonMinutesAfterEntry.Name = "radioButtonMinutesAfterEntry";
this.radioButtonMinutesAfterEntry.Size = new System.Drawing.Size(204, 28);
this.radioButtonMinutesAfterEntry.TabIndex = 0;
this.radioButtonMinutesAfterEntry.TabStop = true;
this.radioButtonMinutesAfterEntry.Text = "Minutes After Entry";
this.radioButtonMinutesAfterEntry.UseVisualStyleBackColor = true;
//
// trackBarTimeAfterEntry
//
this.trackBarTimeAfterEntry.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tableLayoutPanelMinutesAfterEntry.SetColumnSpan(this.trackBarTimeAfterEntry, 3);
this.trackBarTimeAfterEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarTimeAfterEntry.LargeChange = 15;
this.trackBarTimeAfterEntry.Location = new System.Drawing.Point(0, 34);
this.trackBarTimeAfterEntry.Margin = new System.Windows.Forms.Padding(0);
this.trackBarTimeAfterEntry.Name = "trackBarTimeAfterEntry";
this.trackBarTimeAfterEntry.Size = new System.Drawing.Size(425, 30);
this.trackBarTimeAfterEntry.TabIndex = 1;
this.trackBarTimeAfterEntry.TickFrequency = 0;
//
// labelMinutesAfterEntryMin
//
this.labelMinutesAfterEntryMin.AutoSize = true;
this.labelMinutesAfterEntryMin.Location = new System.Drawing.Point(3, 64);
this.labelMinutesAfterEntryMin.Name = "labelMinutesAfterEntryMin";
this.labelMinutesAfterEntryMin.Size = new System.Drawing.Size(32, 13);
this.labelMinutesAfterEntryMin.TabIndex = 2;
this.labelMinutesAfterEntryMin.Text = "0 min";
//
// labelTimeAfterEntryMax
//
this.labelTimeAfterEntryMax.AutoSize = true;
this.labelTimeAfterEntryMax.Location = new System.Drawing.Point(378, 64);
this.labelTimeAfterEntryMax.Name = "labelTimeAfterEntryMax";
this.labelTimeAfterEntryMax.Size = new System.Drawing.Size(44, 13);
this.labelTimeAfterEntryMax.TabIndex = 3;
this.labelTimeAfterEntryMax.Text = "390 min";
//
// tabPageRiskMgmt
//
this.tabPageRiskMgmt.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tabPageRiskMgmt.Controls.Add(this.tableLayoutPanelRiskMgmt);
this.tabPageRiskMgmt.Location = new System.Drawing.Point(4, 22);
this.tabPageRiskMgmt.Name = "tabPageRiskMgmt";
this.tabPageRiskMgmt.Size = new System.Drawing.Size(437, 353);
this.tabPageRiskMgmt.TabIndex = 2;
this.tabPageRiskMgmt.Text = "Risk Mgmt";
//
// tableLayoutPanelRiskMgmt
//
this.tableLayoutPanelRiskMgmt.ColumnCount = 1;
this.tableLayoutPanelRiskMgmt.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelRiskMgmt.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelRiskMgmt.Controls.Add(this.panel1, 0, 2);
this.tableLayoutPanelRiskMgmt.Controls.Add(this.panelProfitTarget, 0, 1);
this.tableLayoutPanelRiskMgmt.Controls.Add(this.tableLayoutPanelDollarsPercent, 0, 0);
this.tableLayoutPanelRiskMgmt.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelRiskMgmt.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelRiskMgmt.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelRiskMgmt.Name = "tableLayoutPanelRiskMgmt";
this.tableLayoutPanelRiskMgmt.RowCount = 3;
this.tableLayoutPanelRiskMgmt.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelRiskMgmt.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelRiskMgmt.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelRiskMgmt.Size = new System.Drawing.Size(437, 353);
this.tableLayoutPanelRiskMgmt.TabIndex = 0;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.tableLayoutPanel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 225);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(431, 125);
this.panel1.TabIndex = 2;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.checkBoxStopLoss, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel3, 0, 2);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 4;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.Size = new System.Drawing.Size(427, 121);
this.tableLayoutPanel3.TabIndex = 0;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.AutoSize = true;
this.tableLayoutPanel3.SetColumnSpan(this.flowLayoutPanel2, 2);
this.flowLayoutPanel2.Controls.Add(this.radioButtonStopLossFilter);
this.flowLayoutPanel2.Controls.Add(this.comboBoxStopFilter);
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 69);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(421, 49);
this.flowLayoutPanel2.TabIndex = 4;
//
// radioButtonStopLossFilter
//
this.radioButtonStopLossFilter.AutoSize = true;
this.radioButtonStopLossFilter.Enabled = false;
this.radioButtonStopLossFilter.Location = new System.Drawing.Point(3, 3);
this.radioButtonStopLossFilter.Name = "radioButtonStopLossFilter";
this.radioButtonStopLossFilter.Size = new System.Drawing.Size(98, 17);
this.radioButtonStopLossFilter.TabIndex = 3;
this.radioButtonStopLossFilter.TabStop = true;
this.radioButtonStopLossFilter.Text = "Use filter value:";
this.radioButtonStopLossFilter.UseVisualStyleBackColor = true;
//
// comboBoxStopFilter
//
this.comboBoxStopFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxStopFilter.Enabled = false;
this.comboBoxStopFilter.FormattingEnabled = true;
this.comboBoxStopFilter.Location = new System.Drawing.Point(107, 3);
this.comboBoxStopFilter.Name = "comboBoxStopFilter";
this.comboBoxStopFilter.Size = new System.Drawing.Size(259, 21);
this.comboBoxStopFilter.TabIndex = 4;
//
// checkBoxStopLoss
//
this.checkBoxStopLoss.AutoSize = true;
this.tableLayoutPanel3.SetColumnSpan(this.checkBoxStopLoss, 2);
this.checkBoxStopLoss.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBoxStopLoss.Location = new System.Drawing.Point(3, 3);
this.checkBoxStopLoss.Name = "checkBoxStopLoss";
this.checkBoxStopLoss.Size = new System.Drawing.Size(192, 28);
this.checkBoxStopLoss.TabIndex = 1;
this.checkBoxStopLoss.Text = "Enable Stop Loss";
this.checkBoxStopLoss.UseVisualStyleBackColor = true;
this.checkBoxStopLoss.CheckedChanged += new System.EventHandler(this.checkBoxStopLoss_CheckedChanged);
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.AutoSize = true;
this.tableLayoutPanel3.SetColumnSpan(this.flowLayoutPanel3, 2);
this.flowLayoutPanel3.Controls.Add(this.radioButtonStopLossConstant);
this.flowLayoutPanel3.Controls.Add(this.textBoxStopLoss);
this.flowLayoutPanel3.Controls.Add(this.labelStopLossConstantLabel);
this.flowLayoutPanel3.Controls.Add(this.checkBoxWiggle);
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 37);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(421, 26);
this.flowLayoutPanel3.TabIndex = 3;
//
// radioButtonStopLossConstant
//
this.radioButtonStopLossConstant.AutoSize = true;
this.radioButtonStopLossConstant.Enabled = false;
this.radioButtonStopLossConstant.Location = new System.Drawing.Point(3, 3);
this.radioButtonStopLossConstant.Name = "radioButtonStopLossConstant";
this.radioButtonStopLossConstant.Size = new System.Drawing.Size(141, 17);
this.radioButtonStopLossConstant.TabIndex = 3;
this.radioButtonStopLossConstant.TabStop = true;
this.radioButtonStopLossConstant.Text = "Use constant amount of:";
this.radioButtonStopLossConstant.UseVisualStyleBackColor = true;
//
// textBoxStopLoss
//
this.textBoxStopLoss.Enabled = false;
this.textBoxStopLoss.Location = new System.Drawing.Point(150, 3);
this.textBoxStopLoss.Name = "textBoxStopLoss";
this.textBoxStopLoss.Size = new System.Drawing.Size(55, 20);
this.textBoxStopLoss.TabIndex = 2;
//
// labelStopLossConstantLabel
//
this.labelStopLossConstantLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelStopLossConstantLabel.AutoSize = true;
this.labelStopLossConstantLabel.Enabled = false;
this.labelStopLossConstantLabel.Location = new System.Drawing.Point(211, 0);
this.labelStopLossConstantLabel.Name = "labelStopLossConstantLabel";
this.labelStopLossConstantLabel.Size = new System.Drawing.Size(13, 26);
this.labelStopLossConstantLabel.TabIndex = 4;
this.labelStopLossConstantLabel.Text = "$";
this.labelStopLossConstantLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// checkBoxWiggle
//
this.checkBoxWiggle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.checkBoxWiggle.AutoSize = true;
this.checkBoxWiggle.Location = new System.Drawing.Point(237, 3);
this.checkBoxWiggle.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
this.checkBoxWiggle.Name = "checkBoxWiggle";
this.checkBoxWiggle.Size = new System.Drawing.Size(68, 20);
this.checkBoxWiggle.TabIndex = 5;
this.checkBoxWiggle.Text = "+ Wiggle";
this.checkBoxWiggle.UseVisualStyleBackColor = true;
//
// panelProfitTarget
//
this.panelProfitTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panelProfitTarget.Controls.Add(this.tableLayoutPanelProfitTarget);
this.panelProfitTarget.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelProfitTarget.Location = new System.Drawing.Point(3, 94);
this.panelProfitTarget.Name = "panelProfitTarget";
this.panelProfitTarget.Size = new System.Drawing.Size(431, 125);
this.panelProfitTarget.TabIndex = 0;
//
// tableLayoutPanelProfitTarget
//
this.tableLayoutPanelProfitTarget.ColumnCount = 2;
this.tableLayoutPanelProfitTarget.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelProfitTarget.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelProfitTarget.Controls.Add(this.flowLayoutPanelTargetFilter, 0, 3);
this.tableLayoutPanelProfitTarget.Controls.Add(this.checkBoxProfitTarget, 0, 0);
this.tableLayoutPanelProfitTarget.Controls.Add(this.flowLayoutPanel1, 0, 2);
this.tableLayoutPanelProfitTarget.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelProfitTarget.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelProfitTarget.Name = "tableLayoutPanelProfitTarget";
this.tableLayoutPanelProfitTarget.RowCount = 4;
this.tableLayoutPanelProfitTarget.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelProfitTarget.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelProfitTarget.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelProfitTarget.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelProfitTarget.Size = new System.Drawing.Size(427, 121);
this.tableLayoutPanelProfitTarget.TabIndex = 0;
//
// flowLayoutPanelTargetFilter
//
this.flowLayoutPanelTargetFilter.AutoSize = true;
this.tableLayoutPanelProfitTarget.SetColumnSpan(this.flowLayoutPanelTargetFilter, 2);
this.flowLayoutPanelTargetFilter.Controls.Add(this.radioButtonTargetFilter);
this.flowLayoutPanelTargetFilter.Controls.Add(this.comboBoxTargetFilter);
this.flowLayoutPanelTargetFilter.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelTargetFilter.Location = new System.Drawing.Point(3, 69);
this.flowLayoutPanelTargetFilter.Name = "flowLayoutPanelTargetFilter";
this.flowLayoutPanelTargetFilter.Size = new System.Drawing.Size(421, 49);
this.flowLayoutPanelTargetFilter.TabIndex = 4;
//
// radioButtonTargetFilter
//
this.radioButtonTargetFilter.AutoSize = true;
this.radioButtonTargetFilter.Enabled = false;
this.radioButtonTargetFilter.Location = new System.Drawing.Point(3, 3);
this.radioButtonTargetFilter.Name = "radioButtonTargetFilter";
this.radioButtonTargetFilter.Size = new System.Drawing.Size(98, 17);
this.radioButtonTargetFilter.TabIndex = 3;
this.radioButtonTargetFilter.TabStop = true;
this.radioButtonTargetFilter.Text = "Use filter value:";
this.radioButtonTargetFilter.UseVisualStyleBackColor = true;
this.radioButtonTargetFilter.CheckedChanged += new System.EventHandler(this.radioButtonTargetFilter_CheckedChanged);
//
// comboBoxTargetFilter
//
this.comboBoxTargetFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxTargetFilter.Enabled = false;
this.comboBoxTargetFilter.FormattingEnabled = true;
this.comboBoxTargetFilter.Location = new System.Drawing.Point(107, 3);
this.comboBoxTargetFilter.Name = "comboBoxTargetFilter";
this.comboBoxTargetFilter.Size = new System.Drawing.Size(259, 21);
this.comboBoxTargetFilter.TabIndex = 4;
//
// checkBoxProfitTarget
//
this.checkBoxProfitTarget.AutoSize = true;
this.tableLayoutPanelProfitTarget.SetColumnSpan(this.checkBoxProfitTarget, 2);
this.checkBoxProfitTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBoxProfitTarget.Location = new System.Drawing.Point(3, 3);
this.checkBoxProfitTarget.Name = "checkBoxProfitTarget";
this.checkBoxProfitTarget.Size = new System.Drawing.Size(214, 28);
this.checkBoxProfitTarget.TabIndex = 1;
this.checkBoxProfitTarget.Text = "Enable Profit Target";
this.checkBoxProfitTarget.UseVisualStyleBackColor = true;
this.checkBoxProfitTarget.CheckedChanged += new System.EventHandler(this.checkBoxProfitTarget_CheckedChanged);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoSize = true;
this.tableLayoutPanelProfitTarget.SetColumnSpan(this.flowLayoutPanel1, 2);
this.flowLayoutPanel1.Controls.Add(this.radioButtonTargetConstant);
this.flowLayoutPanel1.Controls.Add(this.textBoxTarget);
this.flowLayoutPanel1.Controls.Add(this.labelTargetConstantLabel);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 37);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(421, 26);
this.flowLayoutPanel1.TabIndex = 3;
//
// radioButtonTargetConstant
//
this.radioButtonTargetConstant.AutoSize = true;
this.radioButtonTargetConstant.Enabled = false;
this.radioButtonTargetConstant.Location = new System.Drawing.Point(3, 3);
this.radioButtonTargetConstant.Name = "radioButtonTargetConstant";
this.radioButtonTargetConstant.Size = new System.Drawing.Size(141, 17);
this.radioButtonTargetConstant.TabIndex = 3;
this.radioButtonTargetConstant.TabStop = true;
this.radioButtonTargetConstant.Text = "Use constant amount of:";
this.radioButtonTargetConstant.UseVisualStyleBackColor = true;
this.radioButtonTargetConstant.CheckedChanged += new System.EventHandler(this.radioButtonTargetConstant_CheckedChanged);
//
// textBoxTarget
//
this.textBoxTarget.Enabled = false;
this.textBoxTarget.Location = new System.Drawing.Point(150, 3);
this.textBoxTarget.Name = "textBoxTarget";
this.textBoxTarget.Size = new System.Drawing.Size(55, 20);
this.textBoxTarget.TabIndex = 2;
//
// labelTargetConstantLabel
//
this.labelTargetConstantLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTargetConstantLabel.AutoSize = true;
this.labelTargetConstantLabel.Enabled = false;
this.labelTargetConstantLabel.Location = new System.Drawing.Point(211, 0);
this.labelTargetConstantLabel.Name = "labelTargetConstantLabel";
this.labelTargetConstantLabel.Size = new System.Drawing.Size(13, 26);
this.labelTargetConstantLabel.TabIndex = 4;
this.labelTargetConstantLabel.Text = "$";
this.labelTargetConstantLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanelDollarsPercent
//
this.tableLayoutPanelDollarsPercent.AutoSize = true;
this.tableLayoutPanelDollarsPercent.ColumnCount = 1;
this.tableLayoutPanelDollarsPercent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelDollarsPercent.Controls.Add(this.radioButtonPercent, 0, 2);
this.tableLayoutPanelDollarsPercent.Controls.Add(this.radioButtonDollars, 0, 1);
this.tableLayoutPanelDollarsPercent.Controls.Add(this.labelExitDollarsPercent, 0, 0);
this.tableLayoutPanelDollarsPercent.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelDollarsPercent.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelDollarsPercent.Name = "tableLayoutPanelDollarsPercent";
this.tableLayoutPanelDollarsPercent.RowCount = 3;
this.tableLayoutPanelDollarsPercent.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelDollarsPercent.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelDollarsPercent.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelDollarsPercent.Size = new System.Drawing.Size(431, 85);
this.tableLayoutPanelDollarsPercent.TabIndex = 1;
//
// radioButtonPercent
//
this.radioButtonPercent.AutoSize = true;
this.radioButtonPercent.Location = new System.Drawing.Point(3, 65);
this.radioButtonPercent.Name = "radioButtonPercent";
this.radioButtonPercent.Size = new System.Drawing.Size(79, 17);
this.radioButtonPercent.TabIndex = 2;
this.radioButtonPercent.TabStop = true;
this.radioButtonPercent.Text = "Percent (%)";
this.radioButtonPercent.UseVisualStyleBackColor = true;
this.radioButtonPercent.CheckedChanged += new System.EventHandler(this.radioButtonPercent_CheckedChanged);
//
// radioButtonDollars
//
this.radioButtonDollars.AutoSize = true;
this.radioButtonDollars.Location = new System.Drawing.Point(3, 42);
this.radioButtonDollars.Name = "radioButtonDollars";
this.radioButtonDollars.Size = new System.Drawing.Size(72, 17);
this.radioButtonDollars.TabIndex = 1;
this.radioButtonDollars.TabStop = true;
this.radioButtonDollars.Text = "Dollars ($)";
this.radioButtonDollars.UseVisualStyleBackColor = true;
this.radioButtonDollars.CheckedChanged += new System.EventHandler(this.radioButtonDollars_CheckedChanged);
//
// labelExitDollarsPercent
//
this.labelExitDollarsPercent.AutoSize = true;
this.labelExitDollarsPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelExitDollarsPercent.Location = new System.Drawing.Point(3, 15);
this.labelExitDollarsPercent.Margin = new System.Windows.Forms.Padding(3, 15, 3, 0);
this.labelExitDollarsPercent.Name = "labelExitDollarsPercent";
this.labelExitDollarsPercent.Size = new System.Drawing.Size(170, 24);
this.labelExitDollarsPercent.TabIndex = 0;
this.labelExitDollarsPercent.Text = "Exits In Terms Of";
//
// tabPageAdvanced
//
this.tabPageAdvanced.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tabPageAdvanced.Controls.Add(this.tableLayoutPanelAdvanced);
this.tabPageAdvanced.Location = new System.Drawing.Point(4, 22);
this.tabPageAdvanced.Name = "tabPageAdvanced";
this.tabPageAdvanced.Size = new System.Drawing.Size(437, 353);
this.tabPageAdvanced.TabIndex = 3;
this.tabPageAdvanced.Text = "Advanced";
//
// tableLayoutPanelAdvanced
//
this.tableLayoutPanelAdvanced.ColumnCount = 1;
this.tableLayoutPanelAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelAdvanced.Controls.Add(this.tableLayoutPanelAdvancedExits, 0, 0);
this.tableLayoutPanelAdvanced.Controls.Add(this.tableLayoutPanelColumns, 0, 1);
this.tableLayoutPanelAdvanced.Controls.Add(this.tableLayoutPanelTestDays, 0, 2);
this.tableLayoutPanelAdvanced.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelAdvanced.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelAdvanced.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelAdvanced.Name = "tableLayoutPanelAdvanced";
this.tableLayoutPanelAdvanced.RowCount = 3;
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.Size = new System.Drawing.Size(437, 353);
this.tableLayoutPanelAdvanced.TabIndex = 0;
//
// tableLayoutPanelAdvancedExits
//
this.tableLayoutPanelAdvancedExits.AutoSize = true;
this.tableLayoutPanelAdvancedExits.ColumnCount = 1;
this.tableLayoutPanelAdvancedExits.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelAdvancedExits.Controls.Add(this.flowLayoutPanelExitStrategy, 0, 4);
this.tableLayoutPanelAdvancedExits.Controls.Add(this.flowLayoutPanelTrailingStopBars, 0, 3);
this.tableLayoutPanelAdvancedExits.Controls.Add(this.labelAdvancedExits, 0, 0);
this.tableLayoutPanelAdvancedExits.Controls.Add(this.radioButtonNone, 0, 1);
this.tableLayoutPanelAdvancedExits.Controls.Add(this.flowLayoutPanelTrailingStopPercent, 0, 2);
this.tableLayoutPanelAdvancedExits.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelAdvancedExits.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelAdvancedExits.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelAdvancedExits.Name = "tableLayoutPanelAdvancedExits";
this.tableLayoutPanelAdvancedExits.RowCount = 5;
this.tableLayoutPanelAdvancedExits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvancedExits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvancedExits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvancedExits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvancedExits.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelAdvancedExits.Size = new System.Drawing.Size(437, 143);
this.tableLayoutPanelAdvancedExits.TabIndex = 0;
//
// flowLayoutPanelExitStrategy
//
this.flowLayoutPanelExitStrategy.AutoSize = true;
this.flowLayoutPanelExitStrategy.Controls.Add(this.radioButtonExitStrategy);
this.flowLayoutPanelExitStrategy.Controls.Add(this.buttonExitStrategyConfigure);
this.flowLayoutPanelExitStrategy.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelExitStrategy.Location = new System.Drawing.Point(0, 114);
this.flowLayoutPanelExitStrategy.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelExitStrategy.Name = "flowLayoutPanelExitStrategy";
this.flowLayoutPanelExitStrategy.Size = new System.Drawing.Size(437, 29);
this.flowLayoutPanelExitStrategy.TabIndex = 4;
//
// radioButtonExitStrategy
//
this.radioButtonExitStrategy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonExitStrategy.AutoSize = true;
this.radioButtonExitStrategy.Location = new System.Drawing.Point(3, 3);
this.radioButtonExitStrategy.Name = "radioButtonExitStrategy";
this.radioButtonExitStrategy.Size = new System.Drawing.Size(84, 23);
this.radioButtonExitStrategy.TabIndex = 0;
this.radioButtonExitStrategy.TabStop = true;
this.radioButtonExitStrategy.Text = "Exit Strategy";
this.radioButtonExitStrategy.UseVisualStyleBackColor = true;
//
// buttonExitStrategyConfigure
//
this.buttonExitStrategyConfigure.Location = new System.Drawing.Point(93, 3);
this.buttonExitStrategyConfigure.Name = "buttonExitStrategyConfigure";
this.buttonExitStrategyConfigure.Size = new System.Drawing.Size(75, 23);
this.buttonExitStrategyConfigure.TabIndex = 1;
this.buttonExitStrategyConfigure.Text = "Configure";
this.buttonExitStrategyConfigure.UseVisualStyleBackColor = true;
this.buttonExitStrategyConfigure.Click += new System.EventHandler(this.buttonExitStrategyConfigure_Click);
//
// flowLayoutPanelTrailingStopBars
//
this.flowLayoutPanelTrailingStopBars.AutoSize = true;
this.flowLayoutPanelTrailingStopBars.Controls.Add(this.radioButtonTrailingStopBars);
this.flowLayoutPanelTrailingStopBars.Controls.Add(this.textBoxTrailingStopBars);
this.flowLayoutPanelTrailingStopBars.Controls.Add(this.labelTrailingStopBars);
this.flowLayoutPanelTrailingStopBars.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelTrailingStopBars.Location = new System.Drawing.Point(0, 88);
this.flowLayoutPanelTrailingStopBars.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelTrailingStopBars.Name = "flowLayoutPanelTrailingStopBars";
this.flowLayoutPanelTrailingStopBars.Size = new System.Drawing.Size(437, 26);
this.flowLayoutPanelTrailingStopBars.TabIndex = 3;
//
// radioButtonTrailingStopBars
//
this.radioButtonTrailingStopBars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonTrailingStopBars.AutoSize = true;
this.radioButtonTrailingStopBars.Location = new System.Drawing.Point(3, 3);
this.radioButtonTrailingStopBars.Name = "radioButtonTrailingStopBars";
this.radioButtonTrailingStopBars.Size = new System.Drawing.Size(14, 20);
this.radioButtonTrailingStopBars.TabIndex = 0;
this.radioButtonTrailingStopBars.TabStop = true;
this.radioButtonTrailingStopBars.UseVisualStyleBackColor = true;
//
// textBoxTrailingStopBars
//
this.textBoxTrailingStopBars.Location = new System.Drawing.Point(23, 3);
this.textBoxTrailingStopBars.Name = "textBoxTrailingStopBars";
this.textBoxTrailingStopBars.Size = new System.Drawing.Size(52, 20);
this.textBoxTrailingStopBars.TabIndex = 1;
//
// labelTrailingStopBars
//
this.labelTrailingStopBars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTrailingStopBars.AutoSize = true;
this.labelTrailingStopBars.Location = new System.Drawing.Point(81, 0);
this.labelTrailingStopBars.Name = "labelTrailingStopBars";
this.labelTrailingStopBars.Size = new System.Drawing.Size(90, 26);
this.labelTrailingStopBars.TabIndex = 2;
this.labelTrailingStopBars.Text = "Bars Trailing Stop";
this.labelTrailingStopBars.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelAdvancedExits
//
this.labelAdvancedExits.AutoSize = true;
this.labelAdvancedExits.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAdvancedExits.Location = new System.Drawing.Point(3, 15);
this.labelAdvancedExits.Margin = new System.Windows.Forms.Padding(3, 15, 3, 0);
this.labelAdvancedExits.Name = "labelAdvancedExits";
this.labelAdvancedExits.Size = new System.Drawing.Size(250, 24);
this.labelAdvancedExits.TabIndex = 0;
this.labelAdvancedExits.Text = "Advanced Exit Conditions";
//
// radioButtonNone
//
this.radioButtonNone.AutoSize = true;
this.radioButtonNone.Location = new System.Drawing.Point(3, 42);
this.radioButtonNone.Name = "radioButtonNone";
this.radioButtonNone.Size = new System.Drawing.Size(51, 17);
this.radioButtonNone.TabIndex = 1;
this.radioButtonNone.TabStop = true;
this.radioButtonNone.Text = "None";
this.radioButtonNone.UseVisualStyleBackColor = true;
//
// flowLayoutPanelTrailingStopPercent
//
this.flowLayoutPanelTrailingStopPercent.AutoSize = true;
this.flowLayoutPanelTrailingStopPercent.Controls.Add(this.radioButtonTrailingStopPercent);
this.flowLayoutPanelTrailingStopPercent.Controls.Add(this.textBoxTrailingStopPercent);
this.flowLayoutPanelTrailingStopPercent.Controls.Add(this.labelTrailingStopPercent);
this.flowLayoutPanelTrailingStopPercent.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelTrailingStopPercent.Location = new System.Drawing.Point(0, 62);
this.flowLayoutPanelTrailingStopPercent.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelTrailingStopPercent.Name = "flowLayoutPanelTrailingStopPercent";
this.flowLayoutPanelTrailingStopPercent.Size = new System.Drawing.Size(437, 26);
this.flowLayoutPanelTrailingStopPercent.TabIndex = 2;
//
// radioButtonTrailingStopPercent
//
this.radioButtonTrailingStopPercent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonTrailingStopPercent.AutoSize = true;
this.radioButtonTrailingStopPercent.Location = new System.Drawing.Point(3, 3);
this.radioButtonTrailingStopPercent.Name = "radioButtonTrailingStopPercent";
this.radioButtonTrailingStopPercent.Size = new System.Drawing.Size(14, 20);
this.radioButtonTrailingStopPercent.TabIndex = 0;
this.radioButtonTrailingStopPercent.TabStop = true;
this.radioButtonTrailingStopPercent.UseVisualStyleBackColor = true;
//
// textBoxTrailingStopPercent
//
this.textBoxTrailingStopPercent.Location = new System.Drawing.Point(23, 3);
this.textBoxTrailingStopPercent.Name = "textBoxTrailingStopPercent";
this.textBoxTrailingStopPercent.Size = new System.Drawing.Size(52, 20);
this.textBoxTrailingStopPercent.TabIndex = 1;
//
// labelTrailingStopPercent
//
this.labelTrailingStopPercent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTrailingStopPercent.AutoSize = true;
this.labelTrailingStopPercent.Location = new System.Drawing.Point(81, 0);
this.labelTrailingStopPercent.Name = "labelTrailingStopPercent";
this.labelTrailingStopPercent.Size = new System.Drawing.Size(77, 26);
this.labelTrailingStopPercent.TabIndex = 2;
this.labelTrailingStopPercent.Text = "% Trailing Stop";
this.labelTrailingStopPercent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tableLayoutPanelColumns
//
this.tableLayoutPanelColumns.AutoSize = true;
this.tableLayoutPanelColumns.ColumnCount = 1;
this.tableLayoutPanelColumns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelColumns.Controls.Add(this.labelColumnsInResults, 0, 0);
this.tableLayoutPanelColumns.Controls.Add(this.radioButtonColumnsFromStrategy, 0, 1);
this.tableLayoutPanelColumns.Controls.Add(this.flowLayoutPanelColumnsFavorites, 0, 2);
this.tableLayoutPanelColumns.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelColumns.Location = new System.Drawing.Point(0, 143);
this.tableLayoutPanelColumns.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelColumns.Name = "tableLayoutPanelColumns";
this.tableLayoutPanelColumns.RowCount = 3;
this.tableLayoutPanelColumns.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelColumns.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelColumns.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelColumns.Size = new System.Drawing.Size(437, 85);
this.tableLayoutPanelColumns.TabIndex = 1;
//
// labelColumnsInResults
//
this.labelColumnsInResults.AutoSize = true;
this.labelColumnsInResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelColumnsInResults.Location = new System.Drawing.Point(3, 15);
this.labelColumnsInResults.Margin = new System.Windows.Forms.Padding(3, 15, 3, 0);
this.labelColumnsInResults.Name = "labelColumnsInResults";
this.labelColumnsInResults.Size = new System.Drawing.Size(189, 24);
this.labelColumnsInResults.TabIndex = 1;
this.labelColumnsInResults.Text = "Columns In Results";
//
// radioButtonColumnsFromStrategy
//
this.radioButtonColumnsFromStrategy.AutoSize = true;
this.radioButtonColumnsFromStrategy.Location = new System.Drawing.Point(3, 42);
this.radioButtonColumnsFromStrategy.Name = "radioButtonColumnsFromStrategy";
this.radioButtonColumnsFromStrategy.Size = new System.Drawing.Size(155, 17);
this.radioButtonColumnsFromStrategy.TabIndex = 2;
this.radioButtonColumnsFromStrategy.TabStop = true;
this.radioButtonColumnsFromStrategy.Text = "Use Columns From Strategy";
this.radioButtonColumnsFromStrategy.UseVisualStyleBackColor = true;
this.radioButtonColumnsFromStrategy.CheckedChanged += new System.EventHandler(this.radioButtonColumnsFromStrategy_CheckedChanged);
//
// flowLayoutPanelColumnsFavorites
//
this.flowLayoutPanelColumnsFavorites.AutoSize = true;
this.flowLayoutPanelColumnsFavorites.Controls.Add(this.radioButtonUseAllColumns);
this.flowLayoutPanelColumnsFavorites.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelColumnsFavorites.Location = new System.Drawing.Point(0, 62);
this.flowLayoutPanelColumnsFavorites.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelColumnsFavorites.Name = "flowLayoutPanelColumnsFavorites";
this.flowLayoutPanelColumnsFavorites.Size = new System.Drawing.Size(437, 23);
this.flowLayoutPanelColumnsFavorites.TabIndex = 3;
//
// radioButtonUseAllColumns
//
this.radioButtonUseAllColumns.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonUseAllColumns.AutoSize = true;
this.radioButtonUseAllColumns.Location = new System.Drawing.Point(3, 3);
this.radioButtonUseAllColumns.Name = "radioButtonUseAllColumns";
this.radioButtonUseAllColumns.Size = new System.Drawing.Size(147, 17);
this.radioButtonUseAllColumns.TabIndex = 0;
this.radioButtonUseAllColumns.TabStop = true;
this.radioButtonUseAllColumns.Text = "Use All Available Columns";
this.radioButtonUseAllColumns.UseVisualStyleBackColor = true;
this.radioButtonUseAllColumns.CheckedChanged += new System.EventHandler(this.radioButtonColumnsFavorites_CheckedChanged);
//
// tableLayoutPanelTestDays
//
this.tableLayoutPanelTestDays.AutoSize = true;
this.tableLayoutPanelTestDays.ColumnCount = 3;
this.tableLayoutPanelTestDays.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelTestDays.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelTestDays.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelTestDays.Controls.Add(this.labelTestDaysMax, 2, 2);
this.tableLayoutPanelTestDays.Controls.Add(this.labelTestDays, 0, 0);
this.tableLayoutPanelTestDays.Controls.Add(this.trackBarTestDays, 0, 1);
this.tableLayoutPanelTestDays.Controls.Add(this.labelTestDaysMin, 0, 2);
this.tableLayoutPanelTestDays.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelTestDays.Location = new System.Drawing.Point(0, 228);
this.tableLayoutPanelTestDays.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelTestDays.Name = "tableLayoutPanelTestDays";
this.tableLayoutPanelTestDays.RowCount = 3;
this.tableLayoutPanelTestDays.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelTestDays.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelTestDays.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelTestDays.Size = new System.Drawing.Size(437, 125);
this.tableLayoutPanelTestDays.TabIndex = 2;
//
// labelTestDaysMax
//
this.labelTestDaysMax.AutoSize = true;
this.labelTestDaysMax.Location = new System.Drawing.Point(390, 69);
this.labelTestDaysMax.Name = "labelTestDaysMax";
this.labelTestDaysMax.Size = new System.Drawing.Size(44, 13);
this.labelTestDaysMax.TabIndex = 5;
this.labelTestDaysMax.Text = "30 days";
//
// labelTestDays
//
this.labelTestDays.AutoSize = true;
this.tableLayoutPanelTestDays.SetColumnSpan(this.labelTestDays, 3);
this.labelTestDays.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTestDays.Location = new System.Drawing.Point(3, 15);
this.labelTestDays.Margin = new System.Windows.Forms.Padding(3, 15, 3, 0);
this.labelTestDays.Name = "labelTestDays";
this.labelTestDays.Size = new System.Drawing.Size(101, 24);
this.labelTestDays.TabIndex = 2;
this.labelTestDays.Text = "Test Days";
//
// trackBarTestDays
//
this.trackBarTestDays.BackColor = System.Drawing.Color.White;
this.tableLayoutPanelTestDays.SetColumnSpan(this.trackBarTestDays, 3);
this.trackBarTestDays.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBarTestDays.Location = new System.Drawing.Point(3, 42);
this.trackBarTestDays.Minimum = 1;
this.trackBarTestDays.Name = "trackBarTestDays";
this.trackBarTestDays.Size = new System.Drawing.Size(431, 24);
this.trackBarTestDays.TabIndex = 3;
this.trackBarTestDays.Value = 1;
//
// labelTestDaysMin
//
this.labelTestDaysMin.AutoSize = true;
this.labelTestDaysMin.Location = new System.Drawing.Point(3, 69);
this.labelTestDaysMin.Name = "labelTestDaysMin";
this.labelTestDaysMin.Size = new System.Drawing.Size(33, 13);
this.labelTestDaysMin.TabIndex = 4;
this.labelTestDaysMin.Text = "1 day";
//
// tabPageSummary
//
this.tabPageSummary.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tabPageSummary.Controls.Add(this.tableLayoutPanelSummary);
this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
this.tabPageSummary.Name = "tabPageSummary";
this.tabPageSummary.Size = new System.Drawing.Size(437, 353);
this.tabPageSummary.TabIndex = 4;
this.tabPageSummary.Text = "Summary";
//
// tableLayoutPanelSummary
//
this.tableLayoutPanelSummary.AutoSize = true;
this.tableLayoutPanelSummary.ColumnCount = 2;
this.tableLayoutPanelSummary.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelSummary.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelSummary.Controls.Add(this.labelSummaryTestDays, 0, 6);
this.tableLayoutPanelSummary.Controls.Add(this.labelAdvancedExitValue, 1, 5);
this.tableLayoutPanelSummary.Controls.Add(this.labelAdvancedExit, 0, 5);
this.tableLayoutPanelSummary.Controls.Add(this.labelProfitTargetExitValue, 1, 4);
this.tableLayoutPanelSummary.Controls.Add(this.labelProfitTargetExit, 0, 4);
this.tableLayoutPanelSummary.Controls.Add(this.labelStopLossExitValue, 1, 3);
this.tableLayoutPanelSummary.Controls.Add(this.labelStopLossExit, 0, 3);
this.tableLayoutPanelSummary.Controls.Add(this.labelTimedExitValue, 1, 2);
this.tableLayoutPanelSummary.Controls.Add(this.labelTimedExit, 0, 2);
this.tableLayoutPanelSummary.Controls.Add(this.labelInitiateTrades, 0, 1);
this.tableLayoutPanelSummary.Controls.Add(this.labelInitiateTradesValue, 1, 1);
this.tableLayoutPanelSummary.Controls.Add(this.labelSummary, 0, 0);
this.tableLayoutPanelSummary.Controls.Add(this.labelTestDaysValue, 1, 6);
this.tableLayoutPanelSummary.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelSummary.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelSummary.Name = "tableLayoutPanelSummary";
this.tableLayoutPanelSummary.RowCount = 8;
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSummary.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelSummary.Size = new System.Drawing.Size(437, 353);
this.tableLayoutPanelSummary.TabIndex = 0;
//
// labelSummaryTestDays
//
this.labelSummaryTestDays.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelSummaryTestDays.AutoSize = true;
this.labelSummaryTestDays.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSummaryTestDays.Location = new System.Drawing.Point(3, 179);
this.labelSummaryTestDays.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelSummaryTestDays.Name = "labelSummaryTestDays";
this.labelSummaryTestDays.Size = new System.Drawing.Size(64, 13);
this.labelSummaryTestDays.TabIndex = 11;
this.labelSummaryTestDays.Text = "Test Days";
this.labelSummaryTestDays.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelAdvancedExitValue
//
this.labelAdvancedExitValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelAdvancedExitValue.AutoSize = true;
this.labelAdvancedExitValue.Location = new System.Drawing.Point(151, 151);
this.labelAdvancedExitValue.Name = "labelAdvancedExitValue";
this.labelAdvancedExitValue.Size = new System.Drawing.Size(33, 23);
this.labelAdvancedExitValue.TabIndex = 9;
this.labelAdvancedExitValue.Text = "None";
this.labelAdvancedExitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelAdvancedExit
//
this.labelAdvancedExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelAdvancedExit.AutoSize = true;
this.labelAdvancedExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAdvancedExit.Location = new System.Drawing.Point(3, 156);
this.labelAdvancedExit.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelAdvancedExit.Name = "labelAdvancedExit";
this.labelAdvancedExit.Size = new System.Drawing.Size(89, 13);
this.labelAdvancedExit.TabIndex = 8;
this.labelAdvancedExit.Text = "Advanced Exit";
this.labelAdvancedExit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelProfitTargetExitValue
//
this.labelProfitTargetExitValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelProfitTargetExitValue.AutoSize = true;
this.labelProfitTargetExitValue.Location = new System.Drawing.Point(151, 128);
this.labelProfitTargetExitValue.Name = "labelProfitTargetExitValue";
this.labelProfitTargetExitValue.Size = new System.Drawing.Size(33, 23);
this.labelProfitTargetExitValue.TabIndex = 7;
this.labelProfitTargetExitValue.Text = "None";
this.labelProfitTargetExitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelProfitTargetExit
//
this.labelProfitTargetExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelProfitTargetExit.AutoSize = true;
this.labelProfitTargetExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelProfitTargetExit.Location = new System.Drawing.Point(3, 133);
this.labelProfitTargetExit.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelProfitTargetExit.Name = "labelProfitTargetExit";
this.labelProfitTargetExit.Size = new System.Drawing.Size(103, 13);
this.labelProfitTargetExit.TabIndex = 6;
this.labelProfitTargetExit.Text = "Profit Target Exit";
this.labelProfitTargetExit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelStopLossExitValue
//
this.labelStopLossExitValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelStopLossExitValue.AutoSize = true;
this.labelStopLossExitValue.Location = new System.Drawing.Point(151, 105);
this.labelStopLossExitValue.Name = "labelStopLossExitValue";
this.labelStopLossExitValue.Size = new System.Drawing.Size(33, 23);
this.labelStopLossExitValue.TabIndex = 5;
this.labelStopLossExitValue.Text = "None";
this.labelStopLossExitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelStopLossExit
//
this.labelStopLossExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelStopLossExit.AutoSize = true;
this.labelStopLossExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelStopLossExit.Location = new System.Drawing.Point(3, 110);
this.labelStopLossExit.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelStopLossExit.Name = "labelStopLossExit";
this.labelStopLossExit.Size = new System.Drawing.Size(88, 13);
this.labelStopLossExit.TabIndex = 4;
this.labelStopLossExit.Text = "Stop Loss Exit";
this.labelStopLossExit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelTimedExitValue
//
this.labelTimedExitValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTimedExitValue.AutoSize = true;
this.labelTimedExitValue.Location = new System.Drawing.Point(151, 82);
this.labelTimedExitValue.Name = "labelTimedExitValue";
this.labelTimedExitValue.Size = new System.Drawing.Size(108, 23);
this.labelTimedExitValue.TabIndex = 3;
this.labelTimedExitValue.Text = "30 minutes after entry";
this.labelTimedExitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelTimedExit
//
this.labelTimedExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTimedExit.AutoSize = true;
this.labelTimedExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimedExit.Location = new System.Drawing.Point(3, 87);
this.labelTimedExit.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelTimedExit.Name = "labelTimedExit";
this.labelTimedExit.Size = new System.Drawing.Size(66, 13);
this.labelTimedExit.TabIndex = 2;
this.labelTimedExit.Text = "Timed Exit";
this.labelTimedExit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelInitiateTrades
//
this.labelInitiateTrades.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelInitiateTrades.AutoSize = true;
this.labelInitiateTrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelInitiateTrades.Location = new System.Drawing.Point(3, 64);
this.labelInitiateTrades.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelInitiateTrades.Name = "labelInitiateTrades";
this.labelInitiateTrades.Size = new System.Drawing.Size(142, 13);
this.labelInitiateTrades.TabIndex = 0;
this.labelInitiateTrades.Text = "Initiate Trades Between";
this.labelInitiateTrades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelInitiateTradesValue
//
this.labelInitiateTradesValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelInitiateTradesValue.AutoSize = true;
this.labelInitiateTradesValue.Location = new System.Drawing.Point(151, 59);
this.labelInitiateTradesValue.Name = "labelInitiateTradesValue";
this.labelInitiateTradesValue.Size = new System.Drawing.Size(102, 23);
this.labelInitiateTradesValue.TabIndex = 1;
this.labelInitiateTradesValue.Text = "10:00 AM - 4:00 PM";
this.labelInitiateTradesValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelSummary
//
this.labelSummary.AutoSize = true;
this.labelSummary.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSummary.Location = new System.Drawing.Point(3, 15);
this.labelSummary.Margin = new System.Windows.Forms.Padding(3, 15, 3, 20);
this.labelSummary.Name = "labelSummary";
this.labelSummary.Size = new System.Drawing.Size(97, 24);
this.labelSummary.TabIndex = 10;
this.labelSummary.Text = "Summary";
//
// labelTestDaysValue
//
this.labelTestDaysValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelTestDaysValue.AutoSize = true;
this.labelTestDaysValue.Location = new System.Drawing.Point(151, 174);
this.labelTestDaysValue.Name = "labelTestDaysValue";
this.labelTestDaysValue.Size = new System.Drawing.Size(44, 23);
this.labelTestDaysValue.TabIndex = 12;
this.labelTestDaysValue.Text = "30 days";
this.labelTestDaysValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// OddsMakerConfigWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(451, 420);
this.Controls.Add(this.tableLayoutPanelMain);
this.Name = "OddsMakerConfigWindow";
this.Text = "Configure OddsMaker";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OddsMakerConfigWindow_FormClosing);
this.tableLayoutPanelMain.ResumeLayout(false);
this.tableLayoutPanelMain.PerformLayout();
this.tableLayoutPanelButtons.ResumeLayout(false);
this.tableLayoutPanelButtons.PerformLayout();
this.flowLayoutPanelPrevNextButtons.ResumeLayout(false);
this.flowLayoutPanelBacktestButtons.ResumeLayout(false);
this.tabControlMain.ResumeLayout(false);
this.tabPageEntry.ResumeLayout(false);
this.tableLayoutPanelEntry.ResumeLayout(false);
this.tableLayoutPanelEntry.PerformLayout();
this.panelStartTime.ResumeLayout(false);
this.tableLayoutPanelStartTime.ResumeLayout(false);
this.tableLayoutPanelStartTime.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).EndInit();
this.panelEndTime.ResumeLayout(false);
this.tableLayoutPanelEndTime.ResumeLayout(false);
this.tableLayoutPanelEndTime.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).EndInit();
this.tabPageTimedExit.ResumeLayout(false);
this.tableLayoutPanelTimedExits.ResumeLayout(false);
this.tableLayoutPanelTimedExits.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).EndInit();
this.tableLayoutPanelMinutesAfterEntry.ResumeLayout(false);
this.tableLayoutPanelMinutesAfterEntry.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).EndInit();
this.tabPageRiskMgmt.ResumeLayout(false);
this.tableLayoutPanelRiskMgmt.ResumeLayout(false);
this.tableLayoutPanelRiskMgmt.PerformLayout();
this.panel1.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.panelProfitTarget.ResumeLayout(false);
this.tableLayoutPanelProfitTarget.ResumeLayout(false);
this.tableLayoutPanelProfitTarget.PerformLayout();
this.flowLayoutPanelTargetFilter.ResumeLayout(false);
this.flowLayoutPanelTargetFilter.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.tableLayoutPanelDollarsPercent.ResumeLayout(false);
this.tableLayoutPanelDollarsPercent.PerformLayout();
this.tabPageAdvanced.ResumeLayout(false);
this.tableLayoutPanelAdvanced.ResumeLayout(false);
this.tableLayoutPanelAdvanced.PerformLayout();
this.tableLayoutPanelAdvancedExits.ResumeLayout(false);
this.tableLayoutPanelAdvancedExits.PerformLayout();
this.flowLayoutPanelExitStrategy.ResumeLayout(false);
this.flowLayoutPanelExitStrategy.PerformLayout();
this.flowLayoutPanelTrailingStopBars.ResumeLayout(false);
this.flowLayoutPanelTrailingStopBars.PerformLayout();
this.flowLayoutPanelTrailingStopPercent.ResumeLayout(false);
this.flowLayoutPanelTrailingStopPercent.PerformLayout();
this.tableLayoutPanelColumns.ResumeLayout(false);
this.tableLayoutPanelColumns.PerformLayout();
this.flowLayoutPanelColumnsFavorites.ResumeLayout(false);
this.flowLayoutPanelColumnsFavorites.PerformLayout();
this.tableLayoutPanelTestDays.ResumeLayout(false);
this.tableLayoutPanelTestDays.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarTestDays)).EndInit();
this.tabPageSummary.ResumeLayout(false);
this.tabPageSummary.PerformLayout();
this.tableLayoutPanelSummary.ResumeLayout(false);
this.tableLayoutPanelSummary.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelButtons;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelPrevNextButtons;
private System.Windows.Forms.Button buttonPrevious;
private System.Windows.Forms.Button buttonNext;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelBacktestButtons;
private System.Windows.Forms.Button buttonBuy;
private System.Windows.Forms.Button buttonSell;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.TabControl tabControlMain;
private System.Windows.Forms.TabPage tabPageEntry;
private System.Windows.Forms.TabPage tabPageTimedExit;
private System.Windows.Forms.TabPage tabPageRiskMgmt;
private System.Windows.Forms.TabPage tabPageAdvanced;
private System.Windows.Forms.TabPage tabPageSummary;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelEntry;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panelStartTime;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStartTime;
private System.Windows.Forms.Panel panelEndTime;
private System.Windows.Forms.Label labelStartTimeMax;
private System.Windows.Forms.Label labelStartTimeValue;
private System.Windows.Forms.Label labelStartTimeMin;
private System.Windows.Forms.TrackBar trackBarStartTime;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelEndTime;
private System.Windows.Forms.Label labelEndTimeMax;
private System.Windows.Forms.Label labelEndTimeValue;
private System.Windows.Forms.Label labelEndTimeMin;
private System.Windows.Forms.TrackBar trackBarEndTime;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTimedExits;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.RadioButton rdoExitTimeFutureOpen;
private System.Windows.Forms.RadioButton rdoExitTimeFutureClose;
private System.Windows.Forms.TrackBar trackBarDailyExitDays;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.RadioButton radioButtonTimeOfDay;
private System.Windows.Forms.TrackBar trackBarTimeStop;
private System.Windows.Forms.Label labelTimeStopMin;
private System.Windows.Forms.Label labelTimeStopMax;
private System.Windows.Forms.Label labelTimedExitsHeading;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMinutesAfterEntry;
private System.Windows.Forms.RadioButton radioButtonMinutesAfterEntry;
private System.Windows.Forms.TrackBar trackBarTimeAfterEntry;
private System.Windows.Forms.Label labelMinutesAfterEntryMin;
private System.Windows.Forms.Label labelTimeAfterEntryMax;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRiskMgmt;
private System.Windows.Forms.Label labelExitDollarsPercent;
private System.Windows.Forms.RadioButton radioButtonDollars;
private System.Windows.Forms.RadioButton radioButtonPercent;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.RadioButton radioButtonStopLossFilter;
private System.Windows.Forms.ComboBox comboBoxStopFilter;
private System.Windows.Forms.CheckBox checkBoxStopLoss;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.RadioButton radioButtonStopLossConstant;
private System.Windows.Forms.TextBox textBoxStopLoss;
private System.Windows.Forms.Label labelStopLossConstantLabel;
private System.Windows.Forms.Panel panelProfitTarget;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelProfitTarget;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelTargetFilter;
private System.Windows.Forms.RadioButton radioButtonTargetFilter;
private System.Windows.Forms.ComboBox comboBoxTargetFilter;
private System.Windows.Forms.CheckBox checkBoxProfitTarget;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.RadioButton radioButtonTargetConstant;
private System.Windows.Forms.TextBox textBoxTarget;
private System.Windows.Forms.Label labelTargetConstantLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDollarsPercent;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelAdvanced;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelAdvancedExits;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelExitStrategy;
private System.Windows.Forms.RadioButton radioButtonExitStrategy;
private System.Windows.Forms.Button buttonExitStrategyConfigure;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelTrailingStopBars;
private System.Windows.Forms.RadioButton radioButtonTrailingStopBars;
private System.Windows.Forms.TextBox textBoxTrailingStopBars;
private System.Windows.Forms.Label labelTrailingStopBars;
private System.Windows.Forms.Label labelAdvancedExits;
private System.Windows.Forms.RadioButton radioButtonNone;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelTrailingStopPercent;
private System.Windows.Forms.RadioButton radioButtonTrailingStopPercent;
private System.Windows.Forms.TextBox textBoxTrailingStopPercent;
private System.Windows.Forms.Label labelTrailingStopPercent;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelColumns;
private System.Windows.Forms.Label labelColumnsInResults;
private System.Windows.Forms.RadioButton radioButtonColumnsFromStrategy;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelColumnsFavorites;
private System.Windows.Forms.RadioButton radioButtonUseAllColumns;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSummary;
private System.Windows.Forms.Label labelAdvancedExitValue;
private System.Windows.Forms.Label labelAdvancedExit;
private System.Windows.Forms.Label labelProfitTargetExitValue;
private System.Windows.Forms.Label labelProfitTargetExit;
private System.Windows.Forms.Label labelStopLossExitValue;
private System.Windows.Forms.Label labelStopLossExit;
private System.Windows.Forms.Label labelTimedExitValue;
private System.Windows.Forms.Label labelTimedExit;
private System.Windows.Forms.Label labelInitiateTrades;
private System.Windows.Forms.Label labelInitiateTradesValue;
private System.Windows.Forms.Label labelSummary;
private System.Windows.Forms.CheckBox checkBoxWiggle;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTestDays;
private System.Windows.Forms.Label labelTestDaysMax;
private System.Windows.Forms.Label labelTestDays;
private System.Windows.Forms.TrackBar trackBarTestDays;
private System.Windows.Forms.Label labelTestDaysMin;
private System.Windows.Forms.Label labelSummaryTestDays;
private System.Windows.Forms.Label labelTestDaysValue;
}
}