“Delta Modifiers” Tab

“Delta Modifiers” Tab

  • BuyModifier: a field for specifying the multiplier used to apply modifiers to the Buy order price. Example: the total delta, calculated using Add* modifiers, is 5%. The strategy has a BuyModifier value set to -0.1. In this case, buy orders will be placed 0.5% lower, i.e. at -1.5%

  • SellModifier: a field for specifying the multiplier by which modifiers are added to the Sell order price set in the strategy. Example: the total delta calculated using the Add* modifiers is 5%. The strategy has a SellModifier value set to 0.2. In this case, Sell orders will be placed 1% higher

  • DetectModifier: a field for specifying the multiplier by which modifiers are added to the strategy’s detection threshold. Example: the total delta calculated using the Add* modifiers is 5%. The strategy has a DetectModifier value set to 0.1 and, for example, uses the PumpDetection strategy, configured to detect a rise in PumpPriceRaise of 2. In this case, the strategy will only trigger upon a price increase of (2% + 5%*0.1) = 2.5%

  • StopLossModifier: a field for specifying the stop modifier. The result of its calculation is logged as ‘StopLoss adjusted [-1.00% - (10.00*0.98=9.75%) => -10.75% ]’, where:‘-1.00%’ is the StopLoss value = -1 from the strategy, ‘10.00*0.98=9.75%’ is the calculated modifier coefficient => ‘-10.75%’ will be the final stop level given these values

  • MaxModifier: a field for specifying the maximum limit on the calculated sum of all Add modifiers; in other words, the total Add coefficient used in calculations will not exceed the value specified in this parameter. The final modifier is calculated using the formula Min(MaxModifier, Sum[Pn * Dn]), where Pn is the modifier specified in the strategy and Dn is the current delta. If 0, it is not applied

  • Add24hDelta: a field for specifying a parameter modifier based on the value of the 24-hour delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • Add3hDelta: a field for specifying a parameter modifier based on the value of the 3-hour delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddHourlyDelta: a field for specifying a parameter modifier based on the value of the hourly delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • Add15minDelta: a field for specifying a parameter modifier based on the value of the 15-minute delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • Add5minDelta: a field for specifying a parameter modifier based on the value of the 5-minute delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • Add1minDelta: a field for specifying a parameter modifier based on the value of the minute delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddMarketDelta: a field for specifying a parameter modifier based on the value of the market’s hourly delta (by absolute value, i.e. always positive). Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddBTCDelta: a field for specifying a parameter modifier based on the value of the BTC hourly delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddBTC5mDelta: a field for specifying a parameter modifier based on the value of the 5-minute BTC delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddBTC1mDelta: a field for specifying a parameter modifier based on the value of the BTC one-minute delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddMarkDelta: a field for specifying a parameter modifier based on the value of the mark price delta. Calculation of the total delta using coefficients, based on the sum of all modifiers (Sum[Pn * Dn], where Pn is the modifier specified in the strategy and Dn is the current delta)

  • AddPump1h: a field for specifying a parameter modifier depending on the value of Pump1h

  • AddDump1h: a field for specifying a parameter modifier depending on the value of Dump1h

  • AddPriceBug: a field for specifying a parameter modifier depending on the value of PriceBug.