StraTrader
Search:

List of keywords frequently used in strategies

Short Form Long Form Description

General

  Ticker Functions in Ticker Strategy are called for each Ticker in the project. Ticker property returns Ticker object that is currently processed.
  DrawEntryPrice If true, Entry Price will be drawn on the chart.
  DrawExitPrice If true, makes Chart draw exit price.
  Chart Reuturns Chart object associated with currently executed Ticker.
  AllIndicatorsReady Returns true if all indicators have enough past data to calculate its values.
Date
Open
High
Low
Close
Volume
OI
Ticker.Data.DateArray
Ticker.Data.Open
Ticker.Data.High
Ticker.Data.Low
Ticker.Data.Close
Ticker.Data.Volume
Ticker.Data.OI
Returns arrays that represent loaded bars.
Position Ticker.Position Object that stores information about current and past postion (long/short/flat and its value)

Placing orders

PlaceOrder Places an order.
BuyMarket
SellMarket
SellShortMarket
BuyBackMarket
BuyStop
SellStop
SellShortStop
BuyBackStop
BuyLimit
SellLimit
SellShortLimit
BuyBackLimit
Functions that place specific kind of order
ExitAll   Cancels all active orders and places order to close existing position.
CancelAllOrders   Cancels all active orders.
  IOrder.Cancel Cancels the order.
  IOrder.IsActive Returns true if the order is still active. Retuns false if order has been canceled, deleted or filled.

Date/Time

FirstBarTime   For intraday data returns time when first bar is formed.
LastBarTime   For intraday data returns time when last bar is formed.

About Us   Contact Us   Download   ©2007-2009 Mike Kramarenko in association with SmartProj.com