TradingView
UnknownUnicorn5886209
Mar 24, 2020 5:55 AM

Pump Alerts 

Bitcoin / TetherUSBinance

描述

My very first indicator in Pine Script with two alert conditions for trading bots.
It's based on "Pump Catcher" by @joepegler

I modified some parts, hopefully improved the usability and enabled alerts, so you can use it to trigger bots like 3commas via webhooks.

Pump Alerts 🚀 attempts to "detect moments of abnormal and accelerating increase in volume" AKA "pumps". Small and big pumps.
I recommend using it on small timeframes like 1 to 15 min and tinkering with the lookback period as well as threshold values.
Other than that it's pretty self-explanatory and beginner-friendly.

Free and Open Source. Let me know how you use it!
评论
kuroshkabir
Hello
How can I test this indicator with backtest?
I want to test the point of purchase and the accuracy of the indicator, but I can't
can you help me?
UnknownUnicorn5886209
@kuroshkabir, I would advise you to first test the indicator with a paper trading bot. At the moment I don't have a strategy-version of this script for backtesting purposes.
fictou
@kuroshkabir, here it is :


Don't forget to give a thumbs up :)
osakaboy
Hi. I'm not an expert so I have questions. How is this different than volume spikes? How or where would any warnings appear?
EagleEye100x
Hi,

Good work...!!! I was wondering if we can detect dump also, what should be the threshold for that....??? if we use the same logic for vrocNormalized for decreasing volume. what can be a good threshold?
UnknownUnicorn5886209
@EagleEye100x, Hi! Thanks for the input. I've just finished Dump Alerts: tradingview.com/script/3UpTMqBb-Dump-Alerts/
Falcon_Trader_1
Hi,

Just wanted to quickly understand how to put triggers and exits using TV Alerts.

Can this be good:-

1. Enter: When price is entering channel - channel can be set at lower bound 1.44 and upper bound any number greater than 1.44
2. Exit: When price is moving down 0.5% in 5 bars

Your thoughts?
wbburgin
Great work!
gogy000
Hi how can be used with Cornix?
更多