using TradeIdeas.TIProGUI; namespace TIProAutoTradeExtension { partial class TradingStrategyForm { /// /// 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.components = new System.ComponentModel.Container(); this.tabPageHoldTime = new System.Windows.Forms.TabPage(); this.rdoNoTimeStop = new System.Windows.Forms.RadioButton(); this.labelTimeExitHeading = new System.Windows.Forms.Label(); this.labelTimeStopMax = new System.Windows.Forms.Label(); this.labelTimeStopMin = new System.Windows.Forms.Label(); this.rdoExitTimeMinutesAfter = new System.Windows.Forms.RadioButton(); this.labelDailyExitDaysValue = new System.Windows.Forms.Label(); this.rdoExitTimeOfDay = new System.Windows.Forms.RadioButton(); this.labelTimeAfterEntryValue = new System.Windows.Forms.Label(); this.rdoExitTimeAtTheOpen = new System.Windows.Forms.RadioButton(); this.labelTimeAfterEntryMin = new System.Windows.Forms.Label(); this.rdoExitAtMarketClose = new System.Windows.Forms.RadioButton(); this.labelTimeAfterEntryMax = new System.Windows.Forms.Label(); this.trackBarTimeStop = new System.Windows.Forms.TrackBar(); this.trackBarTimeAfterEntry = new System.Windows.Forms.TrackBar(); this.labelTimeStopValue = new System.Windows.Forms.Label(); this.labelDaysLaterMin = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.labelDaysLaterMax = new System.Windows.Forms.Label(); this.labelDaysLater = new System.Windows.Forms.Label(); this.trackBarDailyExitDays = new System.Windows.Forms.TrackBar(); this.tabPageRiskMgmt = new System.Windows.Forms.TabPage(); this.lblTrailingStopDisabled = new System.Windows.Forms.Label(); this.lblStopLossDisabled = new System.Windows.Forms.Label(); this.checkBoxUseLastAsReference = new System.Windows.Forms.CheckBox(); this.label25 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.labelTrailingStopFormula = new System.Windows.Forms.Label(); this.comboBoxTrailingStopFormula = new System.Windows.Forms.ComboBox(); this.numericUpDownTrailingStopOffset = new System.Windows.Forms.NumericUpDown(); this.labelTrailingStopOffset = new System.Windows.Forms.Label(); this.comboBoxTrailingStop = new System.Windows.Forms.ComboBox(); this.labelTrailingStop = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.labelTargetFormula = new System.Windows.Forms.Label(); this.comboBoxTargetFormula = new System.Windows.Forms.ComboBox(); this.numericUpDownTargetOffset = new System.Windows.Forms.NumericUpDown(); this.labelTargetOffset = new System.Windows.Forms.Label(); this.comboBoxTarget = new System.Windows.Forms.ComboBox(); this.labelTarget = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.labelStopFormula = new System.Windows.Forms.Label(); this.comboBoxStopLossFormula = new System.Windows.Forms.ComboBox(); this.numericUpDownStopOffset = new System.Windows.Forms.NumericUpDown(); this.labelStopOffset = new System.Windows.Forms.Label(); this.comboBoxStopLoss = new System.Windows.Forms.ComboBox(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.tabPageOrderDetails = new System.Windows.Forms.TabPage(); this.orderMaxControl1 = new TradeIdeas.TIProGUI.OrderMaxControl(); this.label29 = new System.Windows.Forms.Label(); this.numericUpDownGoodForMinutes = new System.Windows.Forms.NumericUpDown(); this.labelGoodForTime = new System.Windows.Forms.Label(); this.comboBoxEntryTimeInForce = new System.Windows.Forms.ComboBox(); this.label19 = new System.Windows.Forms.Label(); this.comboBoxLimitOffsetType = new System.Windows.Forms.ComboBox(); this.labelEntryStopFormula = new System.Windows.Forms.Label(); this.comboBoxEntryStopFormula = new System.Windows.Forms.ComboBox(); this.labelLimitOffsetHelp = new System.Windows.Forms.Label(); this.labelLimitEntryReference = new System.Windows.Forms.Label(); this.comboBoxEntryLimitFormula = new System.Windows.Forms.ComboBox(); this.numericUpDownGoodForSeconds = new System.Windows.Forms.NumericUpDown(); this.labelTimeInForce = new System.Windows.Forms.Label(); this.labelLimitOffset = new System.Windows.Forms.Label(); this.comboBoxLimitReference = new System.Windows.Forms.ComboBox(); this.numericUpDownLimitOffset = new System.Windows.Forms.NumericUpDown(); this.labelLimitReference = new System.Windows.Forms.Label(); this.comboBoxEntryOrder = new System.Windows.Forms.ComboBox(); this.labelEntryOrder = new System.Windows.Forms.Label(); this.labelRiskUnits = new System.Windows.Forms.Label(); this.numericUpDownRiskUnits = new System.Windows.Forms.NumericUpDown(); this.comboBoxPositionSizing = new System.Windows.Forms.ComboBox(); this.labelPositionSizing = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.tabPageEntryTime = new System.Windows.Forms.TabPage(); this.comboBoxThrottleType = new System.Windows.Forms.ComboBox(); this.textBoxContra = new System.Windows.Forms.TextBox(); this.textBoxRoute = new System.Windows.Forms.TextBox(); this.labelContra = new System.Windows.Forms.Label(); this.checkBoxUseCustomRoute = new System.Windows.Forms.CheckBox(); this.checkBoxUseOrderThrottle = new System.Windows.Forms.CheckBox(); this.labelOrderLimitB = new System.Windows.Forms.Label(); this.numericUpDownOrderLimit = new System.Windows.Forms.NumericUpDown(); this.checkBoxSendWhenHoldingsExist = new System.Windows.Forms.CheckBox(); this.checkBoxOneTradePerSymbol = new System.Windows.Forms.CheckBox(); this.labelStartTimeValue = new System.Windows.Forms.Label(); this.labelInitiateTradesHeading = new System.Windows.Forms.Label(); this.lblLookBackDate = new System.Windows.Forms.Label(); this.lblRecentDate = new System.Windows.Forms.Label(); this.trackBarStartTime = new System.Windows.Forms.TrackBar(); this.labelEndTimeValue = new System.Windows.Forms.Label(); this.trackBarEndTime = new System.Windows.Forms.TrackBar(); this.labelStartTimeMax = new System.Windows.Forms.Label(); this.labelEndTimeMin = new System.Windows.Forms.Label(); this.labelEndTimeMax = new System.Windows.Forms.Label(); this.labelStartTimeMin = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components); this.lblStartTime = new System.Windows.Forms.Label(); this.lblEndtime = new System.Windows.Forms.Label(); this.tabPageConfiguration = new System.Windows.Forms.TabPage(); this.labelCurrentAccount = new System.Windows.Forms.Label(); this.checkBoxCFDEnabled = new System.Windows.Forms.CheckBox(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonAllocations = new System.Windows.Forms.Button(); this.flowLayoutPanelStrategySummary = new System.Windows.Forms.FlowLayoutPanel(); this.textBoxName = new System.Windows.Forms.TextBox(); this.labelName = new System.Windows.Forms.Label(); this.radioButtonGoShort = new System.Windows.Forms.RadioButton(); this.radioButtonGoLong = new System.Windows.Forms.RadioButton(); this.buttonCollaborate = new System.Windows.Forms.Button(); this.buttonConfigureStrategy = new System.Windows.Forms.Button(); this.labelSignalSection = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tabControlMain = new System.Windows.Forms.TabControl(); this.flowLayoutPanelBacktestButtons = new System.Windows.Forms.FlowLayoutPanel(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.flowLayoutPanelPrevNextButtons = new System.Windows.Forms.FlowLayoutPanel(); this.buttonPrevious = new System.Windows.Forms.Button(); this.buttonNext = new System.Windows.Forms.Button(); this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.tabPageHoldTime.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).BeginInit(); this.tabPageRiskMgmt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTrailingStopOffset)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTargetOffset)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStopOffset)).BeginInit(); this.tabPageOrderDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForMinutes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForSeconds)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitOffset)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRiskUnits)).BeginInit(); this.tabPageEntryTime.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOrderLimit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tabPageConfiguration.SuspendLayout(); this.tabControlMain.SuspendLayout(); this.flowLayoutPanelBacktestButtons.SuspendLayout(); this.flowLayoutPanelPrevNextButtons.SuspendLayout(); this.tableLayoutPanelButtons.SuspendLayout(); this.tableLayoutPanelMain.SuspendLayout(); this.SuspendLayout(); // // tabPageHoldTime // this.tabPageHoldTime.AutoScroll = true; this.tabPageHoldTime.Controls.Add(this.rdoNoTimeStop); this.tabPageHoldTime.Controls.Add(this.labelTimeExitHeading); this.tabPageHoldTime.Controls.Add(this.labelTimeStopMax); this.tabPageHoldTime.Controls.Add(this.labelTimeStopMin); this.tabPageHoldTime.Controls.Add(this.rdoExitTimeMinutesAfter); this.tabPageHoldTime.Controls.Add(this.labelDailyExitDaysValue); this.tabPageHoldTime.Controls.Add(this.rdoExitTimeOfDay); this.tabPageHoldTime.Controls.Add(this.labelTimeAfterEntryValue); this.tabPageHoldTime.Controls.Add(this.rdoExitTimeAtTheOpen); this.tabPageHoldTime.Controls.Add(this.labelTimeAfterEntryMin); this.tabPageHoldTime.Controls.Add(this.rdoExitAtMarketClose); this.tabPageHoldTime.Controls.Add(this.labelTimeAfterEntryMax); this.tabPageHoldTime.Controls.Add(this.trackBarTimeStop); this.tabPageHoldTime.Controls.Add(this.trackBarTimeAfterEntry); this.tabPageHoldTime.Controls.Add(this.labelTimeStopValue); this.tabPageHoldTime.Controls.Add(this.labelDaysLaterMin); this.tabPageHoldTime.Controls.Add(this.label11); this.tabPageHoldTime.Controls.Add(this.labelDaysLaterMax); this.tabPageHoldTime.Controls.Add(this.labelDaysLater); this.tabPageHoldTime.Controls.Add(this.trackBarDailyExitDays); this.tabPageHoldTime.Location = new System.Drawing.Point(4, 22); this.tabPageHoldTime.Margin = new System.Windows.Forms.Padding(2); this.tabPageHoldTime.Name = "tabPageHoldTime"; this.tabPageHoldTime.Size = new System.Drawing.Size(701, 301); this.tabPageHoldTime.TabIndex = 4; this.tabPageHoldTime.Text = "Hold Time"; this.tabPageHoldTime.UseVisualStyleBackColor = true; // // rdoNoTimeStop // this.rdoNoTimeStop.AutoSize = true; this.rdoNoTimeStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoNoTimeStop.Location = new System.Drawing.Point(18, 36); this.rdoNoTimeStop.Name = "rdoNoTimeStop"; this.rdoNoTimeStop.Size = new System.Drawing.Size(51, 17); this.rdoNoTimeStop.TabIndex = 54; this.rdoNoTimeStop.Text = "None"; this.rdoNoTimeStop.UseVisualStyleBackColor = true; // // 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(7, 6); this.labelTimeExitHeading.Name = "labelTimeExitHeading"; this.labelTimeExitHeading.Size = new System.Drawing.Size(101, 20); this.labelTimeExitHeading.TabIndex = 73; this.labelTimeExitHeading.Text = "Timed Exits"; // // labelTimeStopMax // this.labelTimeStopMax.AutoSize = true; this.labelTimeStopMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeStopMax.Location = new System.Drawing.Point(599, 99); this.labelTimeStopMax.Name = "labelTimeStopMax"; this.labelTimeStopMax.Size = new System.Drawing.Size(0, 13); this.labelTimeStopMax.TabIndex = 72; // // labelTimeStopMin // this.labelTimeStopMin.AutoSize = true; this.labelTimeStopMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeStopMin.Location = new System.Drawing.Point(141, 99); this.labelTimeStopMin.Name = "labelTimeStopMin"; this.labelTimeStopMin.Size = new System.Drawing.Size(47, 13); this.labelTimeStopMin.TabIndex = 71; this.labelTimeStopMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // rdoExitTimeMinutesAfter // this.rdoExitTimeMinutesAfter.AutoSize = true; this.rdoExitTimeMinutesAfter.Checked = true; this.rdoExitTimeMinutesAfter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoExitTimeMinutesAfter.Location = new System.Drawing.Point(18, 60); this.rdoExitTimeMinutesAfter.Name = "rdoExitTimeMinutesAfter"; this.rdoExitTimeMinutesAfter.Size = new System.Drawing.Size(112, 17); this.rdoExitTimeMinutesAfter.TabIndex = 55; this.rdoExitTimeMinutesAfter.TabStop = true; this.rdoExitTimeMinutesAfter.Text = "Minutes after entry"; this.rdoExitTimeMinutesAfter.UseVisualStyleBackColor = true; this.rdoExitTimeMinutesAfter.CheckedChanged += new System.EventHandler(this.rdoExitTimeMinutesAfter_CheckedChanged); // // labelDailyExitDaysValue // this.labelDailyExitDaysValue.AutoSize = true; this.labelDailyExitDaysValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.labelDailyExitDaysValue.Location = new System.Drawing.Point(295, 194); this.labelDailyExitDaysValue.Name = "labelDailyExitDaysValue"; this.labelDailyExitDaysValue.Size = new System.Drawing.Size(0, 16); this.labelDailyExitDaysValue.TabIndex = 67; // // rdoExitTimeOfDay // this.rdoExitTimeOfDay.AutoSize = true; this.rdoExitTimeOfDay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoExitTimeOfDay.Location = new System.Drawing.Point(18, 97); this.rdoExitTimeOfDay.Name = "rdoExitTimeOfDay"; this.rdoExitTimeOfDay.Size = new System.Drawing.Size(64, 17); this.rdoExitTimeOfDay.TabIndex = 57; this.rdoExitTimeOfDay.Text = "At Time:"; this.rdoExitTimeOfDay.UseVisualStyleBackColor = true; this.rdoExitTimeOfDay.CheckedChanged += new System.EventHandler(this.rdoExitTAtTheClose_CheckedChanged); // // labelTimeAfterEntryValue // this.labelTimeAfterEntryValue.AutoSize = true; this.labelTimeAfterEntryValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeAfterEntryValue.Location = new System.Drawing.Point(175, 81); this.labelTimeAfterEntryValue.Name = "labelTimeAfterEntryValue"; this.labelTimeAfterEntryValue.Size = new System.Drawing.Size(19, 13); this.labelTimeAfterEntryValue.TabIndex = 70; this.labelTimeAfterEntryValue.Text = "30"; // // rdoExitTimeAtTheOpen // this.rdoExitTimeAtTheOpen.AutoSize = true; this.rdoExitTimeAtTheOpen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoExitTimeAtTheOpen.Location = new System.Drawing.Point(18, 159); this.rdoExitTimeAtTheOpen.Name = "rdoExitTimeAtTheOpen"; this.rdoExitTimeAtTheOpen.Size = new System.Drawing.Size(100, 17); this.rdoExitTimeAtTheOpen.TabIndex = 59; this.rdoExitTimeAtTheOpen.Text = "At Market Open"; this.rdoExitTimeAtTheOpen.UseVisualStyleBackColor = true; this.rdoExitTimeAtTheOpen.CheckedChanged += new System.EventHandler(this.rdoExitTimeAtTheOpen_CheckedChanged); // // labelTimeAfterEntryMin // this.labelTimeAfterEntryMin.AutoSize = true; this.labelTimeAfterEntryMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeAfterEntryMin.Location = new System.Drawing.Point(174, 62); this.labelTimeAfterEntryMin.Name = "labelTimeAfterEntryMin"; this.labelTimeAfterEntryMin.Size = new System.Drawing.Size(13, 13); this.labelTimeAfterEntryMin.TabIndex = 69; this.labelTimeAfterEntryMin.Text = "1"; // // rdoExitAtMarketClose // this.rdoExitAtMarketClose.AutoSize = true; this.rdoExitAtMarketClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoExitAtMarketClose.Location = new System.Drawing.Point(18, 187); this.rdoExitAtMarketClose.Name = "rdoExitAtMarketClose"; this.rdoExitAtMarketClose.Size = new System.Drawing.Size(100, 17); this.rdoExitAtMarketClose.TabIndex = 60; this.rdoExitAtMarketClose.Text = "At Market Close"; this.rdoExitAtMarketClose.UseVisualStyleBackColor = true; this.rdoExitAtMarketClose.CheckedChanged += new System.EventHandler(this.rdoExitTimeFutureClose_CheckedChanged); // // labelTimeAfterEntryMax // this.labelTimeAfterEntryMax.AutoSize = true; this.labelTimeAfterEntryMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeAfterEntryMax.Location = new System.Drawing.Point(597, 62); this.labelTimeAfterEntryMax.Name = "labelTimeAfterEntryMax"; this.labelTimeAfterEntryMax.Size = new System.Drawing.Size(38, 13); this.labelTimeAfterEntryMax.TabIndex = 68; this.labelTimeAfterEntryMax.Text = "30 min"; // // trackBarTimeStop // this.trackBarTimeStop.AutoSize = false; this.trackBarTimeStop.Enabled = false; this.trackBarTimeStop.Location = new System.Drawing.Point(187, 97); this.trackBarTimeStop.Maximum = 1000; this.trackBarTimeStop.Minimum = -1000; this.trackBarTimeStop.Name = "trackBarTimeStop"; this.trackBarTimeStop.Size = new System.Drawing.Size(407, 23); this.trackBarTimeStop.TabIndex = 58; this.trackBarTimeStop.TickStyle = System.Windows.Forms.TickStyle.None; // // trackBarTimeAfterEntry // this.trackBarTimeAfterEntry.AutoSize = false; this.trackBarTimeAfterEntry.Location = new System.Drawing.Point(187, 60); this.trackBarTimeAfterEntry.Maximum = 1000; this.trackBarTimeAfterEntry.Minimum = 1; this.trackBarTimeAfterEntry.Name = "trackBarTimeAfterEntry"; this.trackBarTimeAfterEntry.Size = new System.Drawing.Size(407, 23); this.trackBarTimeAfterEntry.TabIndex = 56; this.trackBarTimeAfterEntry.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBarTimeAfterEntry.Value = 1; // // labelTimeStopValue // this.labelTimeStopValue.AutoSize = true; this.labelTimeStopValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelTimeStopValue.Location = new System.Drawing.Point(342, 120); this.labelTimeStopValue.Name = "labelTimeStopValue"; this.labelTimeStopValue.Size = new System.Drawing.Size(47, 13); this.labelTimeStopValue.TabIndex = 62; this.labelTimeStopValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // labelDaysLaterMin // this.labelDaysLaterMin.AutoSize = true; this.labelDaysLaterMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelDaysLaterMin.Location = new System.Drawing.Point(145, 168); this.labelDaysLaterMin.Name = "labelDaysLaterMin"; this.labelDaysLaterMin.Size = new System.Drawing.Size(41, 13); this.labelDaysLaterMin.TabIndex = 66; this.labelDaysLaterMin.Text = "Shorter"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(13, 134); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(68, 15); this.label11.TabIndex = 63; this.label11.Text = "For Daily:"; // // labelDaysLaterMax // this.labelDaysLaterMax.AutoSize = true; this.labelDaysLaterMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelDaysLaterMax.Location = new System.Drawing.Point(597, 168); this.labelDaysLaterMax.Name = "labelDaysLaterMax"; this.labelDaysLaterMax.Size = new System.Drawing.Size(40, 13); this.labelDaysLaterMax.TabIndex = 65; this.labelDaysLaterMax.Text = "Longer"; // // labelDaysLater // this.labelDaysLater.AutoSize = true; this.labelDaysLater.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDaysLater.Location = new System.Drawing.Point(295, 149); this.labelDaysLater.Name = "labelDaysLater"; this.labelDaysLater.Size = new System.Drawing.Size(61, 13); this.labelDaysLater.TabIndex = 64; this.labelDaysLater.Text = "Days Later:"; // // trackBarDailyExitDays // this.trackBarDailyExitDays.AutoSize = false; this.trackBarDailyExitDays.Location = new System.Drawing.Point(187, 168); this.trackBarDailyExitDays.Maximum = 29; this.trackBarDailyExitDays.Minimum = 1; this.trackBarDailyExitDays.Name = "trackBarDailyExitDays"; this.trackBarDailyExitDays.Size = new System.Drawing.Size(407, 31); this.trackBarDailyExitDays.TabIndex = 61; this.trackBarDailyExitDays.Value = 29; // // tabPageRiskMgmt // this.tabPageRiskMgmt.AutoScroll = true; this.tabPageRiskMgmt.Controls.Add(this.lblTrailingStopDisabled); this.tabPageRiskMgmt.Controls.Add(this.lblStopLossDisabled); this.tabPageRiskMgmt.Controls.Add(this.checkBoxUseLastAsReference); this.tabPageRiskMgmt.Controls.Add(this.label25); this.tabPageRiskMgmt.Controls.Add(this.label24); this.tabPageRiskMgmt.Controls.Add(this.labelTrailingStopFormula); this.tabPageRiskMgmt.Controls.Add(this.comboBoxTrailingStopFormula); this.tabPageRiskMgmt.Controls.Add(this.numericUpDownTrailingStopOffset); this.tabPageRiskMgmt.Controls.Add(this.labelTrailingStopOffset); this.tabPageRiskMgmt.Controls.Add(this.comboBoxTrailingStop); this.tabPageRiskMgmt.Controls.Add(this.labelTrailingStop); this.tabPageRiskMgmt.Controls.Add(this.label20); this.tabPageRiskMgmt.Controls.Add(this.label21); this.tabPageRiskMgmt.Controls.Add(this.label23); this.tabPageRiskMgmt.Controls.Add(this.labelTargetFormula); this.tabPageRiskMgmt.Controls.Add(this.comboBoxTargetFormula); this.tabPageRiskMgmt.Controls.Add(this.numericUpDownTargetOffset); this.tabPageRiskMgmt.Controls.Add(this.labelTargetOffset); this.tabPageRiskMgmt.Controls.Add(this.comboBoxTarget); this.tabPageRiskMgmt.Controls.Add(this.labelTarget); this.tabPageRiskMgmt.Controls.Add(this.label12); this.tabPageRiskMgmt.Controls.Add(this.label13); this.tabPageRiskMgmt.Controls.Add(this.label15); this.tabPageRiskMgmt.Controls.Add(this.label16); this.tabPageRiskMgmt.Controls.Add(this.labelStopFormula); this.tabPageRiskMgmt.Controls.Add(this.comboBoxStopLossFormula); this.tabPageRiskMgmt.Controls.Add(this.numericUpDownStopOffset); this.tabPageRiskMgmt.Controls.Add(this.labelStopOffset); this.tabPageRiskMgmt.Controls.Add(this.comboBoxStopLoss); this.tabPageRiskMgmt.Controls.Add(this.label26); this.tabPageRiskMgmt.Controls.Add(this.label27); this.tabPageRiskMgmt.Controls.Add(this.label28); this.tabPageRiskMgmt.Controls.Add(this.label30); this.tabPageRiskMgmt.Controls.Add(this.label14); this.tabPageRiskMgmt.Location = new System.Drawing.Point(4, 22); this.tabPageRiskMgmt.Margin = new System.Windows.Forms.Padding(2); this.tabPageRiskMgmt.Name = "tabPageRiskMgmt"; this.tabPageRiskMgmt.Size = new System.Drawing.Size(701, 301); this.tabPageRiskMgmt.TabIndex = 3; this.tabPageRiskMgmt.Text = "Risk Mgmt"; this.tabPageRiskMgmt.UseVisualStyleBackColor = true; // // lblTrailingStopDisabled // this.lblTrailingStopDisabled.AutoSize = true; this.lblTrailingStopDisabled.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTrailingStopDisabled.ForeColor = System.Drawing.Color.Red; this.lblTrailingStopDisabled.Location = new System.Drawing.Point(146, 215); this.lblTrailingStopDisabled.Name = "lblTrailingStopDisabled"; this.lblTrailingStopDisabled.Size = new System.Drawing.Size(79, 20); this.lblTrailingStopDisabled.TabIndex = 112; this.lblTrailingStopDisabled.Text = "Disabled"; this.lblTrailingStopDisabled.Visible = false; // // lblStopLossDisabled // this.lblStopLossDisabled.AutoSize = true; this.lblStopLossDisabled.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStopLossDisabled.ForeColor = System.Drawing.Color.Red; this.lblStopLossDisabled.Location = new System.Drawing.Point(146, 33); this.lblStopLossDisabled.Name = "lblStopLossDisabled"; this.lblStopLossDisabled.Size = new System.Drawing.Size(79, 20); this.lblStopLossDisabled.TabIndex = 111; this.lblStopLossDisabled.Text = "Disabled"; this.lblStopLossDisabled.Visible = false; // // checkBoxUseLastAsReference // this.checkBoxUseLastAsReference.AutoSize = true; this.checkBoxUseLastAsReference.Location = new System.Drawing.Point(11, 14); this.checkBoxUseLastAsReference.Margin = new System.Windows.Forms.Padding(2); this.checkBoxUseLastAsReference.Name = "checkBoxUseLastAsReference"; this.checkBoxUseLastAsReference.Size = new System.Drawing.Size(258, 17); this.checkBoxUseLastAsReference.TabIndex = 110; this.checkBoxUseLastAsReference.Text = "Use last price as reference for placing exit orders."; this.checkBoxUseLastAsReference.UseVisualStyleBackColor = true; // // label25 // this.label25.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label25.Location = new System.Drawing.Point(8, 116); this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(660, 1); this.label25.TabIndex = 109; // // label24 // this.label24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label24.Location = new System.Drawing.Point(8, 205); this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(660, 1); this.label24.TabIndex = 108; // // labelTrailingStopFormula // this.labelTrailingStopFormula.AutoSize = true; this.labelTrailingStopFormula.Location = new System.Drawing.Point(255, 250); this.labelTrailingStopFormula.Name = "labelTrailingStopFormula"; this.labelTrailingStopFormula.Size = new System.Drawing.Size(44, 13); this.labelTrailingStopFormula.TabIndex = 107; this.labelTrailingStopFormula.Text = "Formula"; // // comboBoxTrailingStopFormula // this.comboBoxTrailingStopFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTrailingStopFormula.FormattingEnabled = true; this.comboBoxTrailingStopFormula.Location = new System.Drawing.Point(305, 247); this.comboBoxTrailingStopFormula.Name = "comboBoxTrailingStopFormula"; this.comboBoxTrailingStopFormula.Size = new System.Drawing.Size(195, 21); this.comboBoxTrailingStopFormula.TabIndex = 100; // // numericUpDownTrailingStopOffset // this.numericUpDownTrailingStopOffset.DecimalPlaces = 2; this.numericUpDownTrailingStopOffset.Location = new System.Drawing.Point(133, 274); this.numericUpDownTrailingStopOffset.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDownTrailingStopOffset.Name = "numericUpDownTrailingStopOffset"; this.numericUpDownTrailingStopOffset.Size = new System.Drawing.Size(92, 20); this.numericUpDownTrailingStopOffset.TabIndex = 101; // // labelTrailingStopOffset // this.labelTrailingStopOffset.AutoSize = true; this.labelTrailingStopOffset.Location = new System.Drawing.Point(90, 276); this.labelTrailingStopOffset.Name = "labelTrailingStopOffset"; this.labelTrailingStopOffset.Size = new System.Drawing.Size(35, 13); this.labelTrailingStopOffset.TabIndex = 106; this.labelTrailingStopOffset.Text = "Offset"; // // comboBoxTrailingStop // this.comboBoxTrailingStop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTrailingStop.FormattingEnabled = true; this.comboBoxTrailingStop.Location = new System.Drawing.Point(18, 247); this.comboBoxTrailingStop.Name = "comboBoxTrailingStop"; this.comboBoxTrailingStop.Size = new System.Drawing.Size(207, 21); this.comboBoxTrailingStop.TabIndex = 99; this.comboBoxTrailingStop.SelectedIndexChanged += new System.EventHandler(this.comboBoxTrailingStop_SelectedIndexChanged); // // labelTrailingStop // this.labelTrailingStop.AutoSize = true; this.labelTrailingStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTrailingStop.Location = new System.Drawing.Point(7, 215); this.labelTrailingStop.Name = "labelTrailingStop"; this.labelTrailingStop.Size = new System.Drawing.Size(110, 20); this.labelTrailingStop.TabIndex = 104; this.labelTrailingStop.Text = "Trailing Stop"; // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label20.Location = new System.Drawing.Point(657, 207); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(0, 16); this.label20.TabIndex = 103; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label21.Location = new System.Drawing.Point(657, 233); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(0, 16); this.label21.TabIndex = 102; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label23.Location = new System.Drawing.Point(537, 228); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(0, 16); this.label23.TabIndex = 105; // // labelTargetFormula // this.labelTargetFormula.AutoSize = true; this.labelTargetFormula.Location = new System.Drawing.Point(255, 154); this.labelTargetFormula.Name = "labelTargetFormula"; this.labelTargetFormula.Size = new System.Drawing.Size(44, 13); this.labelTargetFormula.TabIndex = 98; this.labelTargetFormula.Text = "Formula"; // // comboBoxTargetFormula // this.comboBoxTargetFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTargetFormula.Enabled = false; this.comboBoxTargetFormula.FormattingEnabled = true; this.comboBoxTargetFormula.Location = new System.Drawing.Point(305, 150); this.comboBoxTargetFormula.Name = "comboBoxTargetFormula"; this.comboBoxTargetFormula.Size = new System.Drawing.Size(195, 21); this.comboBoxTargetFormula.TabIndex = 90; // // numericUpDownTargetOffset // this.numericUpDownTargetOffset.DecimalPlaces = 2; this.numericUpDownTargetOffset.Location = new System.Drawing.Point(133, 177); this.numericUpDownTargetOffset.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDownTargetOffset.Name = "numericUpDownTargetOffset"; this.numericUpDownTargetOffset.Size = new System.Drawing.Size(92, 20); this.numericUpDownTargetOffset.TabIndex = 91; // // labelTargetOffset // this.labelTargetOffset.AutoSize = true; this.labelTargetOffset.Location = new System.Drawing.Point(90, 179); this.labelTargetOffset.Name = "labelTargetOffset"; this.labelTargetOffset.Size = new System.Drawing.Size(35, 13); this.labelTargetOffset.TabIndex = 97; this.labelTargetOffset.Text = "Offset"; // // comboBoxTarget // this.comboBoxTarget.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTarget.FormattingEnabled = true; this.comboBoxTarget.Location = new System.Drawing.Point(18, 150); this.comboBoxTarget.Name = "comboBoxTarget"; this.comboBoxTarget.Size = new System.Drawing.Size(207, 21); this.comboBoxTarget.TabIndex = 89; this.comboBoxTarget.SelectedIndexChanged += new System.EventHandler(this.comboBoxTarget_SelectedIndexChanged); // // labelTarget // this.labelTarget.AutoSize = true; this.labelTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTarget.Location = new System.Drawing.Point(7, 122); this.labelTarget.Name = "labelTarget"; this.labelTarget.Size = new System.Drawing.Size(61, 20); this.labelTarget.TabIndex = 94; this.labelTarget.Text = "Target"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label12.Location = new System.Drawing.Point(657, 115); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(0, 16); this.label12.TabIndex = 93; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label13.Location = new System.Drawing.Point(657, 141); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(0, 16); this.label13.TabIndex = 92; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label15.Location = new System.Drawing.Point(539, 217); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(0, 16); this.label15.TabIndex = 95; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label16.Location = new System.Drawing.Point(537, 132); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(0, 16); this.label16.TabIndex = 96; // // labelStopFormula // this.labelStopFormula.AutoSize = true; this.labelStopFormula.Location = new System.Drawing.Point(255, 65); this.labelStopFormula.Name = "labelStopFormula"; this.labelStopFormula.Size = new System.Drawing.Size(44, 13); this.labelStopFormula.TabIndex = 88; this.labelStopFormula.Text = "Formula"; // // comboBoxStopLossFormula // this.comboBoxStopLossFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxStopLossFormula.Enabled = false; this.comboBoxStopLossFormula.FormattingEnabled = true; this.comboBoxStopLossFormula.Location = new System.Drawing.Point(305, 61); this.comboBoxStopLossFormula.Name = "comboBoxStopLossFormula"; this.comboBoxStopLossFormula.Size = new System.Drawing.Size(195, 21); this.comboBoxStopLossFormula.TabIndex = 80; // // numericUpDownStopOffset // this.numericUpDownStopOffset.DecimalPlaces = 2; this.numericUpDownStopOffset.Location = new System.Drawing.Point(133, 88); this.numericUpDownStopOffset.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDownStopOffset.Name = "numericUpDownStopOffset"; this.numericUpDownStopOffset.Size = new System.Drawing.Size(92, 20); this.numericUpDownStopOffset.TabIndex = 81; // // labelStopOffset // this.labelStopOffset.AutoSize = true; this.labelStopOffset.Location = new System.Drawing.Point(90, 90); this.labelStopOffset.Name = "labelStopOffset"; this.labelStopOffset.Size = new System.Drawing.Size(35, 13); this.labelStopOffset.TabIndex = 87; this.labelStopOffset.Text = "Offset"; // // comboBoxStopLoss // this.comboBoxStopLoss.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxStopLoss.FormattingEnabled = true; this.comboBoxStopLoss.Location = new System.Drawing.Point(18, 61); this.comboBoxStopLoss.Name = "comboBoxStopLoss"; this.comboBoxStopLoss.Size = new System.Drawing.Size(207, 21); this.comboBoxStopLoss.TabIndex = 79; this.comboBoxStopLoss.SelectedIndexChanged += new System.EventHandler(this.comboBoxStopLoss_SelectedIndexChanged); // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(7, 33); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(90, 20); this.label26.TabIndex = 85; this.label26.Text = "Stop Loss"; // // label27 // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label27.Location = new System.Drawing.Point(657, 27); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(0, 16); this.label27.TabIndex = 83; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label28.Location = new System.Drawing.Point(657, 53); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(0, 16); this.label28.TabIndex = 82; // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label30.Location = new System.Drawing.Point(635, 74); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(0, 16); this.label30.TabIndex = 86; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label14.Location = new System.Drawing.Point(537, 43); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(0, 16); this.label14.TabIndex = 84; // // tabPageOrderDetails // this.tabPageOrderDetails.AutoScroll = true; this.tabPageOrderDetails.Controls.Add(this.orderMaxControl1); this.tabPageOrderDetails.Controls.Add(this.label29); this.tabPageOrderDetails.Controls.Add(this.numericUpDownGoodForMinutes); this.tabPageOrderDetails.Controls.Add(this.labelGoodForTime); this.tabPageOrderDetails.Controls.Add(this.comboBoxEntryTimeInForce); this.tabPageOrderDetails.Controls.Add(this.label19); this.tabPageOrderDetails.Controls.Add(this.comboBoxLimitOffsetType); this.tabPageOrderDetails.Controls.Add(this.labelEntryStopFormula); this.tabPageOrderDetails.Controls.Add(this.comboBoxEntryStopFormula); this.tabPageOrderDetails.Controls.Add(this.labelLimitOffsetHelp); this.tabPageOrderDetails.Controls.Add(this.labelLimitEntryReference); this.tabPageOrderDetails.Controls.Add(this.comboBoxEntryLimitFormula); this.tabPageOrderDetails.Controls.Add(this.numericUpDownGoodForSeconds); this.tabPageOrderDetails.Controls.Add(this.labelTimeInForce); this.tabPageOrderDetails.Controls.Add(this.labelLimitOffset); this.tabPageOrderDetails.Controls.Add(this.comboBoxLimitReference); this.tabPageOrderDetails.Controls.Add(this.numericUpDownLimitOffset); this.tabPageOrderDetails.Controls.Add(this.labelLimitReference); this.tabPageOrderDetails.Controls.Add(this.comboBoxEntryOrder); this.tabPageOrderDetails.Controls.Add(this.labelEntryOrder); this.tabPageOrderDetails.Controls.Add(this.labelRiskUnits); this.tabPageOrderDetails.Controls.Add(this.numericUpDownRiskUnits); this.tabPageOrderDetails.Controls.Add(this.comboBoxPositionSizing); this.tabPageOrderDetails.Controls.Add(this.labelPositionSizing); this.tabPageOrderDetails.Controls.Add(this.label2); this.tabPageOrderDetails.Controls.Add(this.label3); this.tabPageOrderDetails.Controls.Add(this.label4); this.tabPageOrderDetails.Controls.Add(this.label7); this.tabPageOrderDetails.Location = new System.Drawing.Point(4, 22); this.tabPageOrderDetails.Margin = new System.Windows.Forms.Padding(2); this.tabPageOrderDetails.Name = "tabPageOrderDetails"; this.tabPageOrderDetails.Size = new System.Drawing.Size(701, 301); this.tabPageOrderDetails.TabIndex = 2; this.tabPageOrderDetails.Text = "Order Details"; this.tabPageOrderDetails.UseVisualStyleBackColor = true; // // orderMaxControl1 // this.orderMaxControl1.BackColor = System.Drawing.Color.Transparent; this.orderMaxControl1.Dollars = new decimal(new int[] { 0, 0, 0, 0}); this.orderMaxControl1.LargeView = true; this.orderMaxControl1.Location = new System.Drawing.Point(418, 27); this.orderMaxControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.orderMaxControl1.Name = "orderMaxControl1"; this.orderMaxControl1.Shares = new decimal(new int[] { 0, 0, 0, 0}); this.orderMaxControl1.Size = new System.Drawing.Size(98, 37); this.orderMaxControl1.StatusFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.orderMaxControl1.TabIndex = 103; this.orderMaxControl1.Valid = true; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(267, 164); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(23, 13); this.label29.TabIndex = 102; this.label29.Text = "min"; // // numericUpDownGoodForMinutes // this.numericUpDownGoodForMinutes.Location = new System.Drawing.Point(202, 157); this.numericUpDownGoodForMinutes.Maximum = new decimal(new int[] { 390, 0, 0, 0}); this.numericUpDownGoodForMinutes.Name = "numericUpDownGoodForMinutes"; this.numericUpDownGoodForMinutes.Size = new System.Drawing.Size(61, 20); this.numericUpDownGoodForMinutes.TabIndex = 100; // // labelGoodForTime // this.labelGoodForTime.AutoSize = true; this.labelGoodForTime.Location = new System.Drawing.Point(356, 164); this.labelGoodForTime.Name = "labelGoodForTime"; this.labelGoodForTime.Size = new System.Drawing.Size(234, 13); this.labelGoodForTime.TabIndex = 99; this.labelGoodForTime.Text = "sec to wait for entry order to fill before cancelling"; // // comboBoxEntryTimeInForce // this.comboBoxEntryTimeInForce.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryTimeInForce.Enabled = false; this.comboBoxEntryTimeInForce.FormattingEnabled = true; this.comboBoxEntryTimeInForce.Location = new System.Drawing.Point(118, 156); this.comboBoxEntryTimeInForce.Name = "comboBoxEntryTimeInForce"; this.comboBoxEntryTimeInForce.Size = new System.Drawing.Size(81, 21); this.comboBoxEntryTimeInForce.TabIndex = 98; this.comboBoxEntryTimeInForce.SelectedIndexChanged += new System.EventHandler(this.comboBoxEntryTimeInForce_SelectedIndexChanged); // // label19 // this.label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label19.Location = new System.Drawing.Point(8, 78); this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(660, 1); this.label19.TabIndex = 97; // // comboBoxLimitOffsetType // this.comboBoxLimitOffsetType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLimitOffsetType.Enabled = false; this.comboBoxLimitOffsetType.FormattingEnabled = true; this.comboBoxLimitOffsetType.Location = new System.Drawing.Point(118, 235); this.comboBoxLimitOffsetType.Name = "comboBoxLimitOffsetType"; this.comboBoxLimitOffsetType.Size = new System.Drawing.Size(49, 21); this.comboBoxLimitOffsetType.TabIndex = 86; // // labelEntryStopFormula // this.labelEntryStopFormula.AutoSize = true; this.labelEntryStopFormula.Location = new System.Drawing.Point(42, 185); this.labelEntryStopFormula.Name = "labelEntryStopFormula"; this.labelEntryStopFormula.Size = new System.Drawing.Size(69, 13); this.labelEntryStopFormula.TabIndex = 96; this.labelEntryStopFormula.Text = "Stop Formula"; // // comboBoxEntryStopFormula // this.comboBoxEntryStopFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryStopFormula.Enabled = false; this.comboBoxEntryStopFormula.FormattingEnabled = true; this.comboBoxEntryStopFormula.Location = new System.Drawing.Point(118, 183); this.comboBoxEntryStopFormula.Name = "comboBoxEntryStopFormula"; this.comboBoxEntryStopFormula.Size = new System.Drawing.Size(148, 21); this.comboBoxEntryStopFormula.TabIndex = 88; // // labelLimitOffsetHelp // this.labelLimitOffsetHelp.AutoSize = true; this.labelLimitOffsetHelp.Location = new System.Drawing.Point(230, 237); this.labelLimitOffsetHelp.Name = "labelLimitOffsetHelp"; this.labelLimitOffsetHelp.Size = new System.Drawing.Size(147, 13); this.labelLimitOffsetHelp.TabIndex = 95; this.labelLimitOffsetHelp.Text = "+ = outside mkt, - = inside mkt"; // // labelLimitEntryReference // this.labelLimitEntryReference.AutoSize = true; this.labelLimitEntryReference.Location = new System.Drawing.Point(43, 263); this.labelLimitEntryReference.Name = "labelLimitEntryReference"; this.labelLimitEntryReference.Size = new System.Drawing.Size(68, 13); this.labelLimitEntryReference.TabIndex = 94; this.labelLimitEntryReference.Text = "Limit Formula"; // // comboBoxEntryLimitFormula // this.comboBoxEntryLimitFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryLimitFormula.Enabled = false; this.comboBoxEntryLimitFormula.FormattingEnabled = true; this.comboBoxEntryLimitFormula.Location = new System.Drawing.Point(118, 261); this.comboBoxEntryLimitFormula.Name = "comboBoxEntryLimitFormula"; this.comboBoxEntryLimitFormula.Size = new System.Drawing.Size(195, 21); this.comboBoxEntryLimitFormula.TabIndex = 89; // // numericUpDownGoodForSeconds // this.numericUpDownGoodForSeconds.Location = new System.Drawing.Point(290, 157); this.numericUpDownGoodForSeconds.Maximum = new decimal(new int[] { 23400, 0, 0, 0}); this.numericUpDownGoodForSeconds.Name = "numericUpDownGoodForSeconds"; this.numericUpDownGoodForSeconds.Size = new System.Drawing.Size(61, 20); this.numericUpDownGoodForSeconds.TabIndex = 85; this.numericUpDownGoodForSeconds.Value = new decimal(new int[] { 60, 0, 0, 0}); // // labelTimeInForce // this.labelTimeInForce.AutoSize = true; this.labelTimeInForce.Location = new System.Drawing.Point(39, 159); this.labelTimeInForce.Name = "labelTimeInForce"; this.labelTimeInForce.Size = new System.Drawing.Size(71, 13); this.labelTimeInForce.TabIndex = 93; this.labelTimeInForce.Text = "Time in Force"; // // labelLimitOffset // this.labelLimitOffset.AutoSize = true; this.labelLimitOffset.Location = new System.Drawing.Point(53, 237); this.labelLimitOffset.Name = "labelLimitOffset"; this.labelLimitOffset.Size = new System.Drawing.Size(59, 13); this.labelLimitOffset.TabIndex = 92; this.labelLimitOffset.Text = "Limit Offset"; // // comboBoxLimitReference // this.comboBoxLimitReference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLimitReference.Enabled = false; this.comboBoxLimitReference.FormattingEnabled = true; this.comboBoxLimitReference.Location = new System.Drawing.Point(118, 209); this.comboBoxLimitReference.Name = "comboBoxLimitReference"; this.comboBoxLimitReference.Size = new System.Drawing.Size(91, 21); this.comboBoxLimitReference.TabIndex = 84; this.comboBoxLimitReference.SelectedIndexChanged += new System.EventHandler(this.comboBoxLimitReference_SelectedIndexChanged); // // numericUpDownLimitOffset // this.numericUpDownLimitOffset.DecimalPlaces = 2; this.numericUpDownLimitOffset.Enabled = false; this.numericUpDownLimitOffset.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownLimitOffset.Location = new System.Drawing.Point(170, 235); this.numericUpDownLimitOffset.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericUpDownLimitOffset.Minimum = new decimal(new int[] { 10000, 0, 0, -2147483648}); this.numericUpDownLimitOffset.Name = "numericUpDownLimitOffset"; this.numericUpDownLimitOffset.Size = new System.Drawing.Size(54, 20); this.numericUpDownLimitOffset.TabIndex = 87; this.numericUpDownLimitOffset.Value = new decimal(new int[] { 1, 0, 0, 0}); // // labelLimitReference // this.labelLimitReference.AutoSize = true; this.labelLimitReference.Location = new System.Drawing.Point(30, 211); this.labelLimitReference.Name = "labelLimitReference"; this.labelLimitReference.Size = new System.Drawing.Size(81, 13); this.labelLimitReference.TabIndex = 91; this.labelLimitReference.Text = "Limit Reference"; // // comboBoxEntryOrder // this.comboBoxEntryOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryOrder.FormattingEnabled = true; this.comboBoxEntryOrder.Location = new System.Drawing.Point(18, 125); this.comboBoxEntryOrder.Name = "comboBoxEntryOrder"; this.comboBoxEntryOrder.Size = new System.Drawing.Size(207, 21); this.comboBoxEntryOrder.TabIndex = 83; this.comboBoxEntryOrder.SelectedIndexChanged += new System.EventHandler(this.comboBoxEntryOrder_SelectedIndexChanged); // // labelEntryOrder // this.labelEntryOrder.AutoSize = true; this.labelEntryOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelEntryOrder.Location = new System.Drawing.Point(7, 94); this.labelEntryOrder.Name = "labelEntryOrder"; this.labelEntryOrder.Size = new System.Drawing.Size(101, 20); this.labelEntryOrder.TabIndex = 90; this.labelEntryOrder.Text = "Entry Order"; // // labelRiskUnits // this.labelRiskUnits.AutoSize = true; this.labelRiskUnits.Location = new System.Drawing.Point(246, 40); this.labelRiskUnits.Name = "labelRiskUnits"; this.labelRiskUnits.Size = new System.Drawing.Size(58, 13); this.labelRiskUnits.TabIndex = 82; this.labelRiskUnits.Text = "Risk Value"; // // numericUpDownRiskUnits // this.numericUpDownRiskUnits.Location = new System.Drawing.Point(310, 38); this.numericUpDownRiskUnits.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.numericUpDownRiskUnits.Name = "numericUpDownRiskUnits"; this.numericUpDownRiskUnits.Size = new System.Drawing.Size(92, 20); this.numericUpDownRiskUnits.TabIndex = 76; this.numericUpDownRiskUnits.ValueChanged += new System.EventHandler(this.numericUpDownRiskUnits_ValueChanged); // // comboBoxPositionSizing // this.comboBoxPositionSizing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxPositionSizing.FormattingEnabled = true; this.comboBoxPositionSizing.Location = new System.Drawing.Point(18, 37); this.comboBoxPositionSizing.Name = "comboBoxPositionSizing"; this.comboBoxPositionSizing.Size = new System.Drawing.Size(207, 21); this.comboBoxPositionSizing.TabIndex = 75; this.comboBoxPositionSizing.SelectedIndexChanged += new System.EventHandler(this.comboBoxPositionSizing_SelectedIndexChanged); // // labelPositionSizing // this.labelPositionSizing.AutoSize = true; this.labelPositionSizing.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPositionSizing.Location = new System.Drawing.Point(7, 6); this.labelPositionSizing.Name = "labelPositionSizing"; this.labelPositionSizing.Size = new System.Drawing.Size(127, 20); this.labelPositionSizing.TabIndex = 81; this.labelPositionSizing.Text = "Position Sizing"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label2.Location = new System.Drawing.Point(657, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 16); this.label2.TabIndex = 78; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label3.Location = new System.Drawing.Point(657, 53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(0, 16); this.label3.TabIndex = 77; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label4.Location = new System.Drawing.Point(635, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 16); this.label4.TabIndex = 79; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label7.Location = new System.Drawing.Point(636, 73); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(0, 16); this.label7.TabIndex = 80; // // tabPageEntryTime // this.tabPageEntryTime.AutoScroll = true; this.tabPageEntryTime.Controls.Add(this.comboBoxThrottleType); this.tabPageEntryTime.Controls.Add(this.textBoxContra); this.tabPageEntryTime.Controls.Add(this.textBoxRoute); this.tabPageEntryTime.Controls.Add(this.labelContra); this.tabPageEntryTime.Controls.Add(this.checkBoxUseCustomRoute); this.tabPageEntryTime.Controls.Add(this.checkBoxUseOrderThrottle); this.tabPageEntryTime.Controls.Add(this.labelOrderLimitB); this.tabPageEntryTime.Controls.Add(this.numericUpDownOrderLimit); this.tabPageEntryTime.Controls.Add(this.checkBoxSendWhenHoldingsExist); this.tabPageEntryTime.Controls.Add(this.checkBoxOneTradePerSymbol); this.tabPageEntryTime.Controls.Add(this.labelStartTimeValue); this.tabPageEntryTime.Controls.Add(this.labelInitiateTradesHeading); this.tabPageEntryTime.Controls.Add(this.lblLookBackDate); this.tabPageEntryTime.Controls.Add(this.lblRecentDate); this.tabPageEntryTime.Controls.Add(this.trackBarStartTime); this.tabPageEntryTime.Controls.Add(this.labelEndTimeValue); this.tabPageEntryTime.Controls.Add(this.trackBarEndTime); this.tabPageEntryTime.Controls.Add(this.labelStartTimeMax); this.tabPageEntryTime.Controls.Add(this.labelEndTimeMin); this.tabPageEntryTime.Controls.Add(this.labelEndTimeMax); this.tabPageEntryTime.Controls.Add(this.labelStartTimeMin); this.tabPageEntryTime.Controls.Add(this.tableLayoutPanel1); this.tabPageEntryTime.Location = new System.Drawing.Point(4, 22); this.tabPageEntryTime.Margin = new System.Windows.Forms.Padding(2); this.tabPageEntryTime.Name = "tabPageEntryTime"; this.tabPageEntryTime.Padding = new System.Windows.Forms.Padding(2); this.tabPageEntryTime.Size = new System.Drawing.Size(701, 301); this.tabPageEntryTime.TabIndex = 1; this.tabPageEntryTime.Text = "Entry Time"; this.tabPageEntryTime.UseVisualStyleBackColor = true; // // comboBoxThrottleType // this.comboBoxThrottleType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxThrottleType.FormattingEnabled = true; this.comboBoxThrottleType.Items.AddRange(new object[] { "filling", "sending"}); this.comboBoxThrottleType.Location = new System.Drawing.Point(93, 181); this.comboBoxThrottleType.Margin = new System.Windows.Forms.Padding(2); this.comboBoxThrottleType.Name = "comboBoxThrottleType"; this.comboBoxThrottleType.Size = new System.Drawing.Size(82, 21); this.comboBoxThrottleType.TabIndex = 49; // // textBoxContra // this.textBoxContra.Enabled = false; this.textBoxContra.Location = new System.Drawing.Point(233, 208); this.textBoxContra.Name = "textBoxContra"; this.textBoxContra.Size = new System.Drawing.Size(42, 20); this.textBoxContra.TabIndex = 55; // // textBoxRoute // this.textBoxRoute.Enabled = false; this.textBoxRoute.Location = new System.Drawing.Point(137, 208); this.textBoxRoute.Name = "textBoxRoute"; this.textBoxRoute.Size = new System.Drawing.Size(45, 20); this.textBoxRoute.TabIndex = 53; this.textBoxRoute.Text = "SMART"; // // labelContra // this.labelContra.AutoSize = true; this.labelContra.Location = new System.Drawing.Point(185, 211); this.labelContra.Name = "labelContra"; this.labelContra.Size = new System.Drawing.Size(41, 13); this.labelContra.TabIndex = 54; this.labelContra.Text = "Contra:"; // // checkBoxUseCustomRoute // this.checkBoxUseCustomRoute.AutoSize = true; this.checkBoxUseCustomRoute.Location = new System.Drawing.Point(18, 209); this.checkBoxUseCustomRoute.Name = "checkBoxUseCustomRoute"; this.checkBoxUseCustomRoute.Size = new System.Drawing.Size(112, 17); this.checkBoxUseCustomRoute.TabIndex = 52; this.checkBoxUseCustomRoute.Text = "Use custom route:"; this.checkBoxUseCustomRoute.UseVisualStyleBackColor = true; this.checkBoxUseCustomRoute.CheckedChanged += new System.EventHandler(this.checkBoxUseCustomRoute_CheckedChanged); // // checkBoxUseOrderThrottle // this.checkBoxUseOrderThrottle.AutoSize = true; this.checkBoxUseOrderThrottle.Checked = true; this.checkBoxUseOrderThrottle.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxUseOrderThrottle.Location = new System.Drawing.Point(18, 183); this.checkBoxUseOrderThrottle.Name = "checkBoxUseOrderThrottle"; this.checkBoxUseOrderThrottle.Size = new System.Drawing.Size(72, 17); this.checkBoxUseOrderThrottle.TabIndex = 48; this.checkBoxUseOrderThrottle.Text = "Stop after"; this.checkBoxUseOrderThrottle.UseVisualStyleBackColor = true; // // labelOrderLimitB // this.labelOrderLimitB.AutoSize = true; this.labelOrderLimitB.Location = new System.Drawing.Point(254, 183); this.labelOrderLimitB.Name = "labelOrderLimitB"; this.labelOrderLimitB.Size = new System.Drawing.Size(65, 13); this.labelOrderLimitB.TabIndex = 51; this.labelOrderLimitB.Text = "entry orders."; // // numericUpDownOrderLimit // this.numericUpDownOrderLimit.Location = new System.Drawing.Point(189, 183); this.numericUpDownOrderLimit.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numericUpDownOrderLimit.Name = "numericUpDownOrderLimit"; this.numericUpDownOrderLimit.Size = new System.Drawing.Size(61, 20); this.numericUpDownOrderLimit.TabIndex = 50; // // checkBoxSendWhenHoldingsExist // this.checkBoxSendWhenHoldingsExist.AutoSize = true; this.checkBoxSendWhenHoldingsExist.Location = new System.Drawing.Point(18, 157); this.checkBoxSendWhenHoldingsExist.Name = "checkBoxSendWhenHoldingsExist"; this.checkBoxSendWhenHoldingsExist.Size = new System.Drawing.Size(250, 17); this.checkBoxSendWhenHoldingsExist.TabIndex = 47; this.checkBoxSendWhenHoldingsExist.Text = "Send order even when holdings exist for symbol"; this.checkBoxSendWhenHoldingsExist.UseVisualStyleBackColor = true; // // checkBoxOneTradePerSymbol // this.checkBoxOneTradePerSymbol.AutoSize = true; this.checkBoxOneTradePerSymbol.Checked = true; this.checkBoxOneTradePerSymbol.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxOneTradePerSymbol.Location = new System.Drawing.Point(18, 131); this.checkBoxOneTradePerSymbol.Name = "checkBoxOneTradePerSymbol"; this.checkBoxOneTradePerSymbol.Size = new System.Drawing.Size(318, 17); this.checkBoxOneTradePerSymbol.TabIndex = 46; this.checkBoxOneTradePerSymbol.Text = "Send orders for a symbol at most once per day for this strategy"; this.checkBoxOneTradePerSymbol.UseVisualStyleBackColor = true; // // labelStartTimeValue // this.labelStartTimeValue.AutoSize = true; this.labelStartTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelStartTimeValue.Location = new System.Drawing.Point(133, 56); this.labelStartTimeValue.Name = "labelStartTimeValue"; this.labelStartTimeValue.Size = new System.Drawing.Size(47, 13); this.labelStartTimeValue.TabIndex = 63; this.labelStartTimeValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // 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(7, 6); this.labelInitiateTradesHeading.Name = "labelInitiateTradesHeading"; this.labelInitiateTradesHeading.Size = new System.Drawing.Size(200, 20); this.labelInitiateTradesHeading.TabIndex = 60; this.labelInitiateTradesHeading.Text = "Initiate Trades Between"; // // lblLookBackDate // this.lblLookBackDate.AutoSize = true; this.lblLookBackDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.lblLookBackDate.Location = new System.Drawing.Point(623, 31); this.lblLookBackDate.Name = "lblLookBackDate"; this.lblLookBackDate.Size = new System.Drawing.Size(0, 16); this.lblLookBackDate.TabIndex = 57; // // lblRecentDate // this.lblRecentDate.AutoSize = true; this.lblRecentDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.lblRecentDate.Location = new System.Drawing.Point(623, 57); this.lblRecentDate.Name = "lblRecentDate"; this.lblRecentDate.Size = new System.Drawing.Size(0, 16); this.lblRecentDate.TabIndex = 56; // // trackBarStartTime // this.trackBarStartTime.AutoSize = false; this.trackBarStartTime.Location = new System.Drawing.Point(172, 35); this.trackBarStartTime.Maximum = 1000; this.trackBarStartTime.Minimum = -1000; this.trackBarStartTime.Name = "trackBarStartTime"; this.trackBarStartTime.Size = new System.Drawing.Size(423, 23); this.trackBarStartTime.TabIndex = 44; this.trackBarStartTime.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBarStartTime.Scroll += new System.EventHandler(this.trackBarStartTime_Scroll); // // labelEndTimeValue // this.labelEndTimeValue.AutoSize = true; this.labelEndTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelEndTimeValue.Location = new System.Drawing.Point(133, 101); this.labelEndTimeValue.Name = "labelEndTimeValue"; this.labelEndTimeValue.Size = new System.Drawing.Size(47, 13); this.labelEndTimeValue.TabIndex = 64; this.labelEndTimeValue.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // trackBarEndTime // this.trackBarEndTime.AutoSize = false; this.trackBarEndTime.Location = new System.Drawing.Point(173, 75); this.trackBarEndTime.Maximum = 1000; this.trackBarEndTime.Minimum = -1000; this.trackBarEndTime.Name = "trackBarEndTime"; this.trackBarEndTime.Size = new System.Drawing.Size(422, 23); this.trackBarEndTime.TabIndex = 45; this.trackBarEndTime.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBarEndTime.Scroll += new System.EventHandler(this.trackBarEndTime_Scroll); // // labelStartTimeMax // this.labelStartTimeMax.AutoSize = true; this.labelStartTimeMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelStartTimeMax.Location = new System.Drawing.Point(601, 35); this.labelStartTimeMax.Name = "labelStartTimeMax"; this.labelStartTimeMax.Size = new System.Drawing.Size(0, 13); this.labelStartTimeMax.TabIndex = 58; // // labelEndTimeMin // this.labelEndTimeMin.AutoSize = true; this.labelEndTimeMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelEndTimeMin.Location = new System.Drawing.Point(123, 75); this.labelEndTimeMin.Name = "labelEndTimeMin"; this.labelEndTimeMin.Size = new System.Drawing.Size(47, 13); this.labelEndTimeMin.TabIndex = 62; this.labelEndTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // labelEndTimeMax // this.labelEndTimeMax.AutoSize = true; this.labelEndTimeMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelEndTimeMax.Location = new System.Drawing.Point(601, 75); this.labelEndTimeMax.Name = "labelEndTimeMax"; this.labelEndTimeMax.Size = new System.Drawing.Size(0, 13); this.labelEndTimeMax.TabIndex = 59; // // labelStartTimeMin // this.labelStartTimeMin.AutoSize = true; this.labelStartTimeMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.labelStartTimeMin.Location = new System.Drawing.Point(123, 34); this.labelStartTimeMin.Name = "labelStartTimeMin"; this.labelStartTimeMin.Size = new System.Drawing.Size(47, 13); this.labelStartTimeMin.TabIndex = 61; this.labelStartTimeMin.Text = MarketHoursSettingsModel.GetMarketOpenTimeLabel(); // // 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(-8, 35); 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(75, 82); this.tableLayoutPanel1.TabIndex = 65; // // 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", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStartTime.Location = new System.Drawing.Point(20, 0); this.lblStartTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(51, 13); 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", 8F); this.lblEndtime.Location = new System.Drawing.Point(20, 40); this.lblEndtime.Name = "lblEndtime"; this.lblEndtime.Size = new System.Drawing.Size(52, 13); this.lblEndtime.TabIndex = 8; this.lblEndtime.Text = "End Time"; // // tabPageConfiguration // this.tabPageConfiguration.AutoScroll = true; this.tabPageConfiguration.Controls.Add(this.labelCurrentAccount); this.tabPageConfiguration.Controls.Add(this.checkBoxCFDEnabled); this.tabPageConfiguration.Controls.Add(this.label18); this.tabPageConfiguration.Controls.Add(this.label17); this.tabPageConfiguration.Controls.Add(this.label9); this.tabPageConfiguration.Controls.Add(this.label1); this.tabPageConfiguration.Controls.Add(this.buttonAllocations); this.tabPageConfiguration.Controls.Add(this.flowLayoutPanelStrategySummary); this.tabPageConfiguration.Controls.Add(this.textBoxName); this.tabPageConfiguration.Controls.Add(this.labelName); this.tabPageConfiguration.Controls.Add(this.radioButtonGoShort); this.tabPageConfiguration.Controls.Add(this.radioButtonGoLong); this.tabPageConfiguration.Controls.Add(this.buttonCollaborate); this.tabPageConfiguration.Controls.Add(this.buttonConfigureStrategy); this.tabPageConfiguration.Controls.Add(this.labelSignalSection); this.tabPageConfiguration.Controls.Add(this.label5); this.tabPageConfiguration.Controls.Add(this.label6); this.tabPageConfiguration.Controls.Add(this.label8); this.tabPageConfiguration.Controls.Add(this.label10); this.tabPageConfiguration.Location = new System.Drawing.Point(4, 22); this.tabPageConfiguration.Margin = new System.Windows.Forms.Padding(2); this.tabPageConfiguration.Name = "tabPageConfiguration"; this.tabPageConfiguration.Padding = new System.Windows.Forms.Padding(2); this.tabPageConfiguration.Size = new System.Drawing.Size(701, 301); this.tabPageConfiguration.TabIndex = 0; this.tabPageConfiguration.Text = "Configuration"; this.tabPageConfiguration.UseVisualStyleBackColor = true; // // labelCurrentAccount // this.labelCurrentAccount.AutoSize = true; this.labelCurrentAccount.Location = new System.Drawing.Point(171, 260); this.labelCurrentAccount.Margin = new System.Windows.Forms.Padding(2); this.labelCurrentAccount.Name = "labelCurrentAccount"; this.labelCurrentAccount.Padding = new System.Windows.Forms.Padding(2); this.labelCurrentAccount.Size = new System.Drawing.Size(128, 17); this.labelCurrentAccount.TabIndex = 64; this.labelCurrentAccount.Text = "Current Account: Default"; this.labelCurrentAccount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // checkBoxCFDEnabled // this.checkBoxCFDEnabled.AutoSize = true; this.checkBoxCFDEnabled.Location = new System.Drawing.Point(405, 37); this.checkBoxCFDEnabled.Margin = new System.Windows.Forms.Padding(2); this.checkBoxCFDEnabled.Name = "checkBoxCFDEnabled"; this.checkBoxCFDEnabled.Size = new System.Drawing.Size(74, 17); this.checkBoxCFDEnabled.TabIndex = 63; this.checkBoxCFDEnabled.Text = "Use CFDs"; this.checkBoxCFDEnabled.UseVisualStyleBackColor = true; // // label18 // this.label18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label18.Location = new System.Drawing.Point(8, 246); this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(660, 1); this.label18.TabIndex = 62; // // label17 // this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label17.Location = new System.Drawing.Point(8, 144); this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(660, 1); this.label17.TabIndex = 61; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(18, 89); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(49, 13); this.label9.TabIndex = 60; this.label9.Text = "Direction"; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.Location = new System.Drawing.Point(8, 77); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(660, 1); this.label1.TabIndex = 59; // // buttonAllocations // this.buttonAllocations.Location = new System.Drawing.Point(21, 257); this.buttonAllocations.Margin = new System.Windows.Forms.Padding(2); this.buttonAllocations.Name = "buttonAllocations"; this.buttonAllocations.Size = new System.Drawing.Size(133, 23); this.buttonAllocations.TabIndex = 49; this.buttonAllocations.Text = "Accounts"; this.buttonAllocations.UseVisualStyleBackColor = true; this.buttonAllocations.Click += new System.EventHandler(this.buttonAllocations_Click); // // flowLayoutPanelStrategySummary // this.flowLayoutPanelStrategySummary.AutoScroll = true; this.flowLayoutPanelStrategySummary.Location = new System.Drawing.Point(103, 155); this.flowLayoutPanelStrategySummary.Name = "flowLayoutPanelStrategySummary"; this.flowLayoutPanelStrategySummary.Size = new System.Drawing.Size(531, 81); this.flowLayoutPanelStrategySummary.TabIndex = 58; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(57, 36); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(288, 20); this.textBoxName.TabIndex = 46; // // labelName // this.labelName.AutoSize = true; this.labelName.Location = new System.Drawing.Point(18, 38); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(35, 13); this.labelName.TabIndex = 57; this.labelName.Text = "Name"; // // radioButtonGoShort // this.radioButtonGoShort.AutoSize = true; this.radioButtonGoShort.Location = new System.Drawing.Point(71, 111); this.radioButtonGoShort.Name = "radioButtonGoShort"; this.radioButtonGoShort.Size = new System.Drawing.Size(50, 17); this.radioButtonGoShort.TabIndex = 48; this.radioButtonGoShort.Text = "Short"; this.radioButtonGoShort.UseVisualStyleBackColor = true; // // radioButtonGoLong // this.radioButtonGoLong.AutoSize = true; this.radioButtonGoLong.Checked = true; this.radioButtonGoLong.Location = new System.Drawing.Point(71, 89); this.radioButtonGoLong.Name = "radioButtonGoLong"; this.radioButtonGoLong.Size = new System.Drawing.Size(49, 17); this.radioButtonGoLong.TabIndex = 47; this.radioButtonGoLong.TabStop = true; this.radioButtonGoLong.Text = "Long"; this.radioButtonGoLong.UseVisualStyleBackColor = true; // // buttonCollaborate // this.buttonCollaborate.Location = new System.Drawing.Point(21, 184); this.buttonCollaborate.Name = "buttonCollaborate"; this.buttonCollaborate.Size = new System.Drawing.Size(70, 23); this.buttonCollaborate.TabIndex = 51; this.buttonCollaborate.Text = "Collaborate"; this.buttonCollaborate.UseVisualStyleBackColor = true; this.buttonCollaborate.Click += new System.EventHandler(this.buttonCollaborate_Click); // // buttonConfigureStrategy // this.buttonConfigureStrategy.Location = new System.Drawing.Point(21, 155); this.buttonConfigureStrategy.Name = "buttonConfigureStrategy"; this.buttonConfigureStrategy.Size = new System.Drawing.Size(70, 23); this.buttonConfigureStrategy.TabIndex = 50; this.buttonConfigureStrategy.Text = "Configure"; this.buttonConfigureStrategy.UseVisualStyleBackColor = true; this.buttonConfigureStrategy.Click += new System.EventHandler(this.buttonConfigureStrategy_Click); // // labelSignalSection // this.labelSignalSection.AutoSize = true; this.labelSignalSection.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelSignalSection.Location = new System.Drawing.Point(7, 6); this.labelSignalSection.Name = "labelSignalSection"; this.labelSignalSection.Size = new System.Drawing.Size(190, 20); this.labelSignalSection.TabIndex = 56; this.labelSignalSection.Text = "Strategy Configuration"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label5.Location = new System.Drawing.Point(657, 27); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(0, 16); this.label5.TabIndex = 52; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label6.Location = new System.Drawing.Point(657, 53); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(0, 16); this.label6.TabIndex = 53; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label8.Location = new System.Drawing.Point(635, 31); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(0, 16); this.label8.TabIndex = 54; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label10.Location = new System.Drawing.Point(635, 71); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(0, 16); this.label10.TabIndex = 55; // // tabControlMain // this.tabControlMain.Controls.Add(this.tabPageConfiguration); this.tabControlMain.Controls.Add(this.tabPageEntryTime); this.tabControlMain.Controls.Add(this.tabPageOrderDetails); this.tabControlMain.Controls.Add(this.tabPageRiskMgmt); this.tabControlMain.Controls.Add(this.tabPageHoldTime); this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlMain.Location = new System.Drawing.Point(2, 2); this.tabControlMain.Margin = new System.Windows.Forms.Padding(2); this.tabControlMain.Name = "tabControlMain"; this.tabControlMain.SelectedIndex = 0; this.tabControlMain.Size = new System.Drawing.Size(709, 327); this.tabControlMain.TabIndex = 51; this.tabControlMain.SelectedIndexChanged += new System.EventHandler(this.tabControlMain_SelectedIndexChanged); // // flowLayoutPanelBacktestButtons // this.flowLayoutPanelBacktestButtons.AutoSize = true; this.flowLayoutPanelBacktestButtons.Controls.Add(this.buttonOk); this.flowLayoutPanelBacktestButtons.Controls.Add(this.buttonCancel); this.flowLayoutPanelBacktestButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelBacktestButtons.Location = new System.Drawing.Point(548, 3); this.flowLayoutPanelBacktestButtons.Name = "flowLayoutPanelBacktestButtons"; this.flowLayoutPanelBacktestButtons.Size = new System.Drawing.Size(162, 29); this.flowLayoutPanelBacktestButtons.TabIndex = 1; this.flowLayoutPanelBacktestButtons.WrapContents = false; // // buttonOk // this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonOk.Location = new System.Drawing.Point(3, 3); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 49; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.Location = new System.Drawing.Point(84, 3); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 50; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // 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); // // tableLayoutPanelButtons // this.tableLayoutPanelButtons.AutoSize = true; this.tableLayoutPanelButtons.ColumnCount = 2; 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, 331); this.tableLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelButtons.Name = "tableLayoutPanelButtons"; this.tableLayoutPanelButtons.RowCount = 2; this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanelButtons.Size = new System.Drawing.Size(713, 39); this.tableLayoutPanelButtons.TabIndex = 53; // // 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.Margin = new System.Windows.Forms.Padding(2); 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(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanelMain.Size = new System.Drawing.Size(713, 370); this.tableLayoutPanelMain.TabIndex = 55; // // toolTip1 // this.toolTip1.AutoPopDelay = 10000; this.toolTip1.InitialDelay = 500; this.toolTip1.ReshowDelay = 100; // // TradingStrategyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(713, 370); this.Controls.Add(this.tableLayoutPanelMain); this.Name = "TradingStrategyForm"; this.Text = "Trading Strategy"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TradingStrategyForm_FormClosing); this.Resize += new System.EventHandler(this.TradingStrategyForm_Resize); this.tabPageHoldTime.ResumeLayout(false); this.tabPageHoldTime.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarTimeStop)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarTimeAfterEntry)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarDailyExitDays)).EndInit(); this.tabPageRiskMgmt.ResumeLayout(false); this.tabPageRiskMgmt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTrailingStopOffset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTargetOffset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStopOffset)).EndInit(); this.tabPageOrderDetails.ResumeLayout(false); this.tabPageOrderDetails.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForMinutes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForSeconds)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitOffset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRiskUnits)).EndInit(); this.tabPageEntryTime.ResumeLayout(false); this.tabPageEntryTime.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOrderLimit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarStartTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarEndTime)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tabPageConfiguration.ResumeLayout(false); this.tabPageConfiguration.PerformLayout(); this.tabControlMain.ResumeLayout(false); this.flowLayoutPanelBacktestButtons.ResumeLayout(false); this.flowLayoutPanelPrevNextButtons.ResumeLayout(false); this.tableLayoutPanelButtons.ResumeLayout(false); this.tableLayoutPanelButtons.PerformLayout(); this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tabPageHoldTime; private System.Windows.Forms.RadioButton rdoNoTimeStop; private System.Windows.Forms.Label labelTimeExitHeading; private System.Windows.Forms.Label labelTimeStopMax; private System.Windows.Forms.Label labelTimeStopMin; private System.Windows.Forms.RadioButton rdoExitTimeMinutesAfter; private System.Windows.Forms.Label labelDailyExitDaysValue; private System.Windows.Forms.RadioButton rdoExitTimeOfDay; private System.Windows.Forms.Label labelTimeAfterEntryValue; private System.Windows.Forms.RadioButton rdoExitTimeAtTheOpen; private System.Windows.Forms.Label labelTimeAfterEntryMin; private System.Windows.Forms.RadioButton rdoExitAtMarketClose; private System.Windows.Forms.Label labelTimeAfterEntryMax; private System.Windows.Forms.TrackBar trackBarTimeStop; private System.Windows.Forms.TrackBar trackBarTimeAfterEntry; private System.Windows.Forms.Label labelTimeStopValue; private System.Windows.Forms.Label labelDaysLaterMin; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label labelDaysLaterMax; private System.Windows.Forms.Label labelDaysLater; private System.Windows.Forms.TrackBar trackBarDailyExitDays; private System.Windows.Forms.TabPage tabPageRiskMgmt; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label labelTrailingStopFormula; private System.Windows.Forms.ComboBox comboBoxTrailingStopFormula; private System.Windows.Forms.NumericUpDown numericUpDownTrailingStopOffset; private System.Windows.Forms.Label labelTrailingStopOffset; private System.Windows.Forms.ComboBox comboBoxTrailingStop; private System.Windows.Forms.Label labelTrailingStop; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label labelTargetFormula; private System.Windows.Forms.ComboBox comboBoxTargetFormula; private System.Windows.Forms.NumericUpDown numericUpDownTargetOffset; private System.Windows.Forms.Label labelTargetOffset; private System.Windows.Forms.ComboBox comboBoxTarget; private System.Windows.Forms.Label labelTarget; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label labelStopFormula; private System.Windows.Forms.ComboBox comboBoxStopLossFormula; private System.Windows.Forms.NumericUpDown numericUpDownStopOffset; private System.Windows.Forms.Label labelStopOffset; private System.Windows.Forms.ComboBox comboBoxStopLoss; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label14; private System.Windows.Forms.TabPage tabPageOrderDetails; private System.Windows.Forms.Label label19; private System.Windows.Forms.ComboBox comboBoxLimitOffsetType; private System.Windows.Forms.Label labelEntryStopFormula; private System.Windows.Forms.ComboBox comboBoxEntryStopFormula; private System.Windows.Forms.Label labelLimitOffsetHelp; private System.Windows.Forms.Label labelLimitEntryReference; private System.Windows.Forms.ComboBox comboBoxEntryLimitFormula; private System.Windows.Forms.NumericUpDown numericUpDownGoodForSeconds; private System.Windows.Forms.Label labelTimeInForce; private System.Windows.Forms.Label labelLimitOffset; private System.Windows.Forms.ComboBox comboBoxLimitReference; private System.Windows.Forms.NumericUpDown numericUpDownLimitOffset; private System.Windows.Forms.Label labelLimitReference; private System.Windows.Forms.ComboBox comboBoxEntryOrder; private System.Windows.Forms.Label labelEntryOrder; private System.Windows.Forms.Label labelRiskUnits; private System.Windows.Forms.NumericUpDown numericUpDownRiskUnits; private System.Windows.Forms.ComboBox comboBoxPositionSizing; private System.Windows.Forms.Label labelPositionSizing; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label7; private System.Windows.Forms.TabPage tabPageEntryTime; private System.Windows.Forms.ComboBox comboBoxThrottleType; private System.Windows.Forms.TextBox textBoxContra; private System.Windows.Forms.TextBox textBoxRoute; private System.Windows.Forms.Label labelContra; private System.Windows.Forms.CheckBox checkBoxUseCustomRoute; private System.Windows.Forms.CheckBox checkBoxUseOrderThrottle; private System.Windows.Forms.Label labelOrderLimitB; private System.Windows.Forms.NumericUpDown numericUpDownOrderLimit; private System.Windows.Forms.CheckBox checkBoxSendWhenHoldingsExist; private System.Windows.Forms.CheckBox checkBoxOneTradePerSymbol; private System.Windows.Forms.Label labelStartTimeValue; private System.Windows.Forms.Label labelInitiateTradesHeading; private System.Windows.Forms.Label lblLookBackDate; private System.Windows.Forms.Label lblRecentDate; private System.Windows.Forms.TrackBar trackBarStartTime; private System.Windows.Forms.Label labelEndTimeValue; private System.Windows.Forms.Label labelStartTimeMax; private System.Windows.Forms.Label labelEndTimeMin; private System.Windows.Forms.Label labelEndTimeMax; private System.Windows.Forms.Label labelStartTimeMin; private DBLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label lblStartTime; private System.Windows.Forms.Label lblEndtime; private System.Windows.Forms.TabPage tabPageConfiguration; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonAllocations; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelStrategySummary; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.Label labelName; private System.Windows.Forms.RadioButton radioButtonGoShort; private System.Windows.Forms.RadioButton radioButtonGoLong; private System.Windows.Forms.Button buttonCollaborate; private System.Windows.Forms.Button buttonConfigureStrategy; private System.Windows.Forms.Label labelSignalSection; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label10; private System.Windows.Forms.TabControl tabControlMain; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelBacktestButtons; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelPrevNextButtons; private System.Windows.Forms.Button buttonPrevious; private System.Windows.Forms.Button buttonNext; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelButtons; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.TrackBar trackBarEndTime; private System.Windows.Forms.CheckBox checkBoxCFDEnabled; private System.Windows.Forms.ComboBox comboBoxEntryTimeInForce; private System.Windows.Forms.Label labelGoodForTime; private System.Windows.Forms.Label label29; private System.Windows.Forms.NumericUpDown numericUpDownGoodForMinutes; private System.Windows.Forms.CheckBox checkBoxUseLastAsReference; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Label labelCurrentAccount; private System.Windows.Forms.Label lblTrailingStopDisabled; private System.Windows.Forms.Label lblStopLossDisabled; private TradeIdeas.TIProGUI.OrderMaxControl orderMaxControl1; } }