TradingView
jaqobs
22 May 2018 08:36

Bitmex Liquidation levels VWMA's 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

Açıklama

This script creates multiple MA's that signal likely price boundaries and trends. They are volume-weighted moving averages multiplied with Bitmex's liquidation level multiplicator.

Do not buy green MA touch and do not sell red MA touches.

//Recommended settings:
//M3: len = 300
//M5: len = 100
//M15: len = 50-75
//m30: len = 35
//h1: len = 13
//h4: len = 7
//h12: len = 3

Sürüm Notları

Added MA names to settings
Added option to highlight line touches

Sürüm Notları

Corrected a typo.
Reordering of a line in groupings to make it more logical.

Sürüm Notları

•Added x100 and x10 bands by default
•Added option to highlight x10 bands
•Changed default color of x100 bands to #306bc9

Sürüm Notları

Last update for a while.
•Added BGcolor title

Sürüm Notları

Small changes:
•changed highlighting trigger on crossover and crossunder instead of price position relative to the MA's
•added highlighting of x10 liquidation touches
•All highlighting triggers on by default now
Yorumlar
henesseye
How does the calculation for %-level of a given Liq-Level works? Is there a generic formula?
edwinvangent
Why are these indicators not working anymore, have the fucking whales somehow blocked these at trading view?? is tradingview now corrupt or what?
DenNSR
nice script. Can you tell please how do you calculate value_for_ 5x for example?
MDicko123
Hey, great script. Is there any way to custom change the levels. For instance, I use x4, however, this does not appear in the script. Thanks
jaqobs
@MikeDickens, you could calculate the %-level for 4x and add this to the code: short4 = vwma(close, len_inp) * value_for_4x
syrinxflunki
yes sir, well played !
hiteshbhatia3559
Very nice :)
Bomberman
Nice, thanks man.
Rohit_Shinde
thanks
Daha Fazla