how to add more fields in pro screener

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22038 quote
    AbzAbz
    Participant
    Veteran

    hello how can i add more field in my pro screener? i am trying to show percentage and algo

    
    algo = a+b+c+d+e
    
    
    v = volume
    
    count = 0
    for i = 1 to 75 do
    if v>volume[i] then
    count=count+1
    endif
    next
    
    condition = count/75>0.9 and v>100000
    
    screener [algo and condition] (count/75 as "percentage")
    screener [algo and condition] (algo as "algo")
    #22060 quote
    NicolasNicolas
    Keymaster
    Legend

    Sorry, but you can only have 1 sorting field in ProScreener.

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

how to add more fields in pro screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Abz @abbas_sadiq Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by NicolasNicolas
9 years, 8 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/22/2017
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...