create strategy/indicator on tradingview

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114189 quote
    tkco
    Participant
    New

    This is an indicator/strategy code.
    and I want someone to help me explain what does it mean and make tradingview code:

    X:=MAX(HHV(C,10)-LLV(C,10),ABS(C-REF(C,10)))/SUM(ABS(C-REF(C,1)),10);
    X1:=EMA(X,10);
    Y:=INTPART(10-(X1-0.5)*13);
    Y1:=SUM((C-REF(C,1))*VOL,Y);
    Z:=EMA(Y1,10);
    Z>0,BPK;
    Z<0,SPK;

    Thanks a lot!

    #114204 quote
    Vonasi
    Moderator
    Master

    Perhaps a forum discussing Tradingview code would be a better place than one discussing ProRealCode.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

create strategy/indicator on tradingview


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
tkco @tkco Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Vonasi
6 years, 2 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 12/04/2019
Status: Active
Attachments: No files
Logo Logo
Loading...