INVITE-ONLY SCRIPT

[MAD] L5 Riskmanagement MK6.2 Wizard Edition

Cập nhật
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)
Phát hành các Ghi chú
alerts
Phát hành các Ghi chú
bugfix
Phát hành các Ghi chú
update again
Phát hành các Ghi chú
Update to 6.1
Phát hành các Ghi chú
Statistics and Cleanup
Phát hành các Ghi chú
lots of bugfixing
Phát hành các Ghi chú
MSL Counter Long was counting on the short side
Versionnumber in Textbox
Oscillators

Tập lệnh chỉ hiển thị cho người được mời

Quyền truy cập vào tập lệnh này bị hạn chế đối với người dùng được tác giả ủy quyền và thường yêu cầu thanh toán. Bạn có thể thêm nó vào mục yêu thích của mình, nhưng bạn sẽ chỉ có thể sử dụng nó sau khi yêu cầu sự cho phép từ tác giả. Liên hệ djmad để thêm thông tin, hoặc làm theo hướng dẫn của tác giả bên dưới.

Xin lưu ý rằng đây là tập lệnh riêng tư, chỉ dành cho người được mời và người kiểm duyệt tập lệnh không phân tích. Chưa xác định có tuân thủ với Quy tắc nội bộ không. TradingView gợi ý bạn không trả tiền để sử dụng tập lệnh trừ khi bạn tin tưởng 100% vào tác giả của tập lệnh và hiểu cách hoạt động của tập lệnh. Trong nhiều trường hợp, bạn có thể tìm thấy giải pháp thay thế nguồn mở tốt miễn phí trong Tập lệnh cộng đồng của chúng tôi.

Hướng dẫn của tác giả

Backtest

Bạn muốn sử dụng tập lệnh này trên biểu đồ?

Cảnh báo: vui lòng đọc trước khi yêu cầu quyền truy cập.

djmad|Bitblockart

Thông báo miễn trừ trách nhiệm