Disable some worker + funding rate top 6 for long and short
This commit is contained in:
@@ -50,7 +50,7 @@ public static class DiscordHelpers
|
||||
|
||||
fields.Add(new EmbedFieldBuilder
|
||||
{
|
||||
Name = $"{fundingRate.Direction} - Previous Rate",
|
||||
Name = $"{fundingRate.Direction} {fundingRate.Ticker} - Previous Rate",
|
||||
Value =
|
||||
$"Hour: {oldRatePerHour:#.##}% / Day: {oldRatePerDay:#.##}% / Month: {oldRatePerMonth:#.##}% / Year: {oldRatePerYear:#.##}%",
|
||||
});
|
||||
@@ -58,7 +58,7 @@ public static class DiscordHelpers
|
||||
|
||||
fields.Add(new EmbedFieldBuilder
|
||||
{
|
||||
Name = $"{fundingRate.Direction} - Current rate",
|
||||
Name = $"{fundingRate.Direction} {fundingRate.Ticker} - Current rate",
|
||||
Value =
|
||||
$"Hour: {ratePerHour:#.##}% / Day: {ratePerDay:#.##}% / Month: {ratePerMonth:#.##}% / Year: {ratePerYear:#.##}%",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user