mcDucksBroker icon indicating copy to clipboard operation
mcDucksBroker copied to clipboard

What if mcDuck had a crypto broker?

Results 14 mcDucksBroker issues
Sort by recently updated
recently updated
newest added

```pine // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © itsale-a //@version=5 strategy("Doble RSI Scalper - Pelu", overlay=true) //indicator("Doble RSI...

La idea es usar el indicador CPT ADX para detectar la tendencia general de BTC/USDT en 4hs y activar o desactivar posibles compras (en conjunto con el resto de los...

if the last 3 candles are red and the actual one is green, it must be wider than the widest of the last 3 red candles. if it is, buy.

needs testing
strategy

Maybe implement CI/CD in order to prepare packages for testing, in order to not have to download the whole repository.

enhancement
help wanted

Read the last 30 days of wallet information (using daily stats). Calculate daily exchange data (typical price) against BTC, for each crypto found. Generate area graph with the information.

enhancement

Probar usar el klinger solo diario, y ponerle un take profit de 5% (idealmente ir probando distintos %) que el take profit solo lo haga en señales de buy, y...

needs testing
strategy

Using only the Klinger Oscilator for an strategy isn't trustworthy. We have to try to improve the buy/sell signals with another indicator. In this case we will be using two...

documentation
needs testing
strategy

Generate documentation for the usage of this indicator on our own strategies.

documentation
Indicator