Giter VIP home page Giter VIP logo

sierrachartconnect's Introduction

SierraChart

SierraChart is a powerful tool for trading the markets. And it also provide a DTC protocol (Data and Trading Communications Protocol), which can be used by third parties to extend its functionality. This repo provides a few examples on how to use DTC to communicate with sierra chart instance.

DTCClient.py implements DTCClient and DTCClientAsync providing a queued asynchronized client.

HistoricalDataDownloader.py implements a DownloadAsync class that can be used to download historical data from sierra chart. eg.

  python3 HistoricalDataDownloader.py --userpass=userpass --address=$SC_IP -p 11098 -s ESH21-CME -e CME --record_interval=INTERVAL_5_MINUTE

NOTE: If $SC_IP is not 127.0.0.1, you need to be careful, because sierra chart will see this extra connection as a extra machine and therefore block the connection unless you pay extra $$. To get around this, you need a proxy to forward traffic to your local 127.0.0.1 ip. One of the easy way on windows 10 is to use netsh command on powershell. [https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-interface-portproxy].

Running DTCClient.py itself will simply log data to disk and you can process the data using a separate process.

python3 DTCClient.py -a $SC_IP -s ESM21-CME -f current.log

RealTimeLogToTickData.py Converts log file produced by DTCClient to tick csv file. eg.

python3 RealTimeLogToTickData.py -i current.log -o current.tick -f

Compute.py takes the log file generated by DTCClient.py and realtime computes Candle stick (OHLC) chart and imbalance chart.

  python3 Compute.py -t $TYPE -i $ES_LOG -H $ES_HFILE -R $ES_RFILE -p $PERIOD -f

bokeh-server2.py helps to visualize the OHLC chart and imbalance chart.

  bokeh serve ./bokeh-server2.py --address=192.168.130.107 --allow-websocket-origin=192.168.130.107:5006

sierrachartconnect's People

Contributors

john-yan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.