Fixes for bots running (#22)
* Fixes for bots running * Up botmanager * Add cooldown * Refact can open position * Add cooldown Period and MaxLossStreak * Add agentName * Add env variable for botManager * Always enable Botmanager * Fix bot handle * Fix get positions * Add Ticker url * Dont start stopped bot * fix
This commit is contained in:
9
src/Managing.Api/Models/Responses/TickerInfos.cs
Normal file
9
src/Managing.Api/Models/Responses/TickerInfos.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Managing.Common;
|
||||
|
||||
namespace Managing.Api.Models.Responses;
|
||||
|
||||
public class TickerInfos
|
||||
{
|
||||
public Enums.Ticker Ticker { get; set; }
|
||||
public string ImageUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user