Skip to content

Commit

Permalink
クローズ時にも裁定数量の割合制限を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Connie-Wild committed Dec 29, 2017
1 parent 06f1c18 commit 849d720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LimitCheckerImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default class LimitCheckerImpl implements LimitChecker {
this.limits = [
new MaxNetExposureLimit(configStore, positionService),
new MaxTargetProfitLimit(configStore, spreadAnalysisResult),
new MaxTargetVolumeLimit(configStore, spreadAnalysisResult),
new DemoModeLimit(configStore)
];
} else {
Expand Down

0 comments on commit 849d720

Please sign in to comment.