Data
Data Management API
| API | Description |
|---|---|
| POST api/data/pattern/learn |
Save raw OHLC pattern data |
| POST api/data/symbols |
Get learned symbols |
| POST api/data/timeframes |
Get learned timeframes |
| POST api/data/pipscale |
Get learned pips maximum and minimum |
| POST api/data/analysis |
Get the analysis of what the bot has learned |
| POST api/data/analysis/all |
Get the analysis of what the bot has learned for all of symbol |
| POST api/data/analysis/merge |
Merge the learned symbol data |
| POST api/data/analysis/remove |
Removed the learned symbol |
User
User Management API
| API | Description |
|---|---|
| POST api/user/security/key/reset |
Reset global key - will sign out all the signed in users but MT5 remain unaffected |
| POST api/user/create |
Create an account |
| POST api/user/login |
Sign in and get security token |
| POST api/user/password/change |
Change password |
| POST api/user/token/info |
Get token information |
| POST api/user/profit/report |
Get user report - trading profit |
| POST api/user/subscribe |
Start a subscriptions |
| POST api/user/subscribe/trial |
Start a trial subscriptions |
| POST api/user/subscribe/datapack |
Start a datapack subscriptions |
| POST api/user/subscribe/cancel |
Cancel a subscription request |
| POST api/user/subscription |
Get current user subscriptions |
| GET api/user/subscription/verify?id={id} |
Verify payments |
| POST api/user/purchases |
Get current user purchases |
Trade
Trading API
| API | Description |
|---|---|
| POST api/trade/connect |
Connect trading account to central brain |
| POST api/trade/decision |
Get trading decision |
| POST api/trade/log |
Log trading history |
| POST api/trade/broadcast/test |
Testing the broadcaster |