Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
[DOCS] Add missing comma, fix #2628
Browse files Browse the repository at this point in the history
Resolve the issue #2628
  • Loading branch information
bmarchesini authored and askmike committed Nov 4, 2018
1 parent 8634bc7 commit 2b50ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strategies/creating_a_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Most strategies need to warmup before the trading strategy can be started. For e
If you find out in the check function that you want to give new advice to the trader you can use the advice function:

this.advice({
direction: 'long' // or short
direction: 'long', // or short
trigger: { // ignored when direction is not "long"
type: 'trailingStop',
trailPercentage: 5
Expand Down

0 comments on commit 2b50ebb

Please sign in to comment.