NEW HIGH with assisted programming

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65272 quote
    Adz78Adz78
    Participant
    New

    Hey all

    Please can anyone show me or explain how to add ( “CLOSE IS AT NEW HIGH”) to a screener using only assisted programming. ?

    Many thanks

    Adam

    #65287 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    You can select that current CLOSE > CLOSE[1] (which is the previous one) or that of any given candle.

    You can’t tell ProOrder Assistant to add a condition so that the current CLOSE is greater than, say, the 10 previous candles. You must do it manually.

    Roberto

    #65315 quote
    Adz78Adz78
    Participant
    New

    Hi

    Thanks for reply, thats really good to know.

    In assissted proscan i can select close > close (previous) (10) periods ago.

    Is that not the same ?

    #65317 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    In ProScreener, ProBuilder and ProOrder, to find if the current CLOSE is a the new highest CLOSE within, say, the last 20 bars, you have to manually write:

    NewHigh = (close = highest[20](close))

    NewHigh will be set to TRUE if it’s the highest CLOSE, FALSE otherwise.

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

NEW HIGH with assisted programming


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Adz78 @adz78 Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by robertogozzirobertogozzi
8 years, 6 months ago.

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