TradingView
saraphig
20 de Fev de 2020 13:50

Margin Call MovingAverage 

Bitcoin / U.S. DollarGemini

Descrição

The first edition;

This is a tool to calculate BTC long “Margin Call” price line, you can intuitively adjust the leverage multiple to calculate the current “Margin Call” price line position, you can also adjust the average price to see the average“Margin Call” price;

这是一个计算BTC“爆仓”多头价格线的工具,可以直观地调整杠杆倍数来计算当前“爆仓”价格线位置,也可以调整平均价格来查看平均“爆仓”价格

Notas de Lançamento

Reduce the amount of code; Set the default opening price to increase the intuition

Notas de Lançamento

Use vwma as price calculation

Notas de Lançamento

Short burst average!
新增空头爆仓均线!

Notas de Lançamento

Update the view
Comentários
alexgrover
Pretty cool, i was curious about the indicator so ii would have been great to have more information about it. Note that you can calculate the extremities the with fewer operations using
ma = sma(src,maval) ma1 = ma*xa/(0.995*xa + 1) ma2 = ma*xb/(0.995*xb + 1) ma3 = ma*xc/(0.995*xc + 1) ma4 = ma*xd/(0.995*xd + 1) ma5 = ma*xe/(0.995*xe + 1)


Looking forward to your other indicators.
saraphig
@alexgrover,I am a newbie; thanks for your tips; Thanks a lot;
Time_Out_2021
Thank you kindly for publishing this indicator as well as sharing the pine script code :)
I like how it works as support and resistance where at times the EMA ribbon does not
awesome idea
I would like this indicator twice if I could !
OutsourcE
What are 25,20,15 etc...?
saraphig
@OutsourcE, Futures leverage
Mais