回答編集履歴
1
追記
answer
CHANGED
|
@@ -2,4 +2,9 @@
|
|
|
2
2
|
[https://yukifx.web.fc2.com/sub/reference/16_trade_func/cone/trade_select.html](https://yukifx.web.fc2.com/sub/reference/16_trade_func/cone/trade_select.html)
|
|
3
3
|
[https://qiita.com/bucchi49/items/be71179f8b5c09b11e23](https://qiita.com/bucchi49/items/be71179f8b5c09b11e23)
|
|
4
4
|
[https://labo.gogojungle.co.jp/articles/68](https://labo.gogojungle.co.jp/articles/68)
|
|
5
|
-
[https://labo.gogojungle.co.jp/articles/75](https://labo.gogojungle.co.jp/articles/75)
|
|
5
|
+
[https://labo.gogojungle.co.jp/articles/75](https://labo.gogojungle.co.jp/articles/75)
|
|
6
|
+
|
|
7
|
+
[追記]
|
|
8
|
+
OrderSelect()を実行することで保有するポジション情報を取得できますが、
|
|
9
|
+
OrderSelect()を実行するタイミングによっては古い情報を得てしまう可能性があります。
|
|
10
|
+
なので、ポジション情報が必要な時はそのタイミングで都度OrderSelect()を実行した方が良いと思います。
|