-
Notifications
You must be signed in to change notification settings - Fork 38
Trading Platform
💹 All content on this page is relevant for Trading Platform only.
Trading Platform is a ready-to-use product for those who want to have a great charting solution along with the ability to trade right from the chart. This product is based on Charting Library and includes all its functionality, but also contains a bunch of new features. Trading Platform repo is here.
The product is under development so some features are not there yet. They are marked with 🕓.
You can trade right from the chart, and all you have to do to make this work is to implement your Trading Controller and plug it into the chart widget.
In Trading Platform, you can have the Watchilsts and Details widget (see the snapshot below) functionality.
- How to enable sidebar quotes
- How to provide the data for quotes: depends on what kind of data integration do you use --JS API or UDF
You can have the news feed right in the side bar of the chart. Our support for the news feeds is flexible: so, in example, you can have different feeds for different kinds of symbols and so on.
You can have multiple charts inside if the same widget. This gives your user the ability to use wide range of the strategies, as well as the ability to have a broad view of the market. You don't have to do anythng to enable or tweak it: it works out-of-the-box.
These types of charts will be available out-of-the-box, just like Heikin Ashi is available in Charting Library.
This study will require some server-side support. We'll provide more detals when it's ready.
This functionality will require the support from your backend. We'll update our open-source data backend to support this feature also, so consider using it to minimize the efforts from your side.
Since Trading Platform is based on Charting Library, we decided to merge the documentation into the single Wiki. So all the docs are in one place. The only thing you should remember is that features which are specific to Trading Platform are marked with this cute green mark 💹.
#Wiki Content
- What is Charting Library
- Getting Started
- Package Content
- Running Your Charting Library
- Data Binding
- How To Connect My Data
- JS API
- UDF
- Symbology
- Trading Sessions
- Quotes
- Chart Customization
- Charts Customization 101
- Client-Side Customization 1. Widget Constructor 2. Widget Methods 3. Chart Methods 4. Featuresets
- Server-Side Customization
- Trading Platform
- Brief Intro
- Trading Controller
- Saving/Loading Charts
- Creating Custom Studies
- Best Practices
- Breaking changes in versions