Using Both Text and Lines

Forums ProRealTime English forum ProBuilder support Using Both Text and Lines

Viewing 15 posts - 1 through 15 (of 17 total)
  • #74104

    Good Day

    I am building an on chart indicator that contains both text as well as lines.

    But it seems that the only way to return text is using the Return command with no further elements. (i.e. Return *nothing else*)

    For Example:

    So the question is how do I return both the MA as well as the Text/Arrow?

    #74113

    To write code, please use the <> “insert PRT code” button, to make code easier to read. Thank you.

     

    #74116

    I tried it on DAX daily and it works fine, printint text, arrows and ma.

     

    #74121

    Interesting, here is the full code set showing no text or arrows;

     

     

    #74231

    Works good for me also juanj … see attached

    #74234

    Where are your price candles? The indicator is to be overlaid on price. Mine shows everything except the text?

    #74238

    Yes I know, but I’ve got so many added lines on my Price Chart I wanted to see all what yours showed first as a separate Indicator else I would not see all your intricacies.

    I’ve made the text bigger, but is there anyway to make arrows bigger?

    #74248

    For what it’s worth, here is an explanation of how the indicator works.

    Idea: Having an all in one indicator that provides all the information I need on the chart itself.

    1. Exponentially Calculated Bollinger Band
    2. Background Filter indicating the Trend strength using ADX in relation to ADXR (Dark Blue = Trending, Light Red = Ranging)
    3. The oscillating blue line is a normalized RSI2 (Above green line = Good long exit, Below red line = Good short exit)
    4. Dashed lines = KASE Dev stop levels (switching on a 9EMA and 21EMA cross – keeping you with Price Action)
    5. Golden Line = Deviation based Moving Average
    2 users thanked author for this post.
    #74361

    Remove ONCE from line 114 and text will appear…. magically!!!!

    #74429

    Thanks RobertoGozzi, your magic works

    #74430

    Glad to know, but beware.., that trick can be made only ONCE!!!

    AhAhAh…. I’m kidding.

    #195350

    Hi Roberto,

    I am Italian like you but I write in English so everyone can understand.

    I would like to have text displayed and I am struggling to understand how to get it done.

    I know drawtext should be used by I visibly miss something. can you please show me a sample of full code to simply display for example a text? Possible on top right corner of the indicator..

     

    Thanks a lot

     

    #195355

    I found it, it works! 🙂

    #195357

    @Wolf

    Do not double post. Ask your question only once and only in one forum. All double posts will be deleted anyway so posting the same question multiple times will just be wasting your own time and will not get you an answer any quicker. Double posting just creates confusion in the forums.

    Thanks 🙂

     

    #195365
    Hi Roberto,
    I know sorry, I even wanted to delete my posts then but did not know how to delete them.
    Is there anyway to shift the text a bit to the right so it’s not just above the bars?
    Thanks
    🙂
Viewing 15 posts - 1 through 15 (of 17 total)

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