Skip to content

If you want to use for example ChatGPT to code you a basic strategy for cTrader in c sharp you will need latest reference guide. This python code extracts it in plain text in about 2 minutes. Has a percentage status bar and will show you where the file is saved.

Notifications You must be signed in to change notification settings

optiix/cTrader_API_references_extractor_2_txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

I hate when documentation is not also released in html, json, txt or PDF for offline use. Thats when I decided to try and create a script for downloading and extracting the important information for the cTrader API.

#todo

  • Extract code Examples complete and correct formatted

EXAMPLE OF JSON OUTPUT:

"AcceleratorOscillator": { "Title": "AcceleratorOscillator", "Summary": "Identifies possible trend reversals Signature 1public abstract interface AcceleratorOscillator", "Namespace": "cAlgo.API.Indicators", "Properties": "Summary AcceleratorOscillator calculation result Signature 1public abstract IndicatorDataSeries Result {get;} Return Value IndicatorDataSeries Examples", "Examples": [] },

"AccessRights": {
    "Title": "AccessRights",
    "Summary": "cBots and Indicators Access Rights. Signature 1public enum AccessRights",
    "Namespace": "cAlgo.API",
    "Examples": []
},



"AccountType": {
    "Title": "AccountType",
    "Summary": "Returns current account type Signature 1public enum AccountType",
    "Namespace": "cAlgo.API.Internals",
    "Examples": []
},

About

If you want to use for example ChatGPT to code you a basic strategy for cTrader in c sharp you will need latest reference guide. This python code extracts it in plain text in about 2 minutes. Has a percentage status bar and will show you where the file is saved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages