Brian

Results 33 comments of Brian

> I think I get your point on possibly filtering of changes with larger % being filtered off. I do suppose it is a trade-off atm of spam vs potential...

> > > I think I get your point on possibly filtering of changes with larger % being filtered off. I do suppose it is a trade-off atm of spam...

![image](https://user-images.githubusercontent.com/63389110/129605277-5ba08712-97ae-40d0-b8fd-363c961581c0.png) alertSkipThreshold appears to have its own limitations as well, does not seem to filter spam v well on slightly larger intervals. (15s for this case) Possible solutions 1. Use...

Previously mentioned threads regarding volume implementation, https://github.com/brianleect/binance-pump-alerts/issues/24 https://github.com/brianleect/binance-pump-alerts/issues/10 https://github.com/brianleect/binance-pump-alerts/issues/12 Volume is definitely a good indicator of big moves in crypto. However, there are some limitations regarding the current way the...

> I see your point and totally agree with the limitations. Thanks for your detailed explanation. > > When sticking the rest API (which currently uses no API Keys), there...

Possibly implement customizable triggers E.g. 2 consecutive 1s triggers -> Buy 2 consecutive 15s trigger within _ timeframe -> Buy Different level of purchase could be set, small / med...

> Hey, same here somehow. Alerts getting double send for some weird reason. > > ![image](https://user-images.githubusercontent.com/6356217/140198988-8c9e9397-a261-46ca-a5ca-377942203b51.png) > > Is there a way for a quick 'n dirty fix? Don't think...

![image](https://user-images.githubusercontent.com/63389110/128171585-34787b08-5620-4016-a7a4-e93c5b7b1c54.png) Link: https://binance-docs.github.io/apidocs/spot/en/#24hr-ticker-price-change-statistics @Juanjacinto123 If I'm not mistaken, this would be the endpoint to get the 24h volume info. However, the currently used endpoint is different due to different requirements...

> Hi @brianleect, any update on this? Thanks I have an idea of how this could still be implemented on the current program structure. I could have an option to...

> > > Hi @brianleect, any update on this? Thanks > > > > > > I have an idea of how this could still be implemented on the current...