Single StpOrLim En
_Single StopOrLim En generates a Long or Short Entry order (Stop or Limit) for a number of shares specified in Quantity input, at a price point specified in TriggerPrice input and at a user-specified date and/or time.
The order will be placed when the bar with the matching date and/or time is plotted on the chart.
Default Inputs
LongOrShort (1) - the type of the entry (1 - Long, 2 - Short).
StopOrLimit (1) - the type of the order ( 1 - Stop, 2 - Limit)
DayOrGTF (1) - the order's Time in Force ( 1 - DAY, 2 - Good-Till-Filled)
TriggerPrice (100) - the price at which Stop or Limit order is set.
Quantity (1000) - number of shares to enter into the position.
EntryBarDate_YYMMDD (030102) - date of the bar at which the position must be entered in YYMMDD format. YY stands for the last 2 digits of the year. For example January 2, 2003 would be 030102.
EntryBarTime_HHMM (1300) - time of the bar at which the position must be entered in 24 hour HHMM format. This input is only used if the signal is applied to an intra-day chart.