namespace TradeIdeas.TIProGUI
{
partial class OddsMakerConfiguration
{
///
/// 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.lblStartTime = new System.Windows.Forms.Label();
this.lblEndtime = new System.Windows.Forms.Label();
this.rdoExitTimeFutureClose = new System.Windows.Forms.RadioButton();
this.rdoExitTimeAtTheOpen = new System.Windows.Forms.RadioButton();
this.rdoExitTAtTheClose = new System.Windows.Forms.RadioButton();
this.rdoExitTimeMinutesAfter = new System.Windows.Forms.RadioButton();
this.btnExitCondConfigure = new System.Windows.Forms.Button();
this.rdoExitCondAnotherAlert = new System.Windows.Forms.RadioButton();
this.txtExitCondBars = new System.Windows.Forms.TextBox();
this.txtExitCondPercent = new System.Windows.Forms.TextBox();
this.rdoExitCondBars = new System.Windows.Forms.RadioButton();
this.rdoExitCondPercent = new System.Windows.Forms.RadioButton();
this.rdoExitCondNone = new System.Windows.Forms.RadioButton();
this.labelAdvancedExitsHeading = new System.Windows.Forms.Label();
this.cboLocation = new System.Windows.Forms.ComboBox();
this.btnSimulateBuy = new System.Windows.Forms.Button();
this.btnSimulateSell = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.btnRestoreDefaults = new System.Windows.Forms.Button();
this.lblRecentDate = new System.Windows.Forms.Label();
this.lblLookBackDate = new System.Windows.Forms.Label();
this.trackBarStartTime = new System.Windows.Forms.TrackBar();
this.trackBarEndTime = new System.Windows.Forms.TrackBar();
this.labelStartTimeMax = new System.Windows.Forms.Label();
this.labelEndTimeMax = new System.Windows.Forms.Label();
this.labelStartTimeMin = new System.Windows.Forms.Label();
this.labelEndTimeMin = new System.Windows.Forms.Label();
this.labelStartTimeValue = new System.Windows.Forms.Label();
this.labelEndTimeValue = new System.Windows.Forms.Label();
this.trackBarTimeStop = new System.Windows.Forms.TrackBar();
this.labelTimeStopValue = new System.Windows.Forms.Label();
this.labelTestDaysValue = new System.Windows.Forms.Label();
this.labelTestDaysMin = new System.Windows.Forms.Label();
this.labelTestDaysMax = new System.Windows.Forms.Label();
this.trackBarTestDays = new System.Windows.Forms.TrackBar();
this.labelIntraday = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.labelDaysLater = new System.Windows.Forms.Label();
this.labelDailyExitDaysValue = new System.Windows.Forms.Label();
this.labelDaysLaterMin = new System.Windows.Forms.Label();
this.labelDaysLaterMax = new System.Windows.Forms.Label();
this.trackBarDailyExitDays = new System.Windows.Forms.TrackBar();
this.trackBarTimeAfterEntry = new System.Windows.Forms.TrackBar();
this.labelTimeAfterEntryMax = new System.Windows.Forms.Label();
this.labelTimeAfterEntryMin = new System.Windows.Forms.Label();
this.labelTimeAfterEntryValue = new System.Windows.Forms.Label();
this.panelEntrySection = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.labelInitiateTradesHeading = new System.Windows.Forms.Label();
this.panelExitConfig = new System.Windows.Forms.Panel();
this.panelAdvanced = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.radioColumnsFavorites = new System.Windows.Forms.RadioButton();
this.buttonViewFavoriteColumns = new System.Windows.Forms.Button();
this.radioColumnsStrategy = new System.Windows.Forms.RadioButton();
this.labelColumns = new System.Windows.Forms.Label();
this.groupBoxTestDays = new System.Windows.Forms.GroupBox();
this.labelLocationHeading = new System.Windows.Forms.Label();
this.panelRiskManagement = new System.Windows.Forms.Panel();
this.labelRiskManagementHeading = new System.Windows.Forms.Label();
this.buttonShowAdvanced = new System.Windows.Forms.Button();
this.profitTargetGroupBox = new System.Windows.Forms.GroupBox();
this.comboBoxTargetFilter = new System.Windows.Forms.ComboBox();
this.lblProfitTargetPercent = new System.Windows.Forms.Label();
this.lblProfitTargetDollar = new System.Windows.Forms.Label();
this.txtProfitTarget = new System.Windows.Forms.TextBox();
this.chkProfitTarget = new System.Windows.Forms.CheckBox();
this.rdoByAtLeastDollar = new System.Windows.Forms.RadioButton();
this.rdoByAtLeastPerCent = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chkWiggle = new System.Windows.Forms.CheckBox();
this.comboBoxStopFilter = new System.Windows.Forms.ComboBox();
this.chkStopLoss = new System.Windows.Forms.CheckBox();
this.lblStopLossDollar = new System.Windows.Forms.Label();
this.txtStopLoss = new System.Windows.Forms.TextBox();
this.lblStopLossPercent = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.labelTimeExitHeading = new System.Windows.Forms.Label();
this.labelTimeStopMax = new System.Windows.Forms.Label();
this.labelTimeStopMin = new System.Windows.Forms.Label();
this.labelExitOrders = new System.Windows.Forms.Label();
this.panelButtons = new System.Windows.Forms.Panel();
this.buttonShowHelp = new System.Windows.Forms.Button();
this.panelEntire = new System.Windows.Forms.Panel();
this.checkBoxUseTargetFilter = new System.Windows.Forms.CheckBox();
this.checkBoxUseStopFilter = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTestDays)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).BeginInit();
this.panelEntrySection.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panelExitConfig.SuspendLayout();
this.panelAdvanced.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBoxTestDays.SuspendLayout();
this.panelRiskManagement.SuspendLayout();
this.profitTargetGroupBox.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
this.panelButtons.SuspendLayout();
this.panelEntire.SuspendLayout();
this.SuspendLayout();
//
// lblStartTime
//
this.lblStartTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblStartTime.AutoSize = true;
this.lblStartTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStartTime.Location = new System.Drawing.Point(33, 0);
this.lblStartTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblStartTime.Name = "lblStartTime";
this.lblStartTime.Size = new System.Drawing.Size(63, 16);
this.lblStartTime.TabIndex = 7;
this.lblStartTime.Text = "Start time";
//
// lblEndtime
//
this.lblEndtime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblEndtime.AutoSize = true;
this.lblEndtime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.lblEndtime.Location = new System.Drawing.Point(31, 40);
this.lblEndtime.Name = "lblEndtime";
this.lblEndtime.Size = new System.Drawing.Size(66, 16);
this.lblEndtime.TabIndex = 8;
this.lblEndtime.Text = "End Time";
//
// rdoExitTimeFutureClose
//
this.rdoExitTimeFutureClose.AutoSize = true;
this.rdoExitTimeFutureClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTimeFutureClose.Location = new System.Drawing.Point(21, 177);
this.rdoExitTimeFutureClose.Name = "rdoExitTimeFutureClose";
this.rdoExitTimeFutureClose.Size = new System.Drawing.Size(120, 20);
this.rdoExitTimeFutureClose.TabIndex = 6;
this.rdoExitTimeFutureClose.Text = "At Market Close";
this.rdoExitTimeFutureClose.UseVisualStyleBackColor = true;
this.rdoExitTimeFutureClose.CheckedChanged += new System.EventHandler(this.rdoExitTimeFutureClose_CheckedChanged);
//
// rdoExitTimeAtTheOpen
//
this.rdoExitTimeAtTheOpen.AutoSize = true;
this.rdoExitTimeAtTheOpen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTimeAtTheOpen.Location = new System.Drawing.Point(21, 149);
this.rdoExitTimeAtTheOpen.Name = "rdoExitTimeAtTheOpen";
this.rdoExitTimeAtTheOpen.Size = new System.Drawing.Size(118, 20);
this.rdoExitTimeAtTheOpen.TabIndex = 4;
this.rdoExitTimeAtTheOpen.Text = "At Market Open";
this.rdoExitTimeAtTheOpen.UseVisualStyleBackColor = true;
this.rdoExitTimeAtTheOpen.CheckedChanged += new System.EventHandler(this.rdoExitTimeAtTheOpen_CheckedChanged);
//
// rdoExitTAtTheClose
//
this.rdoExitTAtTheClose.AutoSize = true;
this.rdoExitTAtTheClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTAtTheClose.Location = new System.Drawing.Point(21, 93);
this.rdoExitTAtTheClose.Name = "rdoExitTAtTheClose";
this.rdoExitTAtTheClose.Size = new System.Drawing.Size(75, 20);
this.rdoExitTAtTheClose.TabIndex = 2;
this.rdoExitTAtTheClose.Text = "At Time:";
this.rdoExitTAtTheClose.UseVisualStyleBackColor = true;
this.rdoExitTAtTheClose.CheckedChanged += new System.EventHandler(this.rdoExitTAtTheClose_CheckedChanged);
//
// rdoExitTimeMinutesAfter
//
this.rdoExitTimeMinutesAfter.AutoSize = true;
this.rdoExitTimeMinutesAfter.Checked = true;
this.rdoExitTimeMinutesAfter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitTimeMinutesAfter.Location = new System.Drawing.Point(21, 55);
this.rdoExitTimeMinutesAfter.Name = "rdoExitTimeMinutesAfter";
this.rdoExitTimeMinutesAfter.Size = new System.Drawing.Size(133, 20);
this.rdoExitTimeMinutesAfter.TabIndex = 0;
this.rdoExitTimeMinutesAfter.TabStop = true;
this.rdoExitTimeMinutesAfter.Text = "Minutes after entry";
this.rdoExitTimeMinutesAfter.UseVisualStyleBackColor = true;
this.rdoExitTimeMinutesAfter.CheckedChanged += new System.EventHandler(this.rdoExitTimeMinutesAfter_CheckedChanged);
//
// btnExitCondConfigure
//
this.btnExitCondConfigure.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExitCondConfigure.Location = new System.Drawing.Point(119, 104);
this.btnExitCondConfigure.Name = "btnExitCondConfigure";
this.btnExitCondConfigure.Size = new System.Drawing.Size(92, 25);
this.btnExitCondConfigure.TabIndex = 11;
this.btnExitCondConfigure.Text = "Configure";
this.btnExitCondConfigure.UseVisualStyleBackColor = true;
this.btnExitCondConfigure.Click += new System.EventHandler(this.btnExitCondConfigure_Click);
//
// rdoExitCondAnotherAlert
//
this.rdoExitCondAnotherAlert.AutoSize = true;
this.rdoExitCondAnotherAlert.Enabled = false;
this.rdoExitCondAnotherAlert.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitCondAnotherAlert.Location = new System.Drawing.Point(13, 106);
this.rdoExitCondAnotherAlert.Name = "rdoExitCondAnotherAlert";
this.rdoExitCondAnotherAlert.Size = new System.Drawing.Size(100, 20);
this.rdoExitCondAnotherAlert.TabIndex = 10;
this.rdoExitCondAnotherAlert.Text = "Exit Strategy";
this.rdoExitCondAnotherAlert.UseVisualStyleBackColor = true;
this.rdoExitCondAnotherAlert.CheckedChanged += new System.EventHandler(this.rdoExitCondAnotherAlert_CheckedChanged);
//
// txtExitCondBars
//
this.txtExitCondBars.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtExitCondBars.Location = new System.Drawing.Point(29, 80);
this.txtExitCondBars.Name = "txtExitCondBars";
this.txtExitCondBars.Size = new System.Drawing.Size(43, 22);
this.txtExitCondBars.TabIndex = 9;
this.txtExitCondBars.Text = "0.5";
//
// txtExitCondPercent
//
this.txtExitCondPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtExitCondPercent.Location = new System.Drawing.Point(29, 54);
this.txtExitCondPercent.Name = "txtExitCondPercent";
this.txtExitCondPercent.Size = new System.Drawing.Size(43, 22);
this.txtExitCondPercent.TabIndex = 8;
this.txtExitCondPercent.Text = "0.5";
//
// rdoExitCondBars
//
this.rdoExitCondBars.AutoSize = true;
this.rdoExitCondBars.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitCondBars.Location = new System.Drawing.Point(13, 80);
this.rdoExitCondBars.Name = "rdoExitCondBars";
this.rdoExitCondBars.Size = new System.Drawing.Size(185, 20);
this.rdoExitCondBars.TabIndex = 7;
this.rdoExitCondBars.Text = " Bars trailing stop";
this.rdoExitCondBars.UseVisualStyleBackColor = true;
this.rdoExitCondBars.CheckedChanged += new System.EventHandler(this.rdoExitCondBars_CheckedChanged);
//
// rdoExitCondPercent
//
this.rdoExitCondPercent.AutoSize = true;
this.rdoExitCondPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitCondPercent.Location = new System.Drawing.Point(13, 54);
this.rdoExitCondPercent.Name = "rdoExitCondPercent";
this.rdoExitCondPercent.Size = new System.Drawing.Size(172, 20);
this.rdoExitCondPercent.TabIndex = 6;
this.rdoExitCondPercent.Text = " % Trailing stop";
this.rdoExitCondPercent.UseVisualStyleBackColor = true;
this.rdoExitCondPercent.CheckedChanged += new System.EventHandler(this.rdoExitCondPercent_CheckedChanged);
//
// rdoExitCondNone
//
this.rdoExitCondNone.AutoSize = true;
this.rdoExitCondNone.Checked = true;
this.rdoExitCondNone.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoExitCondNone.Location = new System.Drawing.Point(13, 32);
this.rdoExitCondNone.Name = "rdoExitCondNone";
this.rdoExitCondNone.Size = new System.Drawing.Size(59, 20);
this.rdoExitCondNone.TabIndex = 5;
this.rdoExitCondNone.TabStop = true;
this.rdoExitCondNone.Text = "None";
this.rdoExitCondNone.UseVisualStyleBackColor = true;
this.rdoExitCondNone.CheckedChanged += new System.EventHandler(this.rdoExitCondNone_CheckedChanged);
//
// labelAdvancedExitsHeading
//
this.labelAdvancedExitsHeading.AutoSize = true;
this.labelAdvancedExitsHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAdvancedExitsHeading.Location = new System.Drawing.Point(5, 5);
this.labelAdvancedExitsHeading.Name = "labelAdvancedExitsHeading";
this.labelAdvancedExitsHeading.Size = new System.Drawing.Size(218, 20);
this.labelAdvancedExitsHeading.TabIndex = 4;
this.labelAdvancedExitsHeading.Text = "Advanced Exit Conditions:";
//
// cboLocation
//
this.cboLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cboLocation.FormattingEnabled = true;
this.cboLocation.Location = new System.Drawing.Point(264, 34);
this.cboLocation.Name = "cboLocation";
this.cboLocation.Size = new System.Drawing.Size(96, 24);
this.cboLocation.TabIndex = 0;
this.cboLocation.SelectionChangeCommitted += new System.EventHandler(this.cboLocation_SelectionChangeCommitted);
//
// btnSimulateBuy
//
this.btnSimulateBuy.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnSimulateBuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSimulateBuy.ForeColor = System.Drawing.Color.Green;
this.btnSimulateBuy.Location = new System.Drawing.Point(3, 3);
this.btnSimulateBuy.Name = "btnSimulateBuy";
this.btnSimulateBuy.Size = new System.Drawing.Size(130, 29);
this.btnSimulateBuy.TabIndex = 16;
this.btnSimulateBuy.Text = "Simulate Buy";
this.btnSimulateBuy.UseVisualStyleBackColor = true;
this.btnSimulateBuy.Click += new System.EventHandler(this.btnSimulateBuy_Click);
//
// btnSimulateSell
//
this.btnSimulateSell.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnSimulateSell.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSimulateSell.ForeColor = System.Drawing.Color.Red;
this.btnSimulateSell.Location = new System.Drawing.Point(139, 3);
this.btnSimulateSell.Name = "btnSimulateSell";
this.btnSimulateSell.Size = new System.Drawing.Size(130, 29);
this.btnSimulateSell.TabIndex = 17;
this.btnSimulateSell.Text = "Simulate Sell";
this.btnSimulateSell.UseVisualStyleBackColor = true;
this.btnSimulateSell.Click += new System.EventHandler(this.btnSimulateSell_Click);
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(275, 3);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(91, 29);
this.cancelButton.TabIndex = 18;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// btnRestoreDefaults
//
this.btnRestoreDefaults.Location = new System.Drawing.Point(575, 3);
this.btnRestoreDefaults.Name = "btnRestoreDefaults";
this.btnRestoreDefaults.Size = new System.Drawing.Size(131, 29);
this.btnRestoreDefaults.TabIndex = 19;
this.btnRestoreDefaults.Text = "Restore Defaults";
this.btnRestoreDefaults.UseVisualStyleBackColor = true;
this.btnRestoreDefaults.Click += new System.EventHandler(this.btnRestoreDefaults_Click);
//
// lblRecentDate
//
this.lblRecentDate.AutoSize = true;
this.lblRecentDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.lblRecentDate.Location = new System.Drawing.Point(654, 50);
this.lblRecentDate.Name = "lblRecentDate";
this.lblRecentDate.Size = new System.Drawing.Size(0, 16);
this.lblRecentDate.TabIndex = 20;
//
// lblLookBackDate
//
this.lblLookBackDate.AutoSize = true;
this.lblLookBackDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.lblLookBackDate.Location = new System.Drawing.Point(654, 24);
this.lblLookBackDate.Name = "lblLookBackDate";
this.lblLookBackDate.Size = new System.Drawing.Size(0, 16);
this.lblLookBackDate.TabIndex = 21;
//
// trackBarStartTime
//
this.trackBarStartTime.AutoSize = false;
this.trackBarStartTime.LargeChange = 15;
this.trackBarStartTime.Location = new System.Drawing.Point(203, 28);
this.trackBarStartTime.Maximum = 1000;
this.trackBarStartTime.Minimum = -1000;
this.trackBarStartTime.Name = "trackBarStartTime";
this.trackBarStartTime.Size = new System.Drawing.Size(423, 23);
this.trackBarStartTime.TabIndex = 30;
this.trackBarStartTime.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarStartTime.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarStartTime_MouseDown);
this.trackBarStartTime.Validating += new System.ComponentModel.CancelEventHandler(this.trackBarStartTime_Validating);
//
// trackBarEndTime
//
this.trackBarEndTime.AutoSize = false;
this.trackBarEndTime.LargeChange = 15;
this.trackBarEndTime.Location = new System.Drawing.Point(204, 68);
this.trackBarEndTime.Maximum = 1000;
this.trackBarEndTime.Minimum = -1000;
this.trackBarEndTime.Name = "trackBarEndTime";
this.trackBarEndTime.Size = new System.Drawing.Size(422, 23);
this.trackBarEndTime.TabIndex = 31;
this.trackBarEndTime.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarEndTime.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarEndTime_MouseDown);
//
// labelStartTimeMax
//
this.labelStartTimeMax.AutoSize = true;
this.labelStartTimeMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelStartTimeMax.Location = new System.Drawing.Point(632, 28);
this.labelStartTimeMax.Name = "labelStartTimeMax";
this.labelStartTimeMax.Size = new System.Drawing.Size(0, 16);
this.labelStartTimeMax.TabIndex = 32;
//
// labelEndTimeMax
//
this.labelEndTimeMax.AutoSize = true;
this.labelEndTimeMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelEndTimeMax.Location = new System.Drawing.Point(632, 68);
this.labelEndTimeMax.Name = "labelEndTimeMax";
this.labelEndTimeMax.Size = new System.Drawing.Size(0, 16);
this.labelEndTimeMax.TabIndex = 33;
//
// labelStartTimeMin
//
this.labelStartTimeMin.AutoSize = true;
this.labelStartTimeMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelStartTimeMin.Location = new System.Drawing.Point(144, 28);
this.labelStartTimeMin.Name = "labelStartTimeMin";
this.labelStartTimeMin.Size = new System.Drawing.Size(55, 16);
this.labelStartTimeMin.TabIndex = 34;
this.labelStartTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelEndTimeMin
//
this.labelEndTimeMin.AutoSize = true;
this.labelEndTimeMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelEndTimeMin.Location = new System.Drawing.Point(144, 68);
this.labelEndTimeMin.Name = "labelEndTimeMin";
this.labelEndTimeMin.Size = new System.Drawing.Size(55, 16);
this.labelEndTimeMin.TabIndex = 35;
this.labelEndTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelStartTimeValue
//
this.labelStartTimeValue.AutoSize = true;
this.labelStartTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelStartTimeValue.Location = new System.Drawing.Point(164, 49);
this.labelStartTimeValue.Name = "labelStartTimeValue";
this.labelStartTimeValue.Size = new System.Drawing.Size(55, 16);
this.labelStartTimeValue.TabIndex = 36;
this.labelStartTimeValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelEndTimeValue
//
this.labelEndTimeValue.AutoSize = true;
this.labelEndTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelEndTimeValue.Location = new System.Drawing.Point(164, 94);
this.labelEndTimeValue.Name = "labelEndTimeValue";
this.labelEndTimeValue.Size = new System.Drawing.Size(55, 16);
this.labelEndTimeValue.TabIndex = 37;
this.labelEndTimeValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// trackBarTimeStop
//
this.trackBarTimeStop.AutoSize = false;
this.trackBarTimeStop.Enabled = false;
this.trackBarTimeStop.LargeChange = 15;
this.trackBarTimeStop.Location = new System.Drawing.Point(193, 93);
this.trackBarTimeStop.Maximum = 1000;
this.trackBarTimeStop.Minimum = -1000;
this.trackBarTimeStop.Name = "trackBarTimeStop";
this.trackBarTimeStop.Size = new System.Drawing.Size(423, 23);
this.trackBarTimeStop.TabIndex = 31;
this.trackBarTimeStop.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarTimeStop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTimeStop_MouseDown);
//
// labelTimeStopValue
//
this.labelTimeStopValue.AutoSize = true;
this.labelTimeStopValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeStopValue.Location = new System.Drawing.Point(348, 115);
this.labelTimeStopValue.Name = "labelTimeStopValue";
this.labelTimeStopValue.Size = new System.Drawing.Size(55, 16);
this.labelTimeStopValue.TabIndex = 38;
this.labelTimeStopValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelTestDaysValue
//
this.labelTestDaysValue.AutoSize = true;
this.labelTestDaysValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTestDaysValue.Location = new System.Drawing.Point(54, 64);
this.labelTestDaysValue.Name = "labelTestDaysValue";
this.labelTestDaysValue.Size = new System.Drawing.Size(15, 16);
this.labelTestDaysValue.TabIndex = 42;
this.labelTestDaysValue.Text = "1";
//
// labelTestDaysMin
//
this.labelTestDaysMin.AutoSize = true;
this.labelTestDaysMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTestDaysMin.Location = new System.Drawing.Point(6, 26);
this.labelTestDaysMin.Name = "labelTestDaysMin";
this.labelTestDaysMin.Size = new System.Drawing.Size(41, 16);
this.labelTestDaysMin.TabIndex = 41;
this.labelTestDaysMin.Text = "1 day";
//
// labelTestDaysMax
//
this.labelTestDaysMax.AutoSize = true;
this.labelTestDaysMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTestDaysMax.Location = new System.Drawing.Point(150, 26);
this.labelTestDaysMax.Name = "labelTestDaysMax";
this.labelTestDaysMax.Size = new System.Drawing.Size(55, 16);
this.labelTestDaysMax.TabIndex = 40;
this.labelTestDaysMax.Text = "30 days";
//
// trackBarTestDays
//
this.trackBarTestDays.AutoSize = false;
this.trackBarTestDays.Location = new System.Drawing.Point(46, 26);
this.trackBarTestDays.Maximum = 30;
this.trackBarTestDays.Minimum = 1;
this.trackBarTestDays.Name = "trackBarTestDays";
this.trackBarTestDays.Size = new System.Drawing.Size(105, 42);
this.trackBarTestDays.TabIndex = 39;
this.trackBarTestDays.Value = 30;
this.trackBarTestDays.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTestDays_MouseDown);
//
// labelIntraday
//
this.labelIntraday.AutoSize = true;
this.labelIntraday.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelIntraday.Location = new System.Drawing.Point(9, 33);
this.labelIntraday.Name = "labelIntraday";
this.labelIntraday.Size = new System.Drawing.Size(87, 15);
this.labelIntraday.TabIndex = 40;
this.labelIntraday.Text = "For Intraday:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(9, 131);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 15);
this.label1.TabIndex = 41;
this.label1.Text = "For Daily:";
//
// labelDaysLater
//
this.labelDaysLater.AutoSize = true;
this.labelDaysLater.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDaysLater.Location = new System.Drawing.Point(302, 139);
this.labelDaysLater.Name = "labelDaysLater";
this.labelDaysLater.Size = new System.Drawing.Size(76, 16);
this.labelDaysLater.TabIndex = 42;
this.labelDaysLater.Text = "Days Later:";
//
// labelDailyExitDaysValue
//
this.labelDailyExitDaysValue.AutoSize = true;
this.labelDailyExitDaysValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelDailyExitDaysValue.Location = new System.Drawing.Point(302, 184);
this.labelDailyExitDaysValue.Name = "labelDailyExitDaysValue";
this.labelDailyExitDaysValue.Size = new System.Drawing.Size(0, 16);
this.labelDailyExitDaysValue.TabIndex = 46;
//
// labelDaysLaterMin
//
this.labelDaysLaterMin.AutoSize = true;
this.labelDaysLaterMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelDaysLaterMin.Location = new System.Drawing.Point(146, 158);
this.labelDaysLaterMin.Name = "labelDaysLaterMin";
this.labelDaysLaterMin.Size = new System.Drawing.Size(51, 16);
this.labelDaysLaterMin.TabIndex = 45;
this.labelDaysLaterMin.Text = "Shorter";
//
// labelDaysLaterMax
//
this.labelDaysLaterMax.AutoSize = true;
this.labelDaysLaterMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelDaysLaterMax.Location = new System.Drawing.Point(618, 158);
this.labelDaysLaterMax.Name = "labelDaysLaterMax";
this.labelDaysLaterMax.Size = new System.Drawing.Size(50, 16);
this.labelDaysLaterMax.TabIndex = 44;
this.labelDaysLaterMax.Text = "Longer";
//
// trackBarDailyExitDays
//
this.trackBarDailyExitDays.AutoSize = false;
this.trackBarDailyExitDays.Location = new System.Drawing.Point(194, 158);
this.trackBarDailyExitDays.Maximum = 29;
this.trackBarDailyExitDays.Name = "trackBarDailyExitDays";
this.trackBarDailyExitDays.Size = new System.Drawing.Size(422, 31);
this.trackBarDailyExitDays.TabIndex = 43;
this.trackBarDailyExitDays.Value = 29;
this.trackBarDailyExitDays.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarDailyExitDays_MouseDown);
//
// trackBarTimeAfterEntry
//
this.trackBarTimeAfterEntry.AutoSize = false;
this.trackBarTimeAfterEntry.LargeChange = 15;
this.trackBarTimeAfterEntry.Location = new System.Drawing.Point(193, 55);
this.trackBarTimeAfterEntry.Maximum = 1000;
this.trackBarTimeAfterEntry.Minimum = 1;
this.trackBarTimeAfterEntry.Name = "trackBarTimeAfterEntry";
this.trackBarTimeAfterEntry.Size = new System.Drawing.Size(423, 23);
this.trackBarTimeAfterEntry.TabIndex = 47;
this.trackBarTimeAfterEntry.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarTimeAfterEntry.Value = 60;
this.trackBarTimeAfterEntry.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTimeAfterEntry_MouseDown);
//
// labelTimeAfterEntryMax
//
this.labelTimeAfterEntryMax.AutoSize = true;
this.labelTimeAfterEntryMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeAfterEntryMax.Location = new System.Drawing.Point(622, 55);
this.labelTimeAfterEntryMax.Name = "labelTimeAfterEntryMax";
this.labelTimeAfterEntryMax.Size = new System.Drawing.Size(46, 16);
this.labelTimeAfterEntryMax.TabIndex = 48;
this.labelTimeAfterEntryMax.Text = "30 min";
//
// labelTimeAfterEntryMin
//
this.labelTimeAfterEntryMin.AutoSize = true;
this.labelTimeAfterEntryMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeAfterEntryMin.Location = new System.Drawing.Point(180, 57);
this.labelTimeAfterEntryMin.Name = "labelTimeAfterEntryMin";
this.labelTimeAfterEntryMin.Size = new System.Drawing.Size(15, 16);
this.labelTimeAfterEntryMin.TabIndex = 49;
this.labelTimeAfterEntryMin.Text = "1";
//
// labelTimeAfterEntryValue
//
this.labelTimeAfterEntryValue.AutoSize = true;
this.labelTimeAfterEntryValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeAfterEntryValue.Location = new System.Drawing.Point(182, 76);
this.labelTimeAfterEntryValue.Name = "labelTimeAfterEntryValue";
this.labelTimeAfterEntryValue.Size = new System.Drawing.Size(22, 16);
this.labelTimeAfterEntryValue.TabIndex = 50;
this.labelTimeAfterEntryValue.Text = "30";
//
// panelEntrySection
//
this.panelEntrySection.BackColor = System.Drawing.SystemColors.Control;
this.panelEntrySection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEntrySection.Controls.Add(this.tableLayoutPanel1);
this.panelEntrySection.Controls.Add(this.labelStartTimeValue);
this.panelEntrySection.Controls.Add(this.labelInitiateTradesHeading);
this.panelEntrySection.Controls.Add(this.lblLookBackDate);
this.panelEntrySection.Controls.Add(this.lblRecentDate);
this.panelEntrySection.Controls.Add(this.trackBarStartTime);
this.panelEntrySection.Controls.Add(this.labelEndTimeValue);
this.panelEntrySection.Controls.Add(this.trackBarEndTime);
this.panelEntrySection.Controls.Add(this.labelStartTimeMax);
this.panelEntrySection.Controls.Add(this.labelEndTimeMin);
this.panelEntrySection.Controls.Add(this.labelEndTimeMax);
this.panelEntrySection.Controls.Add(this.labelStartTimeMin);
this.panelEntrySection.Location = new System.Drawing.Point(6, 6);
this.panelEntrySection.Name = "panelEntrySection";
this.panelEntrySection.Size = new System.Drawing.Size(710, 122);
this.panelEntrySection.TabIndex = 32;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.lblStartTime, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.lblEndtime, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(23, 28);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.80952F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.19048F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(100, 82);
this.tableLayoutPanel1.TabIndex = 43;
//
// labelInitiateTradesHeading
//
this.labelInitiateTradesHeading.AutoSize = true;
this.labelInitiateTradesHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelInitiateTradesHeading.Location = new System.Drawing.Point(4, 4);
this.labelInitiateTradesHeading.Name = "labelInitiateTradesHeading";
this.labelInitiateTradesHeading.Size = new System.Drawing.Size(200, 20);
this.labelInitiateTradesHeading.TabIndex = 33;
this.labelInitiateTradesHeading.Text = "Initiate Trades Between";
//
// panelExitConfig
//
this.panelExitConfig.BackColor = System.Drawing.SystemColors.Control;
this.panelExitConfig.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelExitConfig.Controls.Add(this.panelAdvanced);
this.panelExitConfig.Controls.Add(this.panelRiskManagement);
this.panelExitConfig.Controls.Add(this.panel1);
this.panelExitConfig.Controls.Add(this.labelExitOrders);
this.panelExitConfig.Location = new System.Drawing.Point(6, 134);
this.panelExitConfig.Name = "panelExitConfig";
this.panelExitConfig.Size = new System.Drawing.Size(711, 522);
this.panelExitConfig.TabIndex = 34;
//
// panelAdvanced
//
this.panelAdvanced.Controls.Add(this.groupBox1);
this.panelAdvanced.Controls.Add(this.labelColumns);
this.panelAdvanced.Controls.Add(this.groupBoxTestDays);
this.panelAdvanced.Controls.Add(this.labelLocationHeading);
this.panelAdvanced.Controls.Add(this.cboLocation);
this.panelAdvanced.Controls.Add(this.btnExitCondConfigure);
this.panelAdvanced.Controls.Add(this.rdoExitCondAnotherAlert);
this.panelAdvanced.Controls.Add(this.txtExitCondBars);
this.panelAdvanced.Controls.Add(this.labelAdvancedExitsHeading);
this.panelAdvanced.Controls.Add(this.txtExitCondPercent);
this.panelAdvanced.Controls.Add(this.rdoExitCondNone);
this.panelAdvanced.Controls.Add(this.rdoExitCondBars);
this.panelAdvanced.Controls.Add(this.rdoExitCondPercent);
this.panelAdvanced.Location = new System.Drawing.Point(10, 353);
this.panelAdvanced.Name = "panelAdvanced";
this.panelAdvanced.Size = new System.Drawing.Size(687, 161);
this.panelAdvanced.TabIndex = 46;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioColumnsFavorites);
this.groupBox1.Controls.Add(this.buttonViewFavoriteColumns);
this.groupBox1.Controls.Add(this.radioColumnsStrategy);
this.groupBox1.Location = new System.Drawing.Point(479, 30);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 70);
this.groupBox1.TabIndex = 49;
this.groupBox1.TabStop = false;
//
// radioColumnsFavorites
//
this.radioColumnsFavorites.AutoSize = true;
this.radioColumnsFavorites.Location = new System.Drawing.Point(14, 34);
this.radioColumnsFavorites.Name = "radioColumnsFavorites";
this.radioColumnsFavorites.Size = new System.Drawing.Size(131, 20);
this.radioColumnsFavorites.TabIndex = 46;
this.radioColumnsFavorites.TabStop = true;
this.radioColumnsFavorites.Text = "Use My Favorites";
this.radioColumnsFavorites.UseVisualStyleBackColor = true;
this.radioColumnsFavorites.CheckedChanged += new System.EventHandler(this.radioColumnsFavorites_CheckedChanged);
//
// buttonViewFavoriteColumns
//
this.buttonViewFavoriteColumns.Enabled = false;
this.buttonViewFavoriteColumns.Location = new System.Drawing.Point(151, 34);
this.buttonViewFavoriteColumns.Name = "buttonViewFavoriteColumns";
this.buttonViewFavoriteColumns.Size = new System.Drawing.Size(49, 23);
this.buttonViewFavoriteColumns.TabIndex = 48;
this.buttonViewFavoriteColumns.Text = "Set";
this.buttonViewFavoriteColumns.UseVisualStyleBackColor = true;
this.buttonViewFavoriteColumns.Click += new System.EventHandler(this.buttonViewFavoriteColumns_Click);
//
// radioColumnsStrategy
//
this.radioColumnsStrategy.AutoSize = true;
this.radioColumnsStrategy.Location = new System.Drawing.Point(14, 8);
this.radioColumnsStrategy.Name = "radioColumnsStrategy";
this.radioColumnsStrategy.Size = new System.Drawing.Size(188, 20);
this.radioColumnsStrategy.TabIndex = 45;
this.radioColumnsStrategy.TabStop = true;
this.radioColumnsStrategy.Text = "Use Columns from Strategy";
this.radioColumnsStrategy.UseVisualStyleBackColor = true;
this.radioColumnsStrategy.CheckedChanged += new System.EventHandler(this.radioColumnsStrategy_CheckedChanged);
//
// labelColumns
//
this.labelColumns.AutoSize = true;
this.labelColumns.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelColumns.Location = new System.Drawing.Point(479, 7);
this.labelColumns.Name = "labelColumns";
this.labelColumns.Size = new System.Drawing.Size(168, 20);
this.labelColumns.TabIndex = 44;
this.labelColumns.Text = "Columns in Results:";
//
// groupBoxTestDays
//
this.groupBoxTestDays.Controls.Add(this.labelTestDaysValue);
this.groupBoxTestDays.Controls.Add(this.labelTestDaysMin);
this.groupBoxTestDays.Controls.Add(this.trackBarTestDays);
this.groupBoxTestDays.Controls.Add(this.labelTestDaysMax);
this.groupBoxTestDays.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.groupBoxTestDays.Location = new System.Drawing.Point(264, 73);
this.groupBoxTestDays.Name = "groupBoxTestDays";
this.groupBoxTestDays.Size = new System.Drawing.Size(209, 83);
this.groupBoxTestDays.TabIndex = 43;
this.groupBoxTestDays.TabStop = false;
this.groupBoxTestDays.Text = "Test Days";
//
// labelLocationHeading
//
this.labelLocationHeading.AutoSize = true;
this.labelLocationHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelLocationHeading.Location = new System.Drawing.Point(260, 7);
this.labelLocationHeading.Name = "labelLocationHeading";
this.labelLocationHeading.Size = new System.Drawing.Size(83, 20);
this.labelLocationHeading.TabIndex = 12;
this.labelLocationHeading.Text = "Location:";
//
// panelRiskManagement
//
this.panelRiskManagement.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelRiskManagement.Controls.Add(this.labelRiskManagementHeading);
this.panelRiskManagement.Controls.Add(this.buttonShowAdvanced);
this.panelRiskManagement.Controls.Add(this.profitTargetGroupBox);
this.panelRiskManagement.Controls.Add(this.rdoByAtLeastDollar);
this.panelRiskManagement.Controls.Add(this.rdoByAtLeastPerCent);
this.panelRiskManagement.Controls.Add(this.groupBox2);
this.panelRiskManagement.Location = new System.Drawing.Point(10, 239);
this.panelRiskManagement.Name = "panelRiskManagement";
this.panelRiskManagement.Size = new System.Drawing.Size(687, 107);
this.panelRiskManagement.TabIndex = 45;
//
// labelRiskManagementHeading
//
this.labelRiskManagementHeading.AutoSize = true;
this.labelRiskManagementHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelRiskManagementHeading.Location = new System.Drawing.Point(4, 4);
this.labelRiskManagementHeading.Name = "labelRiskManagementHeading";
this.labelRiskManagementHeading.Size = new System.Drawing.Size(153, 20);
this.labelRiskManagementHeading.TabIndex = 15;
this.labelRiskManagementHeading.Text = "Risk Management";
//
// buttonShowAdvanced
//
this.buttonShowAdvanced.Location = new System.Drawing.Point(509, 4);
this.buttonShowAdvanced.Name = "buttonShowAdvanced";
this.buttonShowAdvanced.Size = new System.Drawing.Size(169, 23);
this.buttonShowAdvanced.TabIndex = 12;
this.buttonShowAdvanced.Text = "Show Advanced";
this.buttonShowAdvanced.UseVisualStyleBackColor = true;
this.buttonShowAdvanced.Click += new System.EventHandler(this.buttonShowAdvanced_Click);
//
// profitTargetGroupBox
//
this.profitTargetGroupBox.Controls.Add(this.checkBoxUseTargetFilter);
this.profitTargetGroupBox.Controls.Add(this.comboBoxTargetFilter);
this.profitTargetGroupBox.Controls.Add(this.lblProfitTargetPercent);
this.profitTargetGroupBox.Controls.Add(this.lblProfitTargetDollar);
this.profitTargetGroupBox.Controls.Add(this.txtProfitTarget);
this.profitTargetGroupBox.Controls.Add(this.chkProfitTarget);
this.profitTargetGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.profitTargetGroupBox.Location = new System.Drawing.Point(85, 29);
this.profitTargetGroupBox.Name = "profitTargetGroupBox";
this.profitTargetGroupBox.Size = new System.Drawing.Size(261, 70);
this.profitTargetGroupBox.TabIndex = 13;
this.profitTargetGroupBox.TabStop = false;
this.profitTargetGroupBox.Text = "Profit Target";
//
// comboBoxTargetFilter
//
this.comboBoxTargetFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxTargetFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxTargetFilter.FormattingEnabled = true;
this.comboBoxTargetFilter.Location = new System.Drawing.Point(134, 42);
this.comboBoxTargetFilter.Name = "comboBoxTargetFilter";
this.comboBoxTargetFilter.Size = new System.Drawing.Size(121, 21);
this.comboBoxTargetFilter.TabIndex = 4;
this.comboBoxTargetFilter.SelectedIndexChanged += new System.EventHandler(this.comboBoxTargetFilter_SelectedIndexChanged);
//
// lblProfitTargetPercent
//
this.lblProfitTargetPercent.AutoSize = true;
this.lblProfitTargetPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblProfitTargetPercent.Location = new System.Drawing.Point(72, 44);
this.lblProfitTargetPercent.Name = "lblProfitTargetPercent";
this.lblProfitTargetPercent.Size = new System.Drawing.Size(20, 16);
this.lblProfitTargetPercent.TabIndex = 3;
this.lblProfitTargetPercent.Text = "%";
this.lblProfitTargetPercent.Visible = false;
//
// lblProfitTargetDollar
//
this.lblProfitTargetDollar.AutoSize = true;
this.lblProfitTargetDollar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblProfitTargetDollar.Location = new System.Drawing.Point(8, 43);
this.lblProfitTargetDollar.Name = "lblProfitTargetDollar";
this.lblProfitTargetDollar.Size = new System.Drawing.Size(15, 16);
this.lblProfitTargetDollar.TabIndex = 2;
this.lblProfitTargetDollar.Text = "$";
//
// txtProfitTarget
//
this.txtProfitTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtProfitTarget.Location = new System.Drawing.Point(24, 41);
this.txtProfitTarget.Name = "txtProfitTarget";
this.txtProfitTarget.Size = new System.Drawing.Size(43, 22);
this.txtProfitTarget.TabIndex = 1;
this.txtProfitTarget.Text = "1";
//
// chkProfitTarget
//
this.chkProfitTarget.AutoSize = true;
this.chkProfitTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkProfitTarget.Location = new System.Drawing.Point(11, 19);
this.chkProfitTarget.Name = "chkProfitTarget";
this.chkProfitTarget.Size = new System.Drawing.Size(199, 20);
this.chkProfitTarget.TabIndex = 0;
this.chkProfitTarget.Text = "Close position if price gain is ";
this.chkProfitTarget.UseVisualStyleBackColor = true;
this.chkProfitTarget.CheckedChanged += new System.EventHandler(this.chkProfitTarget_CheckedChanged);
//
// rdoByAtLeastDollar
//
this.rdoByAtLeastDollar.AutoSize = true;
this.rdoByAtLeastDollar.Checked = true;
this.rdoByAtLeastDollar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoByAtLeastDollar.Location = new System.Drawing.Point(22, 36);
this.rdoByAtLeastDollar.Name = "rdoByAtLeastDollar";
this.rdoByAtLeastDollar.Size = new System.Drawing.Size(33, 20);
this.rdoByAtLeastDollar.TabIndex = 0;
this.rdoByAtLeastDollar.TabStop = true;
this.rdoByAtLeastDollar.Text = "$";
this.rdoByAtLeastDollar.UseVisualStyleBackColor = true;
this.rdoByAtLeastDollar.CheckedChanged += new System.EventHandler(this.rdoByAtLeastDollar_CheckedChanged);
//
// rdoByAtLeastPerCent
//
this.rdoByAtLeastPerCent.AutoSize = true;
this.rdoByAtLeastPerCent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoByAtLeastPerCent.Location = new System.Drawing.Point(22, 62);
this.rdoByAtLeastPerCent.Name = "rdoByAtLeastPerCent";
this.rdoByAtLeastPerCent.Size = new System.Drawing.Size(38, 20);
this.rdoByAtLeastPerCent.TabIndex = 2;
this.rdoByAtLeastPerCent.Text = "%";
this.rdoByAtLeastPerCent.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBoxUseStopFilter);
this.groupBox2.Controls.Add(this.chkWiggle);
this.groupBox2.Controls.Add(this.comboBoxStopFilter);
this.groupBox2.Controls.Add(this.chkStopLoss);
this.groupBox2.Controls.Add(this.lblStopLossDollar);
this.groupBox2.Controls.Add(this.txtStopLoss);
this.groupBox2.Controls.Add(this.lblStopLossPercent);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(352, 29);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(326, 69);
this.groupBox2.TabIndex = 14;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Stop Loss";
//
// chkWiggle
//
this.chkWiggle.AutoSize = true;
this.chkWiggle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkWiggle.Location = new System.Drawing.Point(244, 43);
this.chkWiggle.Name = "chkWiggle";
this.chkWiggle.Size = new System.Drawing.Size(76, 20);
this.chkWiggle.TabIndex = 12;
this.chkWiggle.Text = "+ wiggle";
this.chkWiggle.UseVisualStyleBackColor = true;
this.chkWiggle.CheckedChanged += new System.EventHandler(this.chkWiggle_CheckedChanged);
//
// comboBoxStopFilter
//
this.comboBoxStopFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxStopFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxStopFilter.FormattingEnabled = true;
this.comboBoxStopFilter.Location = new System.Drawing.Point(117, 42);
this.comboBoxStopFilter.Name = "comboBoxStopFilter";
this.comboBoxStopFilter.Size = new System.Drawing.Size(121, 21);
this.comboBoxStopFilter.TabIndex = 6;
this.comboBoxStopFilter.SelectedIndexChanged += new System.EventHandler(this.comboBoxStopFilter_SelectedIndexChanged);
//
// chkStopLoss
//
this.chkStopLoss.AutoSize = true;
this.chkStopLoss.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkStopLoss.Location = new System.Drawing.Point(9, 21);
this.chkStopLoss.Name = "chkStopLoss";
this.chkStopLoss.Size = new System.Drawing.Size(346, 20);
this.chkStopLoss.TabIndex = 0;
this.chkStopLoss.Text = "Position schließen wenn sich Kurs gegen mich bewegt";
this.chkStopLoss.UseVisualStyleBackColor = true;
this.chkStopLoss.CheckedChanged += new System.EventHandler(this.chkStopLoss_CheckedChanged);
//
// lblStopLossDollar
//
this.lblStopLossDollar.AutoSize = true;
this.lblStopLossDollar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStopLossDollar.Location = new System.Drawing.Point(7, 44);
this.lblStopLossDollar.Name = "lblStopLossDollar";
this.lblStopLossDollar.Size = new System.Drawing.Size(15, 16);
this.lblStopLossDollar.TabIndex = 1;
this.lblStopLossDollar.Text = "$";
//
// txtStopLoss
//
this.txtStopLoss.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtStopLoss.Location = new System.Drawing.Point(28, 41);
this.txtStopLoss.Name = "txtStopLoss";
this.txtStopLoss.Size = new System.Drawing.Size(43, 22);
this.txtStopLoss.TabIndex = 2;
this.txtStopLoss.Text = "1";
//
// lblStopLossPercent
//
this.lblStopLossPercent.AutoSize = true;
this.lblStopLossPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStopLossPercent.Location = new System.Drawing.Point(74, 44);
this.lblStopLossPercent.Name = "lblStopLossPercent";
this.lblStopLossPercent.Size = new System.Drawing.Size(20, 16);
this.lblStopLossPercent.TabIndex = 3;
this.lblStopLossPercent.Text = "%";
this.lblStopLossPercent.Visible = false;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.labelTimeExitHeading);
this.panel1.Controls.Add(this.labelTimeStopMax);
this.panel1.Controls.Add(this.labelIntraday);
this.panel1.Controls.Add(this.labelTimeStopMin);
this.panel1.Controls.Add(this.rdoExitTimeMinutesAfter);
this.panel1.Controls.Add(this.labelDailyExitDaysValue);
this.panel1.Controls.Add(this.rdoExitTAtTheClose);
this.panel1.Controls.Add(this.labelTimeAfterEntryValue);
this.panel1.Controls.Add(this.rdoExitTimeAtTheOpen);
this.panel1.Controls.Add(this.labelTimeAfterEntryMin);
this.panel1.Controls.Add(this.rdoExitTimeFutureClose);
this.panel1.Controls.Add(this.labelTimeAfterEntryMax);
this.panel1.Controls.Add(this.trackBarTimeStop);
this.panel1.Controls.Add(this.trackBarTimeAfterEntry);
this.panel1.Controls.Add(this.labelTimeStopValue);
this.panel1.Controls.Add(this.labelDaysLaterMin);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.labelDaysLaterMax);
this.panel1.Controls.Add(this.labelDaysLater);
this.panel1.Controls.Add(this.trackBarDailyExitDays);
this.panel1.Location = new System.Drawing.Point(10, 27);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(687, 206);
this.panel1.TabIndex = 44;
//
// labelTimeExitHeading
//
this.labelTimeExitHeading.AutoSize = true;
this.labelTimeExitHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimeExitHeading.Location = new System.Drawing.Point(3, 4);
this.labelTimeExitHeading.Name = "labelTimeExitHeading";
this.labelTimeExitHeading.Size = new System.Drawing.Size(106, 20);
this.labelTimeExitHeading.TabIndex = 53;
this.labelTimeExitHeading.Text = "Timed Exits:";
//
// labelTimeStopMax
//
this.labelTimeStopMax.AutoSize = true;
this.labelTimeStopMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeStopMax.Location = new System.Drawing.Point(625, 95);
this.labelTimeStopMax.Name = "labelTimeStopMax";
this.labelTimeStopMax.Size = new System.Drawing.Size(0, 16);
this.labelTimeStopMax.TabIndex = 52;
//
// labelTimeStopMin
//
this.labelTimeStopMin.AutoSize = true;
this.labelTimeStopMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.labelTimeStopMin.Location = new System.Drawing.Point(140, 95);
this.labelTimeStopMin.Name = "labelTimeStopMin";
this.labelTimeStopMin.Size = new System.Drawing.Size(55, 16);
this.labelTimeStopMin.TabIndex = 51;
this.labelTimeStopMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel();
//
// labelExitOrders
//
this.labelExitOrders.AutoSize = true;
this.labelExitOrders.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelExitOrders.Location = new System.Drawing.Point(4, 4);
this.labelExitOrders.Name = "labelExitOrders";
this.labelExitOrders.Size = new System.Drawing.Size(203, 20);
this.labelExitOrders.TabIndex = 43;
this.labelExitOrders.Text = "Trade Exit Configuration";
//
// panelButtons
//
this.panelButtons.Controls.Add(this.buttonShowHelp);
this.panelButtons.Controls.Add(this.btnSimulateBuy);
this.panelButtons.Controls.Add(this.btnSimulateSell);
this.panelButtons.Controls.Add(this.btnRestoreDefaults);
this.panelButtons.Controls.Add(this.cancelButton);
this.panelButtons.Location = new System.Drawing.Point(13, 668);
this.panelButtons.Name = "panelButtons";
this.panelButtons.Size = new System.Drawing.Size(710, 42);
this.panelButtons.TabIndex = 35;
//
// buttonShowHelp
//
this.buttonShowHelp.Location = new System.Drawing.Point(520, 3);
this.buttonShowHelp.Name = "buttonShowHelp";
this.buttonShowHelp.Size = new System.Drawing.Size(49, 29);
this.buttonShowHelp.TabIndex = 20;
this.buttonShowHelp.Text = "Help";
this.buttonShowHelp.UseVisualStyleBackColor = true;
this.buttonShowHelp.Click += new System.EventHandler(this.buttonShowHelp_Click);
//
// panelEntire
//
this.panelEntire.Controls.Add(this.panelEntrySection);
this.panelEntire.Controls.Add(this.panelExitConfig);
this.panelEntire.Location = new System.Drawing.Point(6, 6);
this.panelEntire.Name = "panelEntire";
this.panelEntire.Size = new System.Drawing.Size(725, 659);
this.panelEntire.TabIndex = 36;
//
// checkBoxUseTargetFilter
//
this.checkBoxUseTargetFilter.AutoSize = true;
this.checkBoxUseTargetFilter.Location = new System.Drawing.Point(113, 45);
this.checkBoxUseTargetFilter.Name = "checkBoxUseTargetFilter";
this.checkBoxUseTargetFilter.Size = new System.Drawing.Size(15, 14);
this.checkBoxUseTargetFilter.TabIndex = 5;
this.checkBoxUseTargetFilter.UseVisualStyleBackColor = true;
this.checkBoxUseTargetFilter.CheckedChanged += new System.EventHandler(this.checkBoxUseTargetFilter_CheckedChanged);
//
// checkBoxUseStopFilter
//
this.checkBoxUseStopFilter.AutoSize = true;
this.checkBoxUseStopFilter.Location = new System.Drawing.Point(96, 45);
this.checkBoxUseStopFilter.Name = "checkBoxUseStopFilter";
this.checkBoxUseStopFilter.Size = new System.Drawing.Size(15, 14);
this.checkBoxUseStopFilter.TabIndex = 6;
this.checkBoxUseStopFilter.UseVisualStyleBackColor = true;
this.checkBoxUseStopFilter.CheckedChanged += new System.EventHandler(this.checkBoxUseStopFilter_CheckedChanged);
//
// OddsMakerConfiguration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(749, 715);
this.Controls.Add(this.panelEntire);
this.Controls.Add(this.panelButtons);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "OddsMakerConfiguration";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Configure OddsMaker";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OddsMakerConfiguration_FormClosing);
this.VisibleChanged += new System.EventHandler(this.OddsMakerConfiguration_VisibleChanged);
this.Layout += new System.Windows.Forms.LayoutEventHandler(this.OddsMakerConfiguration_Layout);
((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTestDays)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).EndInit();
this.panelEntrySection.ResumeLayout(false);
this.panelEntrySection.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panelExitConfig.ResumeLayout(false);
this.panelExitConfig.PerformLayout();
this.panelAdvanced.ResumeLayout(false);
this.panelAdvanced.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBoxTestDays.ResumeLayout(false);
this.groupBoxTestDays.PerformLayout();
this.panelRiskManagement.ResumeLayout(false);
this.panelRiskManagement.PerformLayout();
this.profitTargetGroupBox.ResumeLayout(false);
this.profitTargetGroupBox.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panelButtons.ResumeLayout(false);
this.panelEntire.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblStartTime;
private System.Windows.Forms.Label lblEndtime;
private System.Windows.Forms.RadioButton rdoExitTimeMinutesAfter;
private System.Windows.Forms.RadioButton rdoExitTAtTheClose;
private System.Windows.Forms.RadioButton rdoExitTimeAtTheOpen;
private System.Windows.Forms.RadioButton rdoExitTimeFutureClose;
private System.Windows.Forms.Label labelAdvancedExitsHeading;
private System.Windows.Forms.RadioButton rdoExitCondNone;
private System.Windows.Forms.RadioButton rdoExitCondBars;
private System.Windows.Forms.RadioButton rdoExitCondPercent;
private System.Windows.Forms.TextBox txtExitCondPercent;
private System.Windows.Forms.TextBox txtExitCondBars;
private System.Windows.Forms.RadioButton rdoExitCondAnotherAlert;
private System.Windows.Forms.Button btnExitCondConfigure;
private System.Windows.Forms.ComboBox cboLocation;
private System.Windows.Forms.Button btnSimulateBuy;
private System.Windows.Forms.Button btnSimulateSell;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button btnRestoreDefaults;
private System.Windows.Forms.Label lblRecentDate;
private System.Windows.Forms.Label lblLookBackDate;
private System.Windows.Forms.TrackBar trackBarEndTime;
private System.Windows.Forms.TrackBar trackBarStartTime;
private System.Windows.Forms.Label labelEndTimeMax;
private System.Windows.Forms.Label labelStartTimeMax;
private System.Windows.Forms.Label labelEndTimeValue;
private System.Windows.Forms.Label labelStartTimeValue;
private System.Windows.Forms.Label labelEndTimeMin;
private System.Windows.Forms.Label labelStartTimeMin;
private System.Windows.Forms.Label labelTimeStopValue;
private System.Windows.Forms.TrackBar trackBarTimeStop;
private System.Windows.Forms.Label labelTestDaysValue;
private System.Windows.Forms.Label labelTestDaysMin;
private System.Windows.Forms.Label labelTestDaysMax;
private System.Windows.Forms.TrackBar trackBarTestDays;
private System.Windows.Forms.Label labelDailyExitDaysValue;
private System.Windows.Forms.Label labelDaysLaterMin;
private System.Windows.Forms.Label labelDaysLaterMax;
private System.Windows.Forms.TrackBar trackBarDailyExitDays;
private System.Windows.Forms.Label labelDaysLater;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelIntraday;
private System.Windows.Forms.Label labelTimeAfterEntryValue;
private System.Windows.Forms.Label labelTimeAfterEntryMin;
private System.Windows.Forms.Label labelTimeAfterEntryMax;
private System.Windows.Forms.TrackBar trackBarTimeAfterEntry;
private System.Windows.Forms.Panel panelEntrySection;
private System.Windows.Forms.Label labelInitiateTradesHeading;
private System.Windows.Forms.Panel panelExitConfig;
private System.Windows.Forms.Label labelExitOrders;
private System.Windows.Forms.Label labelTimeStopMax;
private System.Windows.Forms.Label labelTimeStopMin;
private System.Windows.Forms.Button buttonShowAdvanced;
private System.Windows.Forms.Panel panelButtons;
private System.Windows.Forms.Panel panelRiskManagement;
private System.Windows.Forms.Label labelRiskManagementHeading;
private System.Windows.Forms.GroupBox profitTargetGroupBox;
private System.Windows.Forms.Label lblProfitTargetPercent;
private System.Windows.Forms.Label lblProfitTargetDollar;
private System.Windows.Forms.TextBox txtProfitTarget;
private System.Windows.Forms.CheckBox chkProfitTarget;
private System.Windows.Forms.RadioButton rdoByAtLeastDollar;
private System.Windows.Forms.RadioButton rdoByAtLeastPerCent;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox chkWiggle;
private System.Windows.Forms.CheckBox chkStopLoss;
private System.Windows.Forms.Label lblStopLossDollar;
private System.Windows.Forms.TextBox txtStopLoss;
private System.Windows.Forms.Label lblStopLossPercent;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labelTimeExitHeading;
private System.Windows.Forms.Panel panelAdvanced;
private System.Windows.Forms.Label labelLocationHeading;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBoxTestDays;
private System.Windows.Forms.Button buttonShowHelp;
private System.Windows.Forms.Panel panelEntire;
private System.Windows.Forms.Label labelColumns;
private System.Windows.Forms.Button buttonViewFavoriteColumns;
private System.Windows.Forms.RadioButton radioColumnsFavorites;
private System.Windows.Forms.RadioButton radioColumnsStrategy;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox comboBoxTargetFilter;
private System.Windows.Forms.ComboBox comboBoxStopFilter;
private System.Windows.Forms.CheckBox checkBoxUseTargetFilter;
private System.Windows.Forms.CheckBox checkBoxUseStopFilter;
}
}