This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
✨ Split signals
into triggers
and guards
#236
Labels
Feature - Enhancement
Update or improvement to existing feature
Feature - New
New feature or pull request
In Progress
This is being worked on
Milestone
In the current MoniGoMani implementation we have:
buy_signals
sell_signals
However we currently do not separate:
buy_triggers
&sell_triggers
(Signals that only fire off once / for a single candle, e.g. If X crossed above Y)buy_guards
&sell_guards
(Signals that fire off for a period of time / for multiple candles, e.g. if X is above Y)@raftersvk is currently working on this on his separation-of-signals-into-triggers-and-guards branch,
and it was already showing promising results!
The text was updated successfully, but these errors were encountered: