INVITE-ONLY SCRIPT

[MAD] L5 Riskmanagement MK6.2 Wizard Edition

Actualizado
First of all, this Backtest module comes WITHOUT a Strategy, only Riskmanagement

Modular L6 Backtest

For testing your own Indicators in this backtest use this script snipped below in your indicator Suite
After this you can include every L1 Indicator and test it.
todo this, select Digitalsignal @ your specific indicator as source, so the backtester can see its signals.

To have correct data at the exchange, use alarms after successful backtest on the indicator with "on candle close"

Steps of a entry, which you can see the in the screenshot:

L1 Strategy/Indicator sends "long"
buy of position setting of SL @%
after TP1 SL is set to entry
after TP2 position is closed 100%

If there a running position but in negative P/L each Signal adds up to the position + Growfactor
so a 1.0 would increase the next buy +100% 1, 2, 4, 8 .... (double up)

Shrinkfactor detecs a position is to large. If position is at average price it reduces to allowed percentage and continues


-------------------

Where to buy and how often.... has to come from your own indicator




This is the codesnipped for a external indicator to plot the signal as needed

<CODE>

signalout = 0
signalout := (signal_buy? 1: signal_sell? -1: 0)
BM_color_signal = signal_buy? #4C9900 : signal_sell? #CC0000: color.black
L_digital_signal = plot(signalout, title ="Digitalsignal", color=BM_color_signal, transp=0, style=plot.style_columns, display=display.none)
Notas de prensa
alerts
Notas de prensa
bugfix
Notas de prensa
update again
Notas de prensa
Update to 6.1
Notas de prensa
Statistics and Cleanup
Notas de prensa
lots of bugfixing
Notas de prensa
MSL Counter Long was counting on the short side
Versionnumber in Textbox
Oscillators

Script que requiere invitación

El acceso a este script está restringido a los usuarios autorizados por el autor y, por regla general, es de pago. Puede añadirlo a sus favoritos, pero solo podrá usarlo si solicita permiso al autor y éste le autoriza. Para obtener más información, póngase en contacto con djmad o siga las siguientes instrucciones del autor.

Tenga en cuenta que se trata de un script privado que requiere invitación y que no ha sido analizado por los moderadores. Su conformidad con Normas internas es indeterminada. TradingView recomienda no comprar ni utilizar un script si su autor no le ofrece total confianza o cuando no entienda cómo funciona. En muchos casos, puede encontrar una buena alternativa de código abierto de forma gratuita en nuestros Scripts de la comunidad.

Instrucciones del autor

Backtest

¿Quiere utilizar este script en un gráfico?

Advertencia: Por favor, leer antes de solicitar acceso.

djmad|Bitblockart

Exención de responsabilidad