tc2000 scans to PRT code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #199762 quote
    ed65ed65
    Participant
    Average

    Hi , is there anyone here who can help to convert scans from tc2000 code to Prt code for example

    (c-o>=.90 and v>100000 and c1-o1<c-o and c1/c2<=1.02) or (c/c1>=1.04 and v>v1 and v>=100000
    and c1/c2<=1.02) and c>=3 and (c-l)/(h-l)>=.7

    i want it to be a screener  in realtime

    thanks in advance

    eddie

    #199763 quote
    JSJS
    Participant
    Master
    Signal = 0
    
    If (Close - Open) >= 0.9 and Volume > 100000 and (Close[1] - Open[1]) < (Close - Open) and (Close[1] / Close[2]) <= 1.02 or (Close / Close[1]) >= 1.04 and Volume > Volume[1] and Volume >= 100000 and Close[1] / Close[2] <= 1.02 and Close >= 3 and (Close - Low) / (High - Low) >= 0.7 then
    Signal = 1
    EndIf
    
    Screener[Signal](Signal as "1 = LONG")
    

    Hi @ed65
    Hereby the screener for PRT…

    Nicolas thanked this post
    #199766 quote
    ed65ed65
    Participant
    Average

    thank you so much i will test it tomorrow thank you for such a quick reply

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

tc2000 scans to PRT code


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
ed65 @ed65 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by ed65ed65
4 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/28/2022
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...