translate a TC2000 scanner code to PRT: 4 consecutive green candles

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

    Hi as you can see in the title im looking for help to translate a code used to scan the markets on TC2000 to PRT

    The utility of this scanner is to show me all the stocks that have 4 consecutive green candles on 15m charts,

    the original code used in tc2000 is : TrueinRow (H > H1 and L > L1,4) > =4

    i hope somebody can help me, i need the code as quick as possible to continue my learning, thank you in advance

    #92868 quote
    Nicolas
    Keymaster
    Master

    > Please update your country flag in your profile. Thank you 🙂 <<

    and post in the correct section with the correct language next time! 😉
    #92869 quote
    Nicolas
    Keymaster
    Master
    The code you have posted is not about 4 green candles but about 4 consecutive candlesticks higher highs and higher lows. So it could be coded like this: (not tested)
    test = summation[4](high>high[1] and low>low[1])=4
    screener[test]
    Abodson99 thanked this post
    #92878 quote
    Abodson99
    Participant
    New
    Thank you Nicolas the code works perfectly it will help me to improve my stocks stalking strategy and by the way im french i just respond in english because of the English forum 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

translate a TC2000 scanner code to PRT: 4 consecutive green candles


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Abodson99 @abodson99 Participant
Summary

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

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