3.4.2 Wall Detection
The method consistently shows TOKENs with a large number of buy orders (support). Example below:
Configure parameters to specify a period to check how long the support has been there, and the bot will execute the task.
For the above wall strategy example: Copy the following text and paste it into the bot.
##Begin_Strategy
Active=-1
StrategyName=Walls Test
Comment=apollo
SignalType=W allsDetection
ChannelName=
ChannelKey=
SilentNoCharts=NO
ReportToTelegram=YES
CoinsWhiteList=
CoinsBlackList=TRX,NBT
MinVolume=10
MaxVolume=500
AutoBuy=NO
MaxActiveOrders= 10
AutoCancelBuy= 180
BuyType=Buy OrderSize=0.00000000 buyPrice=-3.00000000 • SellPrice=4.00000000 UseStopLoss=NO
StopLoss= 1.00000000
PanicSellSpread=0.10000000
AllowedDrop=0.00000000
UseTralllng=YES
TralllngPersent=-1.00000000
UseT akeProfIt= YE S
TakeProfit=2.50000000
DropsMaxT ime=600
DropsPrIceMA= 1
DropsL astPriceMA= 1
DropsPriceDelta=1.00000000
DropsPriceIsLow=NO
W allsMaxT ime=3600
WallsPriceDelta=4.00000000
WallBuyVolDeep=2.00000000
W allBuyVolume= 10
WallBuyVolToDAI AgentlyVol=10.00000000
WallSellVolToBuy=75.00000000
WallSellVolDeep=15.00000000
##End_Strategy#
Currently, only one volatility detection strategy can be activated, although users can configure many parameters within it.
It is recommended to use volatility detection only when the exact timing of the volatility is known. Open it 15 seconds before the volatility announcement and close it immediately afterward.
Warning! The risk of false detection is very high! Although you can configure many parameters to avoid this, there is still a possibility of mistaking certain market activities for volatility.
The recommended joint pump detection parameter values in the MegaPump Group's actual pump example are as follows:
PumpPriceRAI Agents = 7: This indicates a price increase of 7% within the last 30 seconds. The higher this value is set, the lower the likelihood of false detection. On the other hand, when the price increase is not very significant, you may want to detect the pump as quickly as possible.
PumpBuysPerSec=20;
PumpVolPerSec = 0.8: The initial increase in the number of buyers. The higher this value is, the lower the chance of false detection.
PumpBuyersPerSecMax = 4: Our goal is to immediately detect the pump when 2 to 4 people start buying the TOKEN.
PumpBuyersPerSecMin = 2: If only one buyer occasionally purchases some TOKENs unrelated to the volatility, the case will be rejected.
Last updated