xxericxx88 發表於 16-6-5 15:56

如何設定每單一交易金額

本帖最後由 xxericxx88 於 16-6-5 15:58 編輯

股票交易:
假設本金填上$200,000,而想每單交易上限為$50,000 ,目的想透過符合策略條件而開始多宗交易。
請問如何設定?


xxericxx88 發表於 16-6-5 16:21

我找到答案了。
If we use SetPositionSize( dollarvalue, spsValue) – then $ value is compared.
If we use SetPositionSize( shares, spsShares) – then number of shares is used for comparison.
If we use SetPositionSize( perc, spsPercentOfEquity) – then % equity matters.
頁: [1]
查看完整版本: 如何設定每單一交易金額