Alert indicators withProbuilder alerts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9691 quote
    ck1066ck1066
    Participant
    Average

    Hi,

    Is is possible to display the alert indicator arrows (red or green) on a chart when probuilder conditions are met for a give custom indicator?

    e.g.

    res=0
    indicator1=Average[20](close)
    c1=close crosses over indicator1
    c2=close crosses under indicator1

    if c1 then
    res=1
    elsif c2 then
    res=-1
    endif

    return res as “AverageCross”

     

    if c1 is true i’d live the green arrow displayed on the char location. Likewise for c2 as a red alert arrow.

    Thanks in advance.

    #9694 quote
    NicolasNicolas
    Keymaster
    Legend

    Yes it’s only possible with new version 10.3

    You can find example of DRAWARROW codes here in the documentation:

    http://www.prorealcode.com/documentation/drawarrowdown/

    http://www.prorealcode.com/documentation/drawarrowup/

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

Alert indicators withProbuilder alerts


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
ck1066 @ck1066 Participant
Summary

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

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 06/22/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...