hadialaddin / crypto-genie

Suite of advanced automated trading bots and risk management tools to empower Day Traders and enable them to stick to their Trade Plans.
https://linktr.ee/hadialaddin
MIT License
62 stars 21 forks source link

Conditions Monitor #7

Open hadialaddin opened 2 years ago

hadialaddin commented 2 years ago

Loops over all conditions every second to find if a condition is met to:

Conditions to support:

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.