Alert indicators withProbuilder alerts

Forums ProRealTime English forum ProBuilder support Alert indicators withProbuilder alerts

Viewing 2 posts - 1 through 2 (of 2 total)
  • #9691

    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

    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)

Create your free account now and post your request to benefit from the help of the community
Register or Login