djmad

[MAD MBS] L5 RiskManagement

djmad Cập nhật   
L5 RiskManagement of the "Modular Backtest System" series is a part from a framework of modules to easily implement custom strategies more ore less like "drag and drop"

This is the risk management module that uses my "multibit" signal communication

All this here in the interactive screenshot represents the whole framework, when interconnected and after propper configuration.


Some modules that have already been released or are planned to be released in the near future
Wavebuilder module (SMA EMA HMA,..)
Multispikes module
..... no idea what will come here next

Bollinger module
Statistics module
..... some ideas here (Trends,... Multitimeframe stuff)

Processor x8
Processor x16-x64

Risk management (contains an alert builder to generate commands for external webhook trading bots.

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

What can this risk management do?
Classic position handling from DCA to breakout
Multiple targets
position risk management by intelligent reduction of positions in case of overinvestment
Stop
Marketmaking
SL automatically move profit after takeprofits
Position change strategies
and much more...

Statistics about all your positions including TP1, TP2, TP3, SL's,...



Testing own indicators:
Create a signal like this here inside your indicator and map the two outputs correctly
<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 ="Digital signal", color=BM_color_signal, transp=0, style=plot.style_columns, display=display.none)
</CODE>

after this you use
set input to -1 0 1
daisychaint the stuff correctly together including signal mapping and you are ready to go
Chain looks like this:
L1 (your indicator)
L3 processor
L5 risk management

Some screenshots with finished configuration and different L1 signalsources



The libary used for this project


Phát hành các Ghi chú:
Alerts now with custom signaltexts per event
More Signals for controll from outside via Multibit (TP,SL,Reduce,..)
Smaller and cleaner infobox for mobile
Showing now the start of the backtest in the info panel
Phát hành các Ghi chú:
bugfixing alerts
Phát hành các Ghi chú:
MK7.0.A3

SL handling re-done
now its possible to prohibe displaying of entry SL (in case for DCA, where SL=-99%)
or all SL´s (Moving + Trail + Entry) together
clean up for smaller infovox
many small features
UI-Cleanup
Code Cleanup
Digits selection for positionsize and price
Phát hành các Ghi chú:
Dynamic labels with information for packets(p) contracts(c) and % of Portfolo
Coloring of positions
Wickdetection for TP3
Lots of bugfixing --> Beta 1
Phát hành các Ghi chú:
Liquidation Pre-Calculation
optional Liquidation simulation (close Position next candle is the only way, so the loss is may to small or to big, depending on the move)
in the end its the point to see in the result that there was a liquidation at all.. before no way to simulate this
Phát hành các Ghi chú:
libary update
Phát hành các Ghi chú:
screenshot update, there was a link inside my screenshot, thanks fikira for the find before the TV-Admins ^^

no updates

Trader & coder. TA & NFTs.
bitblockwizard.com more at bitblockart.com
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.

TradingView không đề xuất trả tiền cho một tập lệnh và sử dụng cho đến khi bạn hoàn toàn tin tưởng tác giả và hiểu cách thức hoạt động của tập lệnh. Trong nhiều trường hợp, bạn có thể tìm thấy một giải pháp thay thế nguồn mở miễn phí trong Thư viện Công cộng của chúng tôi.

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

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

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

This script is part of the bitblockartwizard ntf project and will be sold on the webpage named inside my Signature

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.

Ý tưởng liên quan