INVITE-ONLY SCRIPT

[MAD] L5 Riskmanagement MK6.2 Wizard Edition

Mis à jour
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)
Notes de version
alerts
Notes de version
bugfix
Notes de version
update again
Notes de version
Update to 6.1
Notes de version
Statistics and Cleanup
Notes de version
lots of bugfixing
Notes de version
MSL Counter Long was counting on the short side
Versionnumber in Textbox
Oscillators

Script sur invitation seulement

L'accès à ce script est limité aux utilisateurs autorisés par l'auteur et nécessite généralement un paiement. Vous pouvez l'ajouter à vos favoris, mais vous ne pourrez l'utiliser qu'après avoir demandé et obtenu l'autorisation de son auteur. Contactez djmad pour plus d'informations, ou suivez les instructions de l'auteur ci-dessous.

Veuillez noter qu'il s'agit d'un script privé, sur invitation uniquement, qui n'a pas été analysé par les modérateurs de scripts. Sa conformité à nos Règles est indéterminée. TradingView ne suggère pas de payer pour un script et de l'utiliser à moins que vous ne fassiez confiance à 100% à son auteur et que vous compreniez comment le script fonctionne. Dans de nombreux cas, vous pouvez trouver une bonne alternative open-source gratuite dans nos Scripts communautaires.

Instructions de l'auteur

Backtest

Vous voulez utiliser ce script sur un graphique ?

Avertissement: veuillez lire avant de demander l'accès.

djmad|Bitblockart

Clause de non-responsabilité