TradingView
djmad
2023년 2월 6일 오전 11시 2분

Liquidation-Level Library 교육

BTCUSD Perpetual ContractBybit

설명

This is a follow up information, the function-Library used to create this drawings here is now released.
Feel free to connect whatever indicator you like to create the starts

on the bottom of the library you can see a standard implementation,

a short example:

//define:
var Liquidationline[] Liqui_Line_L = array.new <Liquidationline>()

if Any_alert
f_liqline_add(_Liqui_Line = Liqui_Line_L, linetoadd = set_l,_limit = 250)
f_liqline_draw(_Liqui_Line = Liqui_Line_L, _priceorliq = priceorliq)
f_liqline_update(_Liqui_Line = Liqui_Line_L, _killonlowhigh = killonlowhigh)


코멘트
TheParmak
thank you for being a genius
jellegeerts9
How can i get this as a script or indicator?
djmad
@jellegeerts9, what you are seeing here are more than one indicator, look at the screenshot, this are 8 indicators daisychained together

1x Bollingerbands to give signals
2x x8 Processors to calculate the values
5x liquidation level scripts with different leverages


this is not possible to display with one indicator, as its limited to 500 lines each, so im using a custom setup for this.
as this is far from easy to config i will not release this, as unlimited support requests will be popping up in no time
djmad
@jellegeerts9, this here would be a variant, which uses basic signal sources.
you can easy mod for other signaltypes as code is "relative" simple
tradingview.com/script/9pCNeK2e-Mad-Liquidation-Levels/
jellegeerts9
@djmad but i got your liquidation script from your library, but i never get that accurate liquidation levels. will you ever publish this in one. i really like this indicator (as i see on the picture)
djmad
@jellegeerts9, we can talk if i see a premium logo on your account, thats the minimum u need to be able to fire it up

in the end i use bollinger bands for it, timeframe = charttimeframe / 3
fire up that indicator here 3 times leverages to use: 5 10 25 40 100
rise shrink factor 1.01 activate all 3 alerts for bollingers
Mupsje
@djmad, thanks for sharing this,

Can you share the code or a good manual?
I just landed here because I was seeking for some Liquidation lvl.
djmad
@Mupsje, i have a stand alone edition for this as script, have fun
jellegeerts9
@djmad haha yeah what did you think. i just want to make some more money by using your indicator. but it seems that almost every creator is a arrogant individual
djmad
@jellegeerts9, interesting, i don't remember any trader making money from my scripts remembering and tipping the creator....
no one has ever asked for my paypal address or a wallet number. so yes there seems to be a reason for that ;-)
i imagine the other creators have had the same experience too... still coding free stuff in my spare time for you ^^
더보기