Skip to content

Commit

Permalink
Minor readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
srcmayte committed Mar 17, 2024
1 parent 66c1a2f commit d6cb221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const engine = new StrategyEngine({
}
signal: { type: 'OPEN_POSITION' }
}
]
],
facts: [
{
id: 'multiply',
Expand All @@ -251,7 +251,7 @@ const engine = new StrategyEngine({
value: 8
}
]
}
},
signal: { type: 'OPEN_POSITION' }
}
]
Expand All @@ -275,12 +275,12 @@ const engine = new StrategyEngine({
and: [
{
fact: 'positions',
path: 'open'
path: 'open',
operator: 'lessThan',
value: 1
}
]
}
},
signal: { type: 'OPEN_POSITION' }
}
]
Expand Down

0 comments on commit d6cb221

Please sign in to comment.