screener for candlestick greater than 10 %

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30558 quote
    arcane
    Participant
    Senior

    Hello,

    A request for help for a simple screener.

    On the 30-minute timeframe, find the stocks whose candle is greater than the previous candle by more than 10%.

    Close> close [1] + 10%.

    I do not know how to code a percentage.

    Thank you for your help.

    #30620 quote
    arcane
    Participant
    Senior

    I tried this but it did not work.

    ((Close-close [1]) / close [1]) * 100> 10

    #31023 quote
    Nicolas
    Keymaster
    Master

    There is a specific keyword to get the percentage variation from the last X candlestick, so in your case:

    condition = variation>10

    Variation keyword returns variation percent % between the close of the last bar and close of the current bar.

    #31121 quote
    arcane
    Participant
    Senior

    Thank you nicolas, I had not seen your answer.

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

screener for candlestick greater than 10 %


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
arcane @arcane Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/31/2017
Status: Active
Attachments: No files
Logo Logo
Loading...