5.4.0 • Published 1 year ago

@reiryoku/mida-ctrader v5.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mida cTrader

Image Image Image

A Mida plugin for using cTrader.

Usage

For the complete documentation refer to Mida.

Broker account login

How to login into a cTrader account.

import { Mida, } from "@reiryoku/mida";
import { CTraderPlugin, } from "@reiryoku/mida-ctrader";

// Use the Mida cTrader plugin
Mida.use(new CTraderPlugin());

// Login into a cTrader account
const myAccount = await Mida.login("cTrader", {
    clientId: "",
    clientSecret: "",
    accessToken: "",
    cTraderBrokerAccountId: "",
});

Timeframes

The supported timeframes M1 M2 M3 M4 M5 M10 M15 M30 H1 H4 H12 D1 W1 MN1

5.3.2

1 year ago

5.4.0

1 year ago

5.3.1

1 year ago

5.3.0

2 years ago

5.2.0

2 years ago

5.0.2

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago