Skip to content

Commit

Permalink
Update ANALYTICS_PLUGIN_JP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Jan 21, 2018
1 parent 4a1e6e9 commit d7a1e9d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/ANALYTICS_PLUGIN_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,33 @@ class SimpleSpreadStatHandler {
// module.exportsによるエクスポートが必須
module.exports = SimpleSpreadStatHandler;
```

## リアルタイムで変更可能な設定一覧

全体設定:
- demoMode
- maxSize
- minSize
- minTargetProfit
- minExitTargetProfit
- minTargetProfitPercent
- minExitTargetProfitPercent
- exitNetProfitRatio
- maxTargetProfit
- maxTargetProfitPercent
- maxTargetVolumePercent
- sleepAfterSend
- maxNetExposure
- maxRetryCount
- orderStatusCheckInterval
- onSingleLeg: OnSingleLegConfig;


取引所設定:
- enabled
- key
- secret
- maxLongPosition
- maxShortPosition
- commissionPercent
- noTradePeriods

0 comments on commit d7a1e9d

Please sign in to comment.