creating labels on price for entry and exit signals

Forums ProRealTime English forum ProOrder support creating labels on price for entry and exit signals

Viewing 4 posts - 1 through 4 (of 4 total)
  • #178723

    Hello.

    I use several conditions to enter and exit trades.

    Is there anyway to display on the screen which condition caused the entry or exit as text near the entry and exit candles?

    Thanks.

    #178724

    The drawtext command is the one you’re looking for: https://www.prorealcode.com/documentation/drawtext/

    1 user thanked author for this post.
    #178736

    Thanks. I don’t think it’s possible to draw multiple text labels stretching back as far as the back test period?

    See attached. I want to draw text (or a symbol) for every entry and exit the back test has marked with arrows crosses etc.

    #178739

    You can draw as many texts as you like, the issue is not single vs multiple or how far back, the issue is if you want to write text inside the price window, it’s not something you do from a backtest, it’s something you have do it from a probuilder code installed inside the price window (code ending with return, like the exemples in the drawtext documentation page).

    So if your code is only a backtest to start with, you need to create an indicator version of it, in which you can use the drawtext command rather than an order, for each time an order is supposed to be executed in your backtest (=where your backtest arrows are).

    1 user thanked author for this post.
Viewing 4 posts - 1 through 4 (of 4 total)

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