INVITE-ONLY SCRIPT
已更新 [MAD MBS] L5 RiskManagement

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
[L1] Wavebuilder module (SMA EMA HMA,..)
[L1] Multispikes module
[L1] ..... no idea what will come here next
[L1 L2] Bollinger module
[L2] Statistics module
[L2] ..... some ideas here (Trends,... Multitimeframe stuff)
[L3] Processor x8
[L4] Processor x16-x64
[L5] 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
![[MAD MBS] L3 Processor x8](https://s3.tradingview.com/2/2XCihL3n_mid.png)
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

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
[L1] Wavebuilder module (SMA EMA HMA,..)
[L1] Multispikes module
[L1] ..... no idea what will come here next
[L1 L2] Bollinger module
[L2] Statistics module
[L2] ..... some ideas here (Trends,... Multitimeframe stuff)
[L3] Processor x8
[L4] Processor x16-x64
[L5] 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
![[MAD MBS] L3 Processor x8](https://s3.tradingview.com/2/2XCihL3n_mid.png)
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

發行說明
Alerts now with custom signaltexts per eventMore 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
發行說明
bugfixing alerts發行說明
MK7.0.A3SL 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
發行說明
Dynamic labels with information for packets(p) contracts(c) and % of PortfoloColoring of positions
Wickdetection for TP3
Lots of bugfixing --> Beta 1
發行說明
Liquidation Pre-Calculationoptional 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
發行說明
libary update發行說明
screenshot update, there was a link inside my screenshot, thanks fikira for the find before the TV-Admins ^^no updates
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。