swing teller indicator- how to syntax the indicator?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183326 quote
    gnellas77gnellas77
    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
    robertogozzirobertogozzi
    Moderator
    Legend

    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
    gnellas77gnellas77
    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
    robertogozzirobertogozzi
    Moderator
    Legend

    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.
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

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 robertogozzirobertogozzi
4 years, 9 months ago.

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