Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Requirements

  • Excel 365 - the AddIn makes use of some excel features that are currently only available in Excel 365
  • Sierra Chart with 2250 or higher

Not sure which Excel version you have? See here (TBD, add link)

Quick Start

  1. Start Sierra Chart
  2. In Sierra Chart, enable DTC Protocol Server with the default port (11099)
  3. Download the Excel AddIn to your computer
  4. Double click the AddIn file - this will fire up Excel and a dialog will appear asking to enable the AddIn for the current session
  5. Open a blank worksheet
  6. Enter a formula, for example: =sc.dtc.Last("EURUSD")

...

 

Widget Connector
urlhttp://www.youtube.com/watch?v=I3_GBs7xd_I

AddIn Download and Installation

The Excel AddIn comes as an XLL file. You will need one of these depending if you have Excel 32 or 64 bit

...

Excel User Functions

Market Data

sc.dtc.MarketData.All(symbol)

Last Trade / Time And Sales

sc.dtc.LastTrade(symbol, include_symbol)

...

  • Displays last x records in a table format
  • Columns include DateTime, Price, Volume, BidOrAsk

Bid/Ask Quotes (L1)

sc.dtc.BidAsk(symbol, include_symbol) – DateTime, BidPrice, BidQty, AskPrice, AskQty

...

sc.dtc.BidAsk.AskPrice(symbol)

Market Depth (L2)

sc.dtc.MarketDepth(symbol, levels, plot_mode) - Plot mode has two options, “vertical” or “side-by-side”


Troubleshooting

Adding sc.Debug() to your sheet

sc.Debug()

Connection issues