INVITE-ONLY SCRIPT

[MAD] L5 Riskmanagement MK6.2 Wizard Edition

업데이트됨
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)
릴리즈 노트
alerts
릴리즈 노트
bugfix
릴리즈 노트
update again
릴리즈 노트
Update to 6.1
릴리즈 노트
Statistics and Cleanup
릴리즈 노트
lots of bugfixing
릴리즈 노트
MSL Counter Long was counting on the short side
Versionnumber in Textbox
Oscillators

초대 전용 스크립트

이 스크립트에 대한 접근은 작성자가 승인한 사용자로 제한되며, 일반적으로 지불이 필요합니다. 즐겨찾기에 추가할 수 있지만 권한을 요청하고 작성자에게 권한을 받은 후에만 사용할 수 있습니다. 자세한 내용은 djmad에게 문의하거나 아래의 작성자의 지시사항을 따르십시오.

이 스크립트는 스크립트 관리자가 분석하지 않은 프라이빗, 인바이트-온리 스크립트입니다. 하우스 룰에 대한 준수 여부는 미정입니다. 트레이딩뷰는 스크립트 작성자를 100% 신뢰하고 스크립트 작동 원리를 이해하지 않는 한 스크립트 비용을 지불하고 사용하는 것을 권장하지 않습니다. 대부분의 경우 커뮤니티 스크립트에서 무료로 좋은 오픈소스 대안을 찾을 수 있습니다.

작성자 지시 사항

Backtest

차트에 이 스크립트를 사용하시겠습니까?

경고: 액세스를 요청하기 전에 읽어 보시기 바랍니다.

djmad|Bitblockart

면책사항