Strategy settings

Can you give some examples of formulas that can be written in the CustomEMA parameter field of the MoonBot terminal strategy?

In the MoonBot terminal, on the Filters / Base tab, you can enter various formulas in the CustomEMA parameter field, for example: 1) EMA(15m,3)< -1 and EMA(5s,1s)>0.1EMA(15m,3)< -1 = means that there was a decrease: the price 3 seconds ago -1% less than the price 15 minutes ago.EMA(5s,1s)>0.1 = means the price increased: the current

Can you give some examples of formulas that can be written in the CustomEMA parameter field of the MoonBot terminal strategy? Read More »

What do the common values that are written in the parameter formula mean, for example, for EMA(X,Y)>A?

The values in each formula of the form EMA(X,Y)>A, mean: 1) X,Y – time: a number after which there is a letter s or m or h (respectively: seconds, minutes, hours) or, if there is no letter, then the number is considered seconds, for example, in the formula EMA(30m,1)>1, X=30 minutes and Y = 1

What do the common values that are written in the parameter formula mean, for example, for EMA(X,Y)>A? Read More »

What types of formulas can be written in the CustomEMA and SellByCustomEMA parameter fields?

The following formulas can be written in the CustomEMA and SellByCustomEMA parameter fields: EMA(X,Y) > or < A: Comparison of prices for EMA X seconds, minutes or hours ago and EMA Y seconds, minutes or hours ago (allowed values X=1s…300s or 2m…90m or 1h…41h, Y=1s…300s or 2m…90m or 1h…41h) MAX(X,Y) > or < A: Comparison

What types of formulas can be written in the CustomEMA and SellByCustomEMA parameter fields? Read More »