@reiryoku/mida-ctrader
v5.4.0
Published
A Mida plugin for using cTrader
Downloads
12
Readme
Mida cTrader
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