Help for graphical indicators development version 10.3

Forums ProRealTime English forum ProBuilder support Help for graphical indicators development version 10.3

  • This topic has 41 replies, 13 voices, and was last updated 5 years ago by avatardan55.
Viewing 12 posts - 31 through 42 (of 42 total)
  • #32799

    I found an issue regarding the arrow, I have tested back and forth with every bar but arrow could not be drawn in Monday (on daily chart).

    As I tested further problem become more specific and I found out, it does not run on money on only forex market charts (Works fine in stock market), arrow will always go back to previous bar.

    Is it the bug on prorealtime (i don’t think it is the problem with my coding because draw arrow in every bar except Monday)? Hoping to hearing from you soon.

     

    #33294

    I have a question to the “drawtext” command. I want an indicator to print a value in the upper right corner of the chart and it is suppsossed to stay fixed there also when i scroll back and forth in the chart. How can this be accomblished? What shall i use for X and Y?

    #33299

    @Suraj
    Without your code I can’t help more. I know there is an issue on weekly chart though..

    @Despair

    Already answered in the documentation page of DRAWARROW: X,Y coordinates use respectively barindex and price, not pixels format. So you can’t have fixed anything on chart while zooming or when the time pass by ..
    You should have a look on my dashboard creation blog article, you may find suitable ideas for your needs: indicators dashboard prorealtime

    #33389

    Thank you so much. I will have a look at your dashboard.

    #33468

    Hello , im new to this forum  And maybe my question isnt for here . But i am looking for a coder to code MACD indicator with adjustable time frame (expample 1d candlestick chart and weekly macd .  Where i can post my request or find coder . Thanks you and sorry for bothering you guys . Happy trading .

     

    #34148

    Again I’m stuck and can’t see why this is failing. Perhaps someone with at sharp eye can spot the error.

    I want to draw a line between two HIGH fractal points, but only if the current one is lower than the previous one. (and vice versa for LOW fractalpoints- but first the HIGH). The line should extent until close crosses the line.

    This is how far I’ve come. the lines are just all over the place 🙁

     

    #40144
    AVT

    Here is a template for creating an overlay of an indicator which one can usually not place into the charts window. It is mainly intended for scalping (non trending market) where you have your scalping chart adjusted just once (or twice if price is exploding). As usual heavy commenting (that’s just my style).

    Use it like this:

    • adjust your price chart window, import the layer
    • look at what price level your lowest bars/candles are
    • in the adjustment for the layer
    • put the value of “ZeroLine” a bit below the price level of your bars/candles
    • put the “HundredLine” at a value where you think “enough, not into my price bars”
    • adjust color not to disturb too much but be unique to see what belongs to it
    • maybe little re-adjustment of the zero and Hundred line

    When rewriting the code to your needs: You can use it for any indicator having “fixed borders”, means their values cannot exeede a certain value. Example is the RSI which can have only values between 0 and 100. If negative range is involved: do your logic thinking first, load the indicator you want to layer in a separte window with same length, and choose a price chart which has big enough values to do a 1:1 layer for comparing your logic with the original (DAX, CAC, FTSE, DOW). If the result looks ok, change the price chart to something completely different scaling (forex) and check the ratio is working.
    Rewriting for something like ATR (which has the ZeroLine as reference but can value-explode straight through the chart depending on the timeframe) should work, but needs a bit more logical thinking.

     

     

    #40146
    AVT

    Forgot a pic

    1 user thanked author for this post.
    #44181
    AVT

    @Elsborgtrading

    Is your fractal line drawing still problematic and if yes, could you paint a line into that picture you had attached to show how a line should look like (don’t understand the text you wrote). Then I could see whether I find a way.

    #91262

    Bonjour Nicolas,

    je cherche comment faire un indicateur de lignes horizontales dans chaque UT (4h à 1mn par exemple) en temps réel et non statique.

    Par exemple : dans l’UT 4H, je traces les lignes (horizontales) MM7 MM20 MM50 BandeBollinger Haut, Bande Bollinger Bas (avec texte et couleur personnalisé)

    Il faut aussi que ces lignes apparaissent égalementdans les autres UT plus petites (1h, 15mn…)

    Merci d’avance 🙂

    #91275

    dan55 – English only in the English forum please.

    #91278
Viewing 12 posts - 31 through 42 (of 42 total)

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