PulseHub
OPEN-SOURCE SCRIPT

RSI Varmetric

346
RSI + NUBE · con OPTIMIZADOR INTEGRADO

// Prueba 54 configuraciones: 6 longitudes de RSI x 3 nubes x 3 niveles.
// Para cada una lleva su propia equity con comision, y en la ultima barra
// ordena las diez mejores por rentabilidad ajustada al riesgo.
//
// LIMITE TECNICO IMPORTANTE: en Pine la longitud de ta.rsi y ta.ema tiene que
// ser una constante, no puede venir de una variable. Por eso la rejilla esta
// escrita a mano y es fija: no se puede ampliar desde los ajustes.
//
// COMO LEER EL RESULTADO. El optimizador te dice cual fue la mejor
// configuracion EN ESTE HISTORICO CONCRETO. Eso NO es lo mismo que decirte
// cual sera la mejor de aqui en adelante: midiendo esto mismo sobre BTC, la
// configuracion que ganaba en 2018-2022 quedaba por debajo de la media en
// 2022-2026 en la mayoria de los casos. Usalo para ver la FORMA del mapa
// (si hay una meseta ancha o un pico solitario), no para copiar el numero uno.
// Si toda la rejilla ronda el mismo valor, cualquier celda vale. Si solo una
// destaca, desconfia de ella.


RSI + CLOUD · with INTEGRATED OPTIMIZER

// Test 54 configurations: 6 RSI lengths x 3 cloud lengths x 3 levels.

// Each one carries its own equity with commission, and on the last bar,
// it ranks the ten best by risk-adjusted return.

// IMPORTANT TECHNICAL LIMIT: In Pine, the length of ta.rsi and ta.ema must
// be a constant; it cannot be derived from a variable. Therefore, the grid is
// handwritten and fixed: it cannot be expanded from the settings.

// HOW TO READ THE RESULT. The optimizer tells you which was the best
// configuration IN THIS SPECIFIC HISTORICAL TIMELINE. That's NOT the same as telling you
// which will be the best going forward: measuring this same thing on BTC, the
// configuration that was winning in 2018-2022 fell below the average in
// 2022-2026 in most cases. Use it to see the SHAPE of the map
// (if there's a wide plateau or a lone peak), not to copy number one.

// If the entire grid hovers around the same value, any cell is valid. If only one
// stands out, be wary of it.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by PulseWire. Read more in the Terms of Use.