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

Commit

Permalink
Fix method name for stratNotification event
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdev authored and askmike committed Jul 24, 2018
1 parent 6f72edc commit f1ef1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ and will start signaling advice.

- What: An object describing new notification from your strategy
- When: when the strategy emit using `this.notify()` function
- Subscribe: You can subscribe to this event by registering the `stratNotification` method.
- Subscribe: You can subscribe to this event by registering the `processStratNotification` method.
- Example:
{
date: [moment object of the start time of the candle],
Expand Down

0 comments on commit f1ef1b9

Please sign in to comment.