-
Send Order (Buy, Sell, Buy and Sell, Close)
Object called Order:
- Type: buy or sell ...etc
- paramerters : Object
- Lot : double
- drawdown: double
- SI: double
- TP:
- Candl…
-
api doc: https://docs.google.com/document/d/1dIaSkY3oRDyrWVyJsd_tltV2HkXPvOiO3mXnVD_ZxI4/edit#heading=h.qo1o2yxbvsh, https://broker.bitcointoyou.com/TradeAPI/Documentation, https://www.bitcointoyou.co…
-
demo中的
var mduser = ctp.createMduser();似乎有错误
NG:
var mduser = ctp.createMduser();
OK:
var mduser = ctp.createMdUser();
当然也许是我的tradeapi比较新的原因。总是调试过了谢谢分享。
-
**Prize Title**
DODO API Widget
**Prize Bounty**
$5,000 in USDT
**Challenge Description**
DODO provides a trading API ([https://dodoex.github.io/docs/docs/tradeApi](https://dodoex.githu…
-
大佬你好!请问股票期权的怎么转?
期权的这个版本:tradeAPI_3.6.3_20211119
官方加了namespace ctp_sopt
转换的时候就报错了。
-
trying ws.get_orders()
or ws.get_activities() and only get last 20 orders or activities
how to get all orders ? or all activities ?
-
(paper trading; v1)
Is it intentional that no account updates are sent when an order is submitted/filled?
According to [the documentation](https://docs.alpaca.markets/api-documentation/web-api/s…
-
https://exchange.kineticex.com
https://exchange.kineticex.com/tradeapi
-
Hi,
so I tried investigating this error a bit and from the Alpaca API seems like the A channel (which should be the bars by second) doesn't exist. AM (the bars by minute does). I know this is polygon…
-
` url = 'https://tradeapi.kotaksecurities.com/apim/session/1.0/session/2FA/oneTimeToken'
data = json.dumps({"userid" : cred_content['user_id']})
headers = …