 - Google Chrome_241015085504.png)

 - LiteFinance - Slack 🎤_241015090030.png)

cTrader cBot "QuotesWatcher" is designed for monitoring the quotes of financial instruments and identifying delays in their reception. If the delay for a specific symbol exceeds the specified time (MaxIdleTimeSeconds) or a custom value in SymbolsDelays.txt, the bot sends a warning to the terminal log and also duplicates the notification to an external messenger using webhooks.
Settings:
- MaxIdleTimeSeconds (int, DefaultValue = 60) — The maximum allowable delay time in seconds between the reception of quotes for each symbol. If the delay exceeds this value, the bot sends a warning.
- WarningIntervalSeconds (int, DefaultValue = 10) — The interval in seconds during which the bot sends a warning again if the delay still exceeds the allowable value.
- DelayAfterSessionStart (int, DefaultValue = 60) — The delay in seconds after the start of a trading session during which the bot does not send warnings.
- SymbolsFilePath (string, DefaultValue = "...file path\SymbolsDelays.txt") — The path to the file containing a list of symbols and individual delay values for each of them.
- WebhookUrl (string, DefaultValue = "https://web.hook.com/") — The webhook URL for sending notifications to an external messenger (HTTP request + JSON schema).
Вам также может понравиться