Conversion Of Indicator QQE from TradingView

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #154673 quote
    balraj1balraj1
    Participant
    New
    //By Glaz Metastock Version of QQE
    study("QQE")
    src=close
    Fast=input(2.6180)
    Slow=input(4.2360)
    RSI=input(14)
    SF=input(2,title='Slow Factor')
    WiMA(src, length) =>
    MA_s=(src + nz(MA_s[1] * (length-1)))/length
    MA_s
    
    RSIndex= ema(rsi(close,RSI), SF)
    
    //{Smoothed ATR of Smoothed RSI}
    #154695 quote
    VonasiVonasi
    Moderator
    Master

    balraj1 – Welcome to the forums. When making code conversion requests please make sure that your request follows the rules found here:

    https://www.prorealcode.com/free-code-conversion/

    You can also access that page via the ‘Help’ drop down list.

    Also before requesting any code conversion it is a good idea to use the search box to check that it is not already in the library. Perhaps this one meets your needs.

    QQE – Quantitative Qualitative Estimation

    Also when posting code (even non PRT code) please use the ‘Insert PRT Code’ button. I will edit your post to tidy it up.

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

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Conversion Of Indicator QQE from TradingView


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
balraj1 @balraj1 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by VonasiVonasi
5 years, 9 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 12/21/2020
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...