Releases Notes

Latest Download - Requirements, Download and Install

When updating from a previous version, always update the py lib and the custom study dll

October 31, 2023

New version 0.0.14

September 15, 2023

New version is 0.0.13

  • Updates to get_account_status - added an update_frequency parameter. This setting is in milliseconds, the current account status will be sent every x ms

September 11, 2023

0.0.12 Download: Requirements, Download and Install

  • Position status - enhancement to the with dict object

  • Account status - added more account fields

  • Multiple connections - improved usability and error messages

  • Added connection info details for easier debugging and support

New tutorial demonstrating how to create a strategy that combines accessing data, position status, account status and placing orders.

Combining Data Subscriptions, Position Updates, Account Updates and Submitting Orders

 

August 25, 2023

0.0.8 Download

See here - Requirements, Download and Install

Important - when updating, always update the pylib and the sc dll file. That way you can know that they are compatible.

What's new

  • Position status - gets the current position size, position average price and current open pnl

  • Order status updates - retrieve oder updates in real time. Get notified when an order is filled, canceled, etc.

  • Account info - retrieves the account balance

  • Multiple connections - support for connecting to multiple instances of SC on the same machine. Previously you could not connect to multiple instances of SC on the same machine

Trade activity related functions

Function that are good for reporting, end of day analysis, reconciling trades, performance analysis. This data is related to the data you see in the SC's trade activity log

  • Retrieve trades list

  • Retrieve list of filled orders

https://vimeo.com/856997723/4c508bb7a4?share=copy

August 8, 2023

0.0.7 Download

See here - Requirements, Download and Install

Important - when updating, always update the pylib and the sc dll file. That way you can know that they are compatible.

0.0.7 What's new

  • Time And Sales api - fixed issue with price formats

  • Graph Data api - added support for downloading large amounts of bars. In previous versions there were limitations to the number of bars and data that one could request. That limitation is now removed. Depending on the number of bars and amount of data requested, this can still time but it eventually finishes. We are currently working on some optimizations related to this for a future version.

July 7, 2023

More progress was made this week with sc/python.

As always, thanks for helping guide priorities with your questions and feedback.

0.0.5 Download

The latest version of the solution is 0.0.5

See here - Requirements, Download and Install

Important - when updating, always update the pylib and the sc dll file. That way you can know that they are compatible.

0.0.5 What's new

  • Access "Volume by Price" data (see videos below for demo on this)

  • Support for modifying and canceling orders

  • Support for flattening positions

  • Support for attached target/stop orders when submitting entry orders

New videos

As always, feel free to reach out if you have any questions or run into any issues.

Wish you all a nice weekend

 

June 23, 2023

More progress was made this week with sc/python.

As always, thanks for helping guide priorities with your questions and feedback.

0.0.4 Download

The latest version of the solution is 0.0.4

See here - Requirements, Download and Install

Important - when updating, always update the pylib and the sc dll file. That way you can know that they are compatible.

0.0.4 What's new

  • Trade api - add support for reversals

  • Trade api - add support for enabling/disabling multiple entries in the same direction

  • Misc enhancements and fixes in the python library

New videos

Next up

Next week the plan is to:

  1. Graph data api - add support for Volume By Price (Numbers bars) data

  2. Trade api - add support for flattening and canceling existing positions

  3. More videos, more examples, more documentation

As always, feel free to reach out if you have any questions or run into any issues.

Wish you all a nice weekend

Onn

 

June 12, 2023

See here for details on the SC/Py early access: SC-Py Early Access 2023

The current version of the software is 0.0.2

The page currently includes:

4-5 more videos are planned for the following days. Hopefully by the end of the week we'll have 3-5 minute videos covering:

  1. Architecture and conceptual overview 

  2. Market depth

  3. Submitting orders

  4. Subscribing to chart graph data

For assistance, questions or issues, feel free to send an email to onn@trade29.com

Tomorrow we'll launch a slack workspace and send invites to that as well. I expect at some point later this week we will provide more communication channels for requests, bug reporting and general feedback.