Multiple timeframe Stochastic screener

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

    Can someone help me with the code for a multiple timeframe screenter like this:

    Hourly Stochastic (50,5) < 40 and daily Stochastic (50,5) > 60

    Thank you for your help.

    #168233 quote
    robertogozzi
    Moderator
    Master

    There you go:

    Timeframe(1 Day)
    DailyK   = Stochastic[50,5](close)
    //DailyD = Average[3](Stochastic[50,5](close))
    Timeframe(1 Hour)
    HourlyK  = Stochastic[50,5](close)
    //HouryD = Average[3](Stochastic[50,5](close))
    Timeframe(default)
    Cond     = (DailyK > 60) AND (HourlyK < 40)
    SCREENER[Cond]
    Marpat thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Multiple timeframe Stochastic screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Marpat @marpat Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzi
4 years, 10 months ago.

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