TradingView
xinolia
22 de Mar. de 2020 22:49

ASCTrend 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

Descripción

This is a signal type inge displayed on the candlestick.
Very famous in the world, ASCTrend is one of the oldest signal type indicators, and it seems that the base was completed around MT3, the predecessor of MT4.
I ported it because it was not in TradingView for some reason.

ローソク足上に表示されるシグナル型のインジです。
世界的に非常に有名で、ASCTrendはシグナル型のインジケーターの中でも歴史は古く、ベースはMT4の前身であるMT3の頃には出来上がっていたようです。
なぜかTradingViewにないので移植してみました。

Notas de prensa

UPDATE: add alert

Notas de prensa

update: add eternal signals mode
確定シグナルモード追加

Notas de prensa

PINEの仕様が変わって動かなくなっていましたので動くように修正しました
The PINE specification changed and it stopped working, so I modified it to work.

Notas de prensa

support multi time frame
MTFに対応

Notas de prensa

Change the referral chart
紹介用のチャートを変更
Comentarios
ahmetMDA
Hi
Can you please help me about how to find the best settings . for example i trade crypto and ı want to use asc trend. but ı am confused wıth the settıngs. 10-3 or 10-4 or 10-6 ... ı would be so happy ıf you tell me a strategy . thank you very much
h.rayan.s
Hi
thanks for your kindness
frejosan
Hello thank you for this work. It is possible to add MTF capabilities, so you can have the 15M signal in a 5M chart?
xinolia
@frejosan, OK. Update complate
frejosan
@xinolia, Thank you very much!!!
mnhweb
Is this possible for you to add a simple buy and sell alert to your script?
mnhweb
How do you set buy/sell alerts with the green and red arrows?
genkir
@mnhweb, its already in the script : alertcondition(crossover(ASC_Trend, 0), title="ASC_Trend UP",message="ASC_Trend UP")
alertcondition(crossunder(ASC_Trend, 0), title="ASC_Trend Down",message="ASC_Trend Down")
Más