swing teller indicator- how to syntax the indicator?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183326 quote
    gnellas77
    Participant
    Average

    hi there,

    i want to screen stocks with the swing teller indicator https://www.prorealcode.com/prorealtime-indicators/swing-teller-indicator/?aid=31335&sa=0

    but when i write it down as follows

    c1 = CALL "PRC_swing teller live count2"[20] = 2

    the prt_code shows an exclamation mark. What am i doing wrong?

    for example i want to screen stocks with 2 or 1 or 9 value of the indicator above.

    thank you.

    #183327 quote
    robertogozzi
    Moderator
    Master

    You cannot use multiple assignments on the same line, make it:

    c1 = CALL "PRC_swing teller live count2"[20]
    c2 = (c1 = 2)
    
    gnellas77 thanked this post
    #183734 quote
    gnellas77
    Participant
    Average

    ok now i get the message the “prc_swing teller live count2” returns 0 values but your code needs 1.

    what am i doing wrong again?

    #183735 quote
    robertogozzi
    Moderator
    Master

    Because that indicator returns nothing. It only plots on the charts.

    You need to modify it to return what you need.

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

swing teller indicator- how to syntax the indicator?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
gnellas77 @gnellas77 Participant
Summary

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

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