Haos visual scanner

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67158 quote
    Bryggare
    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
    jcisneros
    Participant
    Junior
    #80664 quote
    Nicolas
    Keymaster
    Master

    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
    Bryggare
    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
    Nicolas
    Keymaster
    Master
    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
    Bryggare
    Participant
    Average

    When it makes a u-turn

    #80848 quote
    Nicolas
    Keymaster
    Master
    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
    Bryggare
    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.

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 Bryggare
7 years, 6 months ago.

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