Type/to search
0
Follow
0
Followers
OKEx에서 롱, 숏, 오픈, 클로즈 롱 계약을 작성하는 방법은 무엇인가요?
FAQ
Created 2018-06-03 20:50:44  Updated 2019-07-31 17:33:51
 3
 4585

okex의 원시 API는 type 필드 1: open + 2: open + 3: open + 4: open을 통해 모든 거래를 수행 할 수 있습니다.
하지만 어떻게 발명가들의 API를 통해 글을 쓸 수 있을까요?
이게 아래쪽인가요?

더 많은

exchange.SetDirection("buy")
exchange.Buy(Price, Amount)

평도

exchange.SetDirection("closebuy")
exchange.Sell(Price, Amount)

빈 공간

exchange.SetDirection("sell")
exchange.sell(Price, Amount)

평평한

exchange.SetDirection("closesell")
exchange.buy(Price, Amount)

Related Recommendations
Comment
All comments (3)

    是的。

    8 years ago

    那exchange.SetDirection("buy")
    exchange.Sell(Price, Amount)

    exchange.SetDirection("sell")
    exchange.buy(Price, Amount)
    字面逻辑意思分别对应“卖出开多”,“买入开空”在程序中是否会有相应操作执行。模拟回测里像并没有报错。。

    8 years ago

    买入 开空是不行的 ,但是不会报错,实盘也不会,不过可能执行成为 买入开多。或者 买入 平空。所以这个设置方向一定要正确。

    8 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)