The next ProRealTime version 10.3 and new graphical functionnalities

Forums ProRealTime English forum ProRealTime platform support The next ProRealTime version 10.3 and new graphical functionnalities

Viewing 15 posts - 1 through 15 (of 34 total)
  • #3304

    Hello,

    I have currently access to the new 10.3 Beta version of ProRealTime and the new possibilities are enormous.

    Along the purely “trading” ones (for which i’ll come back later), the new graphical instructions give us, at least, the possibility to draw many things on charts! FYI i had the new graphical instructions in the documentation here : http://www.prorealcode.com/documentation/category/graphical/ where i have already post some little examples.

    In this topic i’ll add some new examples of what it’s already possible to achieve in the next generation of ProRealTime!

    From arrows signals to complete new dashboard, anyone could make its own “new trading platform”! 🙂 with prorealtime 10.3

    I’m gonna add things frequently into this thread, you can subscribe or check it often.

    Please be aware that everything posted here are only 10.3 version compatible (code), thanks!

    #3307

    Here we go, something a lot of people are awaiting for : draw some arrows to show signals of trading conditions.

    At least, a simple stochastic crossing can be drawn visually into our charts :

    drawarrows stochastic crossing

     

     

    #3309

    Changing the background color is also now possible.

    Here i am simply “coloring” the background chart with red and green colours that reflect the spread between 2 moving averages :

    background color prorealtime

     

     

     

    #3311

    It’s easy to make gradient colour to show greater or less value. Here is an example to show the spread between 2 moving average with a dynamic scaling :

    background color gradient

     

    In this example, 50 points of spread is the maximum value of the color, set to 200.

    #3316

    We can now draw customized candlestick and barchart! Imagine that you can set any Open/High/Low/Close values to build your own personalized candles, on chart or in separated windows, like an oscillator.

    Drawing Heiken Ashi, smoothed version with values of 4 moving average (MA of 20 period set on Open, High, Low and Close) :

    Smooth Heiken Ashi prorealtime

    The code example is here in the documentation : http://www.prorealcode.com/documentation/drawcandle/

    I have set the bordercolor differently from the candle color itself, because you can now also customize the colour of the border of candles.

    Another example of using customize candlestick is to make oscillator, here is the 10.3 version of the “value chart” :

    value chart prorealtime

    and a nice value chart with alert arrows :

    valuechart with alerts prorealtime

     

    #3321

    Another nice feature for coders, it is now the possibility of coding different things in the same time does not affect the interface development, as you can add as many coding windows as you like :

    prorealtime 10.3 coding IDE

     

    #3505

    I have seen something similar elsewhere recently so i decided to make my own version of this channel sketcher for the new ProRealTime with the new “DRAWSEGMENT” function.

    This is a regression channel sketcher that draw segment other highs and lows over a ‘p’ period. The alpha gradient is calculated with the difference between the top and bottom channel to made it easier to “read”.

    regression channel sketcherchannel regression sketcher prorealtime 10.3

     

     

    #3514

    Drawing text on chart is now possible. You can even use ASCII character for drawing symbol-like on chart with the instruction http://www.prorealcode.com/documentation/drawtext/

    In order to use ASCII character you just have to use the ALT keyboard button + the ASCII number of the character you’d like to use, “179” in my case :

    prorealtime drawtext

    #3532

    hello world!

    just stumbled upon ProRealCode forum today, great website 🙂

    Im looking forward to v10.3 already, the ASCII text feature will get the Elliott wavers excited!

     

     

    #3534

    Hello Chupacabra, glad to see you here. You are right, with all these new graphical features, our imagination is the limit 🙂

    #3546

    Draw overlay candlesticks over price chart for signals spotting:

    candle colors prorealtimecandlestick paintings

     

    #3556

    Draw text on chart and horizontal line with extension with the new instructions : DRAWTEXT and DRAWLINE

    Here is an intraday Fibonacci pivot points indicator made of these 2 new probuilder instructions :

    pivot points line and text prorealtime

     

     

    #3560

    thanks for the welcome, wow  DRAWLINE is going to be so useful. will ProScreener be able to see all these new functions?

    #3561

    Since these functions are only dealing with x and y coordinates from “barindex” and “price”, ProScreener would be able to find the same thing. Or I misunderstand your question?

    #3562

    yer a little bit

    looking at the code, the indicator is not returning any values (the Drawline is not creating an object on the screen but just a printed line?) so when called in ProScreener there is nothing to be passed in and worked with.

    all the same still pretty cool 🙂

Viewing 15 posts - 1 through 15 (of 34 total)

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