From 849d720eecda45dc31e6763c57b1345b6b1ca857 Mon Sep 17 00:00:00 2001 From: Connie-Wild Date: Sat, 30 Dec 2017 02:28:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AF=E3=83=AD=E3=83=BC=E3=82=BA=E6=99=82?= =?UTF-8?q?=E3=81=AB=E3=82=82=E8=A3=81=E5=AE=9A=E6=95=B0=E9=87=8F=E3=81=AE?= =?UTF-8?q?=E5=89=B2=E5=90=88=E5=88=B6=E9=99=90=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/LimitCheckerImpl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LimitCheckerImpl.ts b/src/LimitCheckerImpl.ts index c9ad8479..1914d9e3 100644 --- a/src/LimitCheckerImpl.ts +++ b/src/LimitCheckerImpl.ts @@ -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 {