Automations
configuration of the TradingView Signals Trading profile
Automations are actions that will be triggered automatically when something happens.
You can have as many automations as you want. Automation are started automatically
when your OctoBot starts and when hitting Apply.
Loading configuration
Error when fetching automation config. Resetting its configuration should fix the issue.
Available automations
Triggers
When your automation should be executed.
PriceThreshold: Will trigger when the price of the given symbol crosses the given price.
PeriodicCheck: Will trigger periodically, at the specified update period.
ProfitabilityThreshold: Will trigger when profitability reaches the given % change on the given time window. Example: a Percent change of 10 will trigger the automation if your OctoBot profitability changes from 0 to 10 or from 30 to 40.
Conditions
Checks to perform when a trigger occurs to know if actions should be executed.
NoCondition: Is always passing.
Actions
What to do when triggered and passing conditions.
SendNotification: Sends the configured message. Configure notification channels in the 'Accounts' tab. The notification type is 'Other'.
CancelOpenOrders: Cancel all OctoBot-managed open orders on each exchange.
StopTrading: Cancel all OctoBot-managed open orders on each exchange, switch to the Non-Trading profile and restart OctoBot.
SellAllCurrencies: Market sell each currency for the reference market on each exchange.
Currently using : Simulated trading
By switching to real trading, OctoBot will use your real funds
Warning! The switch button will also restart OctoBot