Haos visual scanner

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67158 quote
    BryggareBryggare
    Participant
    Average

    I found an indicator here that I like thats called Haus Visual. There is a fast line there and I want to screen for stocks when the fast line turns from down to uptrend, The indicator is much to complicated for me and i wonder if someone could help me with the code.

    #80629 quote
    jcisnerosjcisneros
    Participant
    Junior
    #80664 quote
    NicolasNicolas
    Keymaster
    Legend

    That’s an old request posted months ago that I did not see at that time, sorry 🙁

    Do you mean by “fast line”, the yellow curve?

    haos-visual-indicator.png haos-visual-indicator.png
    #80718 quote
    BryggareBryggare
    Participant
    Average

    Yes exactly,  I use the yellow line to determine the trend. I think the indicator is very good but the code is to advanced for me.   I Would like to screen the market for stocks when the yellow line turns from down trend to up trend. Hope you can help me. 

    #80738 quote
    NicolasNicolas
    Keymaster
    Legend
    when the yellow line turns from down trend to up trend
    To be more precise, when the yellow line makes a u-turn or when it crosses the zero line?
    #80798 quote
    BryggareBryggare
    Participant
    Average

    When it makes a u-turn

    #80848 quote
    NicolasNicolas
    Keymaster
    Legend
    Ok, here is the code:
    ignored, ignored, ignored, ignored, ignored, ignored, ignored, ignored, ignored, ignored, ind, ignored = CALL "PRC_HaosVisual"
    
    top = ind<ind[1] and ind[1]>ind[2] and ind>0
    bottom = ind>ind[1] and ind[1]<ind[2] and ind<0
    
    screener[top or bottom]
    Turns to downtrend are only identified when the yellow line is above 0. Change to uptrend identified only when it is below 0.
    #80922 quote
    BryggareBryggare
    Participant
    Average

    Thank you Nicolas it works very good. 

Viewing 8 posts - 1 through 8 (of 8 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

Haos visual scanner


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Bryggare @bryggare Participant
Summary

This topic contains 7 replies,
has 3 voices, and was last updated by BryggareBryggare
8 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/04/2018
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...