​
public enum EnumAccumulationBotStopType{Timer = 0,MaxTotalAmount = 1}
public enum EnumBotTradeAmount {Static = 0,AllIn = 1,MaxTradeAmount = 2}
public enum EnumBotTradeResult {Stay = 0,Buy = 1,Sell = 2}
public enum EnumBotType {TradeBot = 0,MarginBot = 1,LeverageBot = 2}
public enum EnumCoinsPosition {Bought = 0,Sold = 1}
public enum EnumCurrencyType {Base = 0,Quote = 1}
public enum EnumCustomBotType{MarketMakingBot = 1,PingPongBot = 2,ScalperBot = 3,OrderBot = 4,FlashCrashBot = 6,InterExchangeArbitrage = 8,IntellibotAlice = 9,ZoneRecoveryBot = 12,AccumulationBot = 13,TrendLinesBot = 14,MadHatterBot = 15,ScriptBot = 16,CryptoIndexBot = 17,EmailBot = 19,AdvancedIndexBot = 20}
public enum EnumFlashSpreadOptions{FixedAmount = 0,Percentage = 1,PercentageWithBoost = 2,Exponential = 3}
public enum EnumFundsMovingPosition {EnterShort = 0,ExitShort = 1,EnterLong = 2,ExitLong = 3}
public enum EnumFundsPosition {NoPosition = 0,Short = 1,Long = 2}
public enum EnumIndicator{Aroon = 0,AroonOscillator = 1,AwesomeOscillator = 2,Blind = 3,BOP = 4,BBands = 5,BBandsB = 6,BBandsW = 7,BuyLowSellHighFixed = 8,BuyLowSellHighDynamic = 9,BBandsPshai = 51,CCI = 11,CMO = 12,CoppockCurve = 13,CRSI = 14,CandlePattern = 15,DEMA = 16,DEMA_New = 52,DonchianChannels = 17,DPO = 18,EMA = 19,EMA_New = 53,Elliot = 20,FastRSI = 21,Fibonacci = 22,Fractial = 23,IchimokuClouds = 24,KeltnerChannels = 26,KAMA = 27,KAMA_New = 54,KeltnerChannels_New = 55,MACD = 28,MACD_New = 69,MFI = 29,Momentum = 70,ROC = 30,ROCAlt = 31,RSI = 32,RSI_New = 59,RegressionSlobe = 33,SAR = 34,SlowRSI = 35,SMA = 36,StochRSI = 37,StochRSI_New = 62,Stochastic = 38,Stochastic2 = 39,SmallFractial = 40,ScriptIndicator = 41,TEMA = 42,TEMA_New = 63,TRIX = 43,TRIX_New = 64,TRIMA = 44,TRIMA_New = 65,TD = 71,TimedBlind = 49,UltimateOscillator = 46,UltimateOscillator_New = 66,WMA = 47,WilliamsW = 48,WilliamsR_New = 67,HaasScriptIndicator = 50}
public enum EnumInsurances{AbsolutePriceChange = 0,BeProfitableInXTrades = 1,DisableOnLosses = 2,NeverSellCheaper = 3,NeverBuyHigher = 11,OvercomeFee = 4,OvercomeDoubleFee = 5,PercentagePriceChange = 6,ScriptInsurance = 7,StableTrendOnly = 8,StayProfitable = 9,TrendingTrendOnly = 10,HaasScriptInsurance = 12,WaitAfterOrder = 13}
public enum EnumLimitOrderPriceType {BeFirstOrder = 0,PlaceOnFirstOrder = 1}
public enum EnumMadHatterIndicators {Macd = 0,Rsi = 1,Bbands = 2}
public enum EnumMadHatterSafeties {StopLoss = 0,PriceChangeToBuy = 1,PriceChangeToSell = 2}
public enum EnumOrderBotTriggerType {LowerThan = 0,HigherThan = 1,Normal = 2}
public enum EnumOrderStatus {UnKnown = 0,Open = 3,Completed = 5,Canceled = 7}
public enum EnumOrderType {Sell = 0,Buy = 1}
public enum EnumPlatformType {SpotTrading = 0,MarginTrading = 1,LeverageTrading = 2}
public enum EnumPriceChartType {Candlestick = 0,CandlestickHLC = 1,HeikinAshi = 2,OHLC = 3,HLC = 4,Line = 5,Mountain = 6,RedBlack = 7,Spread = 8}
public enum EnumPriceSource{Bitfinex = 1,BTCe = 4,CexIO = 5,OKCoinCOM = 8,OKCoinFutures = 9,Bitstamp = 10,Poloniex = 11,Coinbase = 12,Bittrex = 13,NovaExchange = 14,Kraken = 15,BitMEX = 17,ScriptedDriver = 18,CCex = 19,Gemini = 20,Binance = 21,HitBTC = 22,OKEX = 23,Huobi = 26,KuCoin = 27,}
public enum EnumSafety{CloseBeforeSettlement = 0,ClosePositionWithLoss = 14,ClosePositionWithProfit = 15,DeactivateBotAfterBuy = 12,DeactivateBotAfterSell = 13,DeavtivateBotAfterXTrades = 18,DeactiveBotAfterXIdleMinutes = 21,DeactiveBotAfterXActiveMinutes = 22,TradeOnTrendLines = 20,ForceToBoughtLong = 7,ForceToSoldShort = 8,PricePump = 16,PriceDump = 17,RoofInDynamic = 1,RoofInFixed = 2,RoofOutDynamic = 3,RoofOutFixed = 4,ResetBuyPrice = 10,ResetSellPrice = 11,StopLossFixed = 5,StopLossDynamic = 6,ScriptSafety = 9,HaasScriptSafety = 19}
public enum EnumSafetyPositionSignal{Any = 0,BuyLong = 1,SellShort = 2,NoPosition = 3}
public enum EnumSlotType {Buy = 0,Sell = 1,Empty = 2,}
public enum EnumTradeType {Buy = 1,Sell = 2}