MCPcopy Create free account
hub / github.com/TraderOracle/ATAS / SendWebhookAndWriteToFile

Method SendWebhookAndWriteToFile

ImbalancedTrades/ATASVolImb.cs:458–464  ·  view source on GitHub ↗
(string message, string ticker, string price, string file)

Source from the content-addressed store, hash-verified

456 }
457
458 private async Task SendWebhookAndWriteToFile(string message, string ticker, string price, string file)
459 {
460 var sendWebhookTask = SendWebhook(message, ticker, price);
461 //var writeToTextFileTask = WriteToTextFile(file);
462
463 await Task.WhenAll(sendWebhookTask);
464 }
465
466 private void play(String s)
467 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected