//---Main Properties-------------------------------------------------+ // //---Integer Properties----------------------------------------------+ SYMBOL_CUSTOM,1, // bool An indication that the symbol is custom SYMBOL_BACKGROUND_COLOR,3329330, // color background color (integer), used to highlight the symbol in Market Watch SYMBOL_CHART_MODE,SYMBOL_CHART_MODE_BID, // ENUM_SYMBOL_CHART_MODE Price type to construct bars – Bid or Last SYMBOL_SELECT,1, // bool The symbol is selected in Market Watch SYMBOL_VISIBLE,true, // bool The symbol is displayed in Market Watch SYMBOL_DIGITS,2, // int Number of decimal places SYMBOL_SPREAD,2, // int Spread value in points SYMBOL_SPREAD_FLOAT,false, // bool An indication of a floating spread //---Double Properties-----------------------------------------------+ SYMBOL_POINT,0.01, // One point value SYMBOL_TRADE_TICK_SIZE,0.01, // Minimum price change SYMBOL_VOLUME_MIN,1, // Minimum volume for a deal SYMBOL_VOLUME_STEP,1, // Minimum volume change step for a deal //---String Properties-----------------------------------------------+ SYMBOL_CURRENCY_BASE,RUB, // Base currency //---Other Integer Properties----------------------------------------+ //SYMBOL_SESSION_DEALS,0, // long Number of deals in the current session //SYMBOL_SESSION_BUY_ORDERS,0, // long Total number of current buy orders //SYMBOL_SESSION_SELL_ORDERS,0, // long Total number of current sell orders //SYMBOL_VOLUME,0, // long Volume - last deal volume //SYMBOL_VOLUMEHIGH,0, // long Highest Volume for the day //SYMBOL_VOLUMELOW,0, // long Lowest Volume for the day //SYMBOL_TIME,2018.12.12 00:00, // datetime (" yyyy.mm.dd hh:mi ") Last quote time //SYMBOL_TICKS_BOOKDEPTH,0, // int Maximum number of orders shown in the Market Depth. //SYMBOL_TRADE_CALC_MODE,SYMBOL_CALC_MODE_FOREX, // ENUM_SYMBOL_CALC_MODE Contract value calculation mode //SYMBOL_TRADE_MODE,SYMBOL_TRADE_MODE_FULL, // ENUM_SYMBOL_TRADE_MODE Order execution type //SYMBOL_START_TIME, 2018.12.12 00:00, // datetime Symbol trading start date (usually used for futures) //SYMBOL_EXPIRATION_TIME,2018.12.12 00:00, // datetime Symbol trading end date (usually used for futures) //SYMBOL_TRADE_STOPS_LEVEL,0, // int Minimum deviation from current Close in points to set Stop orders //SYMBOL_TRADE_FREEZE_LEVEL,0, // int Trading operation freeze level (in points) //SYMBOL_TRADE_EXEMODE,SYMBOL_TRADE_EXECUTION_INSTANT, // ENUM_SYMBOL_TRADE_EXECUTION Deal execution mode //SYMBOL_SWAP_MODE,SYMBOL_SWAP_MODE_POINTS, // ENUM_SYMBOL_SWAP_MODE Swap calculation model //SYMBOL_SWAP_ROLLOVER3DAYS,WEDNESDAY, // ENUM_DAY_OF_WEEK Triple swap day //SYMBOL_MARGIN_HEDGED_USE_LEG,0, // bool Hedging margin calculation mode using larger leg (Buy or Sell) //SYMBOL_EXPIRATION_MODE,0, // int Flags of allowable order expiration modes //SYMBOL_FILLING_MODE,0, // int Flags of allowable order filling modes //SYMBOL_ORDER_MODE,0, // int Flags of allowable order types //SYMBOL_ORDER_GTC_MODE,SYMBOL_ORDERS_GTC, // ENUM_SYMBOL_ORDER_GTC_MODE StopLoss and TakeProfit order expiration mode //SYMBOL_OPTION_MODE,SYMBOL_OPTION_MODE_AMERICAN, // ENUM_SYMBOL_OPTION_MODE Option type //SYMBOL_OPTION_RIGHT,SYMBOL_OPTION_RIGHT_CALL, // ENUM_SYMBOL_OPTION_RIGHT Option right (Call/Put) //-----------------------------------------------------------------------------------------------------------------------------------------------------------+ //---Other Double Properties ----------------------------------------+ //SYMBOL_BID,0, // Bid - the best bid //SYMBOL_BIDHIGH,0, // Highest Bid for the day //SYMBOL_BIDLOW,0, // Lowest Bid for the day //SYMBOL_ASK,0, // Ask - the best Ask //SYMBOL_ASKHIGH,0, // Highest Ask for the day //SYMBOL_ASKLOW,0, // Lowest Ask for the day //SYMBOL_LAST,0, // Last deal price //SYMBOL_LASTHIGH,0, // Highest Last for the day //SYMBOL_LASTLOW,0, // Lowest Last for the day //SYMBOL_VOLUME_REAL,0, // Volume for the day //SYMBOL_VOLUMELOW_REAL,0, // Lowest Volume for the day //SYMBOL_VOLUMEHIGH_REAL,0, // Highest Volume for the day //SYMBOL_OPTION_STRIKE,0, // Option execution price. //SYMBOL_TRADE_TICK_VALUE,0, // SYMBOL_TRADE_TICK_VALUE_PROFIT value //SYMBOL_TRADE_TICK_VALUE_PROFIT,0, // Calculated tick value for a profitable position //SYMBOL_TRADE_TICK_VALUE_LOSS,0, // Calculated tick value for a losing position SYMBOL_TRADE_CONTRACT_SIZE,1, // Trading contract size //SYMBOL_TRADE_ACCRUED_INTEREST,0, // Accrued interest //SYMBOL_TRADE_FACE_VALUE,0, // Face value – initial bond value set by the issuer //SYMBOL_TRADE_LIQUIDITY_RATE,0, // Liquidity ratio //SYMBOL_VOLUME_MAX,0, // Maximum volume for a deal //SYMBOL_VOLUME_LIMIT,0, // Maximum allowable total volume for an open position and pending orders in the same direction for the symbol //SYMBOL_SWAP_LONG,0, // Buy swap //SYMBOL_SWAP_SHORT,0, // Sell swap //SYMBOL_MARGIN_INITIAL,0, // Initial margin - amount in margin currency required for opening a one-lot position. //SYMBOL_MARGIN_MAINTENANCE,0, // Maintenance margin //SYMBOL_SESSION_VOLUME,0, // Total volume of deals during the current session //SYMBOL_SESSION_TURNOVER,0, // Total turnover during the current session //SYMBOL_SESSION_INTEREST,0, // Total volume of open positions //SYMBOL_SESSION_BUY_ORDERS_VOLUME,0, // Total volume of current buy orders //SYMBOL_SESSION_SELL_ORDERS_VOLUME,0, // Total volume of current sell orders //SYMBOL_SESSION_OPEN,0, // Session open price //SYMBOL_SESSION_CLOSE,0, // Session close price //SYMBOL_SESSION_AW,0, // Weighted average session price //SYMBOL_SESSION_PRICE_SETTLEMENT,0, // Delivery price for the current session //SYMBOL_SESSION_PRICE_LIMIT_MIN,0, // Minimum allowable price value for the session //SYMBOL_SESSION_PRICE_LIMIT_MAX,0, // Maximum allowable price value for the session //SYMBOL_MARGIN_HEDGED,0, // Contract or margin value for one hedged lot //-------------------------------------------------------------------+ //---String Properties-----------------------------------------------+ //SYMBOL_BASIS,, // Basic asset name for the synthetic symbol //SYMBOL_CURRENCY_PROFIT,, // Profit currency //SYMBOL_CURRENCY_MARGIN,, // Margin currency //SYMBOL_BANK,, // Current quote source //SYMBOL_DESCRIPTION,, // String description of the symbol //SYMBOL_FORMULA,, // Custom symbol price calculation formula //SYMBOL_ISIN,, // Trading symbol name in ISIN //SYMBOL_PAGE,, // Web page address for the symbol data //SYMBOL_PATH,, // Path in the symbol tree