Alerts
The TradingPartners AI Alerts API allows the user to get alerts on opportunities as well as some statistics on what he really received.
He can :
Anatomy of an alert
Our algorithm analyses the different markets to detect opportunities.
The life cycle of an alert is as follows:
working
: an alert that has just been detected by the algorithm is in this state.
The alert can be invalidated, so no action should be taken on receiving it.aborted
: an alert that has been invalidated by the algorithm is in this state.
If the starting price is never reached during a given period, the opportunity is aborted. No action should be taken on receiving it.onGoing
: an alert that has started is in this state.
The reception of this kind of event, might trigger an action on your brokers.closed
: death of an alert.
The alert is closed, so you should also perform an action on your brokers.