Strategy settings

I need one strategy to trigger on a coin and then other strategies will not trigger on the same coin for some time, how can I set this up?

To do this, use parameter GlobalDetectPenalty on the Filters tab of the strategy settings: The total per coin penalty for strategies of all types in seconds, which means that if one strategy is triggered on this coin, the others will not trigger for the given time. If 0, this parameter is ignored.

I need one strategy to trigger on a coin and then other strategies will not trigger on the same coin for some time, how can I set this up? Read More »

I have a strategy that often detects and places a lot of orders, how can I pause between detections?

To do this, use the NextDetectPenalty parameter on the Filters tab: The time in seconds during which the strategy will not trigger again after detecting the same coin. For example, if NextDetectPenalty=30, then the next detection of the strategy on this coin will be after 30 seconds.

I have a strategy that often detects and places a lot of orders, how can I pause between detections? Read More »

How do I filter out a strategy if, for example, buyer volumes have started to increase, which could indicate buyer interest in the coin and lead to further price increases?

To do this, you may activate the UseBV_SV_Filter and check the box (YES). This is a buy/sell ratio filter. This parameter is only taken into account when auto-buying is enabled in the strategy. Then set the value in BV_SV_FilterRatio – it is the ratio of purchases to sales either for a specified time N or

How do I filter out a strategy if, for example, buyer volumes have started to increase, which could indicate buyer interest in the coin and lead to further price increases? Read More »

Can MoonBot filter a strategy’s performance if the market’s daily deltas are only in a certain range?

Yes, you can set such conditions on the Filters tab of the strategy settings, using the following parameters: Delta_Market_24_Min: Minimum change in the average exchange rate of all altcoins in 24 hours, (in %) below which the bot does not consider the coin. Delta_Market_24_Max: Maximum change in the average exchange rate of all altcoins in

Can MoonBot filter a strategy’s performance if the market’s daily deltas are only in a certain range? Read More »

Can the MoonBot filter a strategy if BTC 1-minute deltas are only in a certain range?

Yes, you can set such conditions on the Filters tab of the strategy settings, using the following parameters: Delta_BTC_1m_Min: Minimum BTC rate change over the last 1 minute (in %), counts as the difference (in percent) between the minimum and maximum rate over the last 1 minute and is always positive. Delta_BTC_1m_Max: Maximum BTC rate

Can the MoonBot filter a strategy if BTC 1-minute deltas are only in a certain range? Read More »

Can the MoonBot filter a strategy if the hourly market deltas are only in a certain range?

Yes, you can set such conditions on the Filters tab of the strategy settings, using the following parameters: Delta_Market_Min: The average of all altcoins’ hourly delta, not less than (in %). Averaged over all pairs. It may be negative. Delta_Market_Max: Delta_Market_Max: Average hourly delta across all markets (not less than (in %).

Can the MoonBot filter a strategy if the hourly market deltas are only in a certain range? Read More »

I want to execute a strategy only if daily delta of BTC is positive and the market is in a bull trend.

You can set these conditions on the Filters tab of the strategy settings, using the following parameters: Delta_BTC_24_Min=0.1 (Minimal change of BTC exchange rate in 24 hours (in %), below which the bot will not consider a coin) Delta_BTC_24_Max=10 (Maximum change of BTC exchange rate in 24 hours (in %), above which the bot will

I want to execute a strategy only if daily delta of BTC is positive and the market is in a bull trend. Read More »

Is it possible to filter a strategy in the MoonBot terminal if 5-minute deltas of BTC are only in a certain range?

Yes, you can set such conditions on the Filters tab of the strategy settings, using the following parameters: Delta_BTC_5m_Min=-10 (Minimal change of BTC rate for the last 5 minutes (in %), considered as a difference (in percent) between the minimum and maximum rate for the last 5 minutes and is always positive. Delta_BTC_5m_Max=-0.1 (Maximum BTC

Is it possible to filter a strategy in the MoonBot terminal if 5-minute deltas of BTC are only in a certain range? Read More »