You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loops over all conditions every second to find if a condition is met to:
Add to Notifications Queue with message "Condition ID met on timestamp"
Moves associated asks to Tasks Executer
Conditions to support:
IF current_price "ABOVE/BELOW":
- $"VALUE"
- "-/+""VALUE"% of entry_price
Auto reject immediate conditions
Engine will automatically reject conditions that don't make sense based on current_price. Eg.: current_price is $60,000 and you try to create this condition: IF current_price "ABOVE" $"59,000" as practically it executes immediately and this might be a mistake.
The text was updated successfully, but these errors were encountered:
Loops over all conditions every second to find if a condition is met to:
Conditions to support:
- $"VALUE"
- "-/+""VALUE"% of entry_price
Auto reject immediate conditions$60,000 and you try to create this condition: IF current_price "ABOVE" $ "59,000" as practically it executes immediately and this might be a mistake.
Engine will automatically reject conditions that don't make sense based on current_price. Eg.: current_price is
The text was updated successfully, but these errors were encountered: