Centralization of queries and suggestions on ProRealTime

Forums ProRealTime English forum ProRealTime platform support Centralization of queries and suggestions on ProRealTime

Viewing 15 posts - 136 through 150 (of 359 total)
  • #48158

    Visualised Back-Testing, in order to visually see where and how ProOrder is opening and closing trades. This is helpful in testing strategies, slowly walking through the logic. Many of the other trading platforms already have this.

    2 users thanked author for this post.
    #49004
    R05

    Hello to everyone, I do not know if it has been said, but I’d like to implement the possibility of making automatic trading even using ticks and volumes, not just time frames.

    Thank you

    Salve a tutti, non so se è stato già detto, ma mi piacerebbe che venisse implementata la possibilità di fare trading automatico anche utilizzando i ticks e i volumi, non solo i time frame temporali.

    Grazie

    #49403

    1 I would like to be able to display Multi Time Frame indicators on the price, for example mobile average 200 Daily in the H1 chart.
    2 Set standard colours for indicators for each time frame, e. g. red weekly fibonacci, green daily fibonacci, etc.

    #49918

    I suggest to add a function BARID[n]() to return the BarIndex where a condition is verified within the last n bars (from the first bar loaded if brackets are missing), examples:

     

    2 users thanked author for this post.
    #49920

    I suggest to add a function BARID[n]() to return the BarIndex where a condition is verified within the last n bars (from the first bar loaded if brackets are missing), examples:

    Good idea, it preserves to make “useless” loops to identify them, it is almost similar to BarsSince in AFL language.

    Another idea would to get automatically a value from when an event occurred:   ValueWhen = Returns the value of the ARRAY when the EXPRESSION was true on the n -th most recent occurrence.

    #49925

    Another suggestion would be to add WITHIN(x,y) for a condition to be true in a range of cases without having to use many IFs, example:

    so that the BUY order could be executed at the EntryPrice (computed before) +- 2 pips.

    #50248

    Another couple of suggestions:

    Addition of a number to DEFPARAM CumulateOrders, so that there can be multiple trades but limited to the number next to it:

    Addition of a second, optional, parameter to SUMMATION, to ask for consecutive occurrences:

     

    1 user thanked author for this post.
    #50638

    I would like to see a better option to export results to excel.

    I know that one can drag’n drop from the backrests to a excel sheet but this works only if there are not more then 1000 trades. If you have more trades then that it is getting inconvenient.

    #51010

    I suggest to show double top and double bottom in proscreener

    #52008

    I really would like to see the possibility to run backtests on a whole portfolio of assets.

    It is would be very useful if you could define a list of assets and then run a backtest on the whole list but define spread for every asset individually.

    #52449

    I would like to have a command for a median-filter incorporated in PRT (for example tradestation has a command for it) or even better (because very useful for 1000 other things too) I would like to see the possibility to use arrays incorporated in PRT so I can code a median-filter myself.

    #52475

    Forget about the median-filter. I solved this. 😛

    #52920

    @Nicolas I strongly believe PRT should incorporate a function whereby I can call another strategy.

    Using this function I would like to see whether it is onmarket, longonmarket or shortonmarket and also be able to see countofpositions.

    Maybe at some point, we could have the functionality to Start/Stop strategies as well.

    This would obviously mean that each strategy would have to be assigned a unique name at the beginning of their code.

    Here is an example of how you could potentially use it;

    CALL STRAT “StrategyName” AS strat1

    If strat1 = longonmarket and strat1 countofpositions > 1 Then

    condition here

    EndIf

    This feature would go a long way in managing risk when running multiple strategies.

     

     

    #52925

    @juanj

    This is an idea I had long time ago, but with external variables for each strategy. If strategies could share variables between themselves, it would make a lot of things possible: buy/sellshort same securities, portfolios, multi instruments comparison, and so on…

    Even for ProBuilder, sharing external variables could make possible multi timeframe and multi instruments support possible for creating new kind of indicators and expand the platform capabilities far beyond!

    I will push this idea again, hoping that I will find a listening ear 🙂

    2 users thanked author for this post.
    #52927

    This would change everything and really push PRT to the next level.

    It would greatly enhance their position as a trading software company.

    I am already super anxious for the muti-timeframe indicator support (this feature cannot come sooner).

    I am pursuing algorithmic trading on a full-time basis starting December and these features are absolutely crucial to me.

Viewing 15 posts - 136 through 150 (of 359 total)

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