Centralization of queries and suggestions on ProRealTime

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

Viewing 15 posts - 1 through 15 (of 358 total)
  • #23210

    I read many interesting things in many different topics everyday on forums, I think this topic should be a better place to centralised everything.

    This thread is open to everyone to post any requests about features or modifications of ProRealTime.

    Please feel free to post everything you’d like to be part of future update of the platform, even if you have already read or suggest it in any other topics of forums.

    1 user thanked author for this post.
    #23211

    This is my own list, I’ll try to complete it and summarize with other people queries as possible:

    If you want to talk about one of the listed query, please precise its number in your post!

    1. backtests results in points, not in money
    2. complete printable backtests results in PDF or HTML format, and not only one page at once (would prevent people posting pictures of their screens to show how a strategy is performing!)
    3. new probuilder instruction to define if an indicator is applied to price chart or in a separate window
    4. new probuilder instruction to define min and max values of an oscillator to automatically adapt the scale of the indicator window
    5. ProScreener: EQUITYFRAME is not operating if the 2 equities are not in the same shares list
    6. ProOrder: take control manually of orders generated by an automated trading strategy without interrupting it
    7. ProOrder: semi automated trading: a TS should take control of manual trades to take care of them (trailing, money management, breakeven, etc.)
    8. new probuilder instruction to know if the current barindex loaded is the last one of history. Would make possible to draw on the last bar without using lastbaronly while also drawing in the price history of the instrument
    9. prorealtime IDE: a “select all” button is needed, for more accurate copy/paste 🙂
    10. variables drawn in DRAWTEXT got too much decimals, even if the variables have only 3 ..?
    11. possibility to comment many lines of codes at the same time (using kind of brackets /* */ like other programming languages)
    12. be able to have proorder strategies to communicate with each other
    13. buy/sellshort capabilities, at the same time, in the same strategy
    14. bid/ask spread information in a new probacktest instruction
    15. partial close of positions
    16. Renko displaying correctly and not linked to Close of the chosen timeframe candlestick (renko bricks cannot be erased!)
    17. possibilities to get ProOrder trading with non time linked “timeframe” such as tick charts, renko, range bars, etc.
    18. technical indicator applied to renko charts are not possible!
    19. multi instruments support in ProBuilder and ProOrder (EQUITFRAME?)
    20. multi timeframe support in ProBuilder (will be soon available in ProOrder first)
    21. “second” instruction (Date&Time) is missing and sometimes needed to build indicator
    22. “MathPow” instruction is missing and needed! (how to code Math Pow : https://www.prorealcode.com/topic/mathematical-functions/ )
    23. ProOrder instruction to know in real time the minimal stop distance of brokers
    24. ProBacktest instructions to get balance and equity of the current trading account
    25. link together open/close of trades graphically on chart, to get a better and comprehensive view of the different orders
    26. Monte Carlo analysis for strategy optimiser and for classic backtest
    27. Optimisation: limiting results with different sorting (not only money gain, but DD%, average trade gains, etc..)
    28. Fire sound alerts with codes
    29. Be able to colourize background of drawn shapes (rectangle, circle, etc.) with code
    30. Add new instruction in probuilder to define external variables, instead of adding them by hand in the parameter window
    31. Set variables more than only one time to UNDEFINED, to hide them from charts
    32. ProOrder strategies window: capability to filter/sort them
    33. ProScreener: add more than 256 candlesticks lookback please
    34. New instructions to round floor and ceil
    35. Drawing on right side of price chart (in the future)
    36. Get X,Y coordinates in pixels from one of the chart corner, and not in barindex/price format, to have the capability to get fixed drawn objects
    37. GRAPH can only return 5 variables, should be great to have more for debugging purpose
    38. debugging console with “PRINT” instead of drawing lines with GRAPH : better debugging!
    39. Predefined colours keywords instead of RGB coloring (example: RETURN variable coloured(red) as “my variable”)
    40. MAE/MFE averaged to get a whole picture of the strategy’s orders. Can be very useful to know where to place stoploss and takeprofit!
    41. new keyword to know if pending orders exist, just like “on market” but for that specific kind of orders (STOP & LIMIT)
    42. popup window when platform start to give information about the changelog of new features or modifications of the software
    43. data arrays: much needed since for some programming we can’t know in advance how much variables should be set. So it results that some useful indicators cannot be translated to prorealtime.
    44. delete the warning message about the fact that a variable is not used in the code, very annoying and useless IMO.
    45. External variables for ProScreener AND ProOrder, like those for ProBuilder (indicators)
    46. Bring back the “Label in Properties Windows”, which disappeared in 10.3
    47. Ability to move up/down variables in the “Definition of Variables” window, actually if you want to sort them, you need to delete them all first..
    48. change the default behaviour of the color setting: possibility to plot dark shape on a dark background and vice-versa for bright background. It is not possible actually to make something really transparent (shapes, curves, etc.), even with the alpha variables from COLOURED keyword!
    49. TRADETYPE : new keyword to know the type of position opened on market with array offset possibility like TRADEPRICE for instance (TRADEPRICE(2) = BUY or SELLSHORT of the previous 2nd order from now).
    50. bolUp=BollingerUp[20,3.5](close) / need a possibility to change the standard deviation coefficient for the Bollinger Bands indicator without recoding it (in this example, we add 3.5 deviation to the middle SMA instead of the default 2.0 which cannot be modified actually with the current instruction).
    7 users thanked author for this post.
    #23229

    It would be nice to have a separate window in PRT where you can write notes.
    Use it as a To Do-list, keep reminders, list of all Active running systems etc.

    2 users thanked author for this post.
    #23231

    Thanks Nicolas for opening this thread.

    As already mentioned, I’d love for PRT to allow the placement of guaranteed stops in proorder when we code our strategies

    #23243

    What is missing are the file operations in an indicator or strategy Createfile, openfile, readfile, writefile ……

    #24217

    Some method / function is required to determine which is the most successful Auto-Trading Strategy (ATS)?

    Currently I have to scroll up and down the 200 ATS (4 x 50) and then laboriously click on View Performance and then try and remember the figures or write / type notes then move on to the next, then move on to the next …… etc. All seems not what we are used to in 2017!?

    I’d be more than happy if the Orders List were to be faithfully populated with data (esp gain / loss) and if only I could drag and drop all Orders into excel then I could pivot and analyse to my hearts content … alas gain / loss entries in the Orders List are only about 50% populated (for reasons known only to PRT??) and I can only drag maximum 100 rows into excel for analysis.

    Excel Pivot Tables has got to be the easiet and best as dates can be set as number of days and then all ATS factored up to the same period (inherent errors in that logic I know :)) and then soemthing appraoching a meaningful  comparison between ATS can be made. Also a ‘weekly add of new data’ and it could easily be kept up to date.

    So PRT please can we have …

    1. 100% of gains / losses populated in the Orders Lists?
    2. Drag and Drop of all rows into excel (if we have to, we can live with the 500 row limit in the Orders List).

    If you can’t give us above (IG restrictions?) then how about ‘summary / overall ATS Analysis’ of some sort? Even ability to sort by version date of ATS, gain / loss, ATS name etc would be a start!?

    Hope above makes sense, if not just say?

    Hoping to make a great Product even Better!
    GraHal

     

    1 user thanked author for this post.
    #24235

    Apologies to PRT … my suggestion above that about 50% of the ‘Execusted Order List’ show unpopulated Gain was incorrect, but a significant number are unpopulated … see attached.

    Ha It’s great making bold statements cos it challenges me! I just thought … maybe n/a means exit break even!? 🙂 I’ll check out a few entries and report back!

    Yesterday, I printed (executed orders) to .pdf and then converted to excel (using Nitro Converter) but gave up due to issues but also due to the n/a skewing my results. If n/a does mean breakeven then that method could be back on again! 🙂

    #24246

    Re above … n/a does not mean ‘break-even’! So it’s ‘back to the drawing board’!

    #24549

    In the “graphic properties” window, we can already customise in % the displayed future. It would be nice to have the possibility to also customise how the price window automatically adjust itself with the amount of vertical space left in % (or a number of points) above displayed high and below displayed low.

    Purpose of the suggestion: in this way, all personal indicators added in the price window above and/or below the price at a desired sufficient distance away from price could remain visible rather than just outside the window for candles in the displayed high and low areas, without needing to readjust it constantly with the mouse+left click. Will probably become useful too with increased usage of the new “drawarrowup/down” and “drawtext” functions of v10.3

    1 user thanked author for this post.
    #24586

    It would be soooooooo useful if the ‘ProOrder AutoTrading Window’ were split into columns and the main performance stats for respective running Strategies to be shown in columns. These columns could then be sortable by whatever stat one prefers … % of winning trades, gain / loss ratio, max drawdown etc.

    To suit space across the window … all the performance stats could be available for selection by user preference (just like the Orders List).

    This would save a lot of frustration  clicking on the ‘View Performance’ button and then having to make notes in order to recall which is the best performer in this or that chosen area.

    Looking at the ‘ProOrder AutoTrading Window’ there is so much wasted space doing nothing at all and even the information that is shown is not readily ‘scannable by eye’  (as data in columns is).

    Many Thanks in Anticipation PRT
    GraHal

    #24647

    Not sure how often PRT may look at this Thread (if at all?) so I sent below to PRT (via IG).  Hope it meets with your approval guys?

    Suggestion for a much needed improvement.
    Re the window shown below … it is very inefficient, frustrating and time wasting to see which Auto-System (ATS) is showing the best % of winning trades, gain / loss ratio, max drawdown etc etc.  I have to click on the View Performance button and then make notes! I have 100 ATS running and so this process has to be repeated 100 times and even then I am left with a whole muddle of notes to decypher. Then in a few days / 1 week this whole process has to be repeated!  The ‘PRT toolset’ is generally good, but lack of an effective ‘finishing off / analysis tool’ is making me feel like giving up with Auto-Trading altogether!
    The window attached below and the ‘View Performance / Overview Dashboard’ may be okay for users running 2 or 3 ATS, but it just doesn’t work for many users now running numerous ATS in Demo trying to decide which ATS to Live Trade.
    It would be soooo useful if the ‘ProOrder AutoTrading Window’ were split into columns and the main ‘overview performance stats’ for each ATS were shown in columns. These columns could then be sortable by whatever stat one prefers … % of winning trades, gain / loss ratio, max drawdown etc. In 1 second / 1 click I could then see which ATS is best on whichever measure I choose.
    To suit space across the window … the performance stats could be available for selection by user preference (via wrench icon like ‘Executed Orders List’).
    The current ProOrder AutoTrading Window has so much wasted space doing nothing useful for the user! Even the information that is shown is not readily ‘scannable by eye’. Data in columns (of same data type) is easily scanned by eye and can be sorted and would therefore be so much more user friendly and useful for ATS analysis.
    Hope above makes sense, if not just ask?
    Hoping to Make a Great Trading Platform even Better
    Graham

     

    1 user thanked author for this post.
    #24717

    Enable PRT to pull in and work with all available data for an instrument from IG such as but not limited too;

    1. BUY/SELL PRICE
    2. SPREAD
    3. MINIMUM STOP DISTANCE
    4. MINIMUM ORDER SIZE (BONUS – ALLOW ORDER SIZE<1 !)
    5. ALL AND ANY OTHER AVAILABLE DATA (SLIPPAGE etc.)

    Many thanks

    Max

    5 users thanked author for this post.
    #25838

    Hi

    It would be great to be able to place an automated trade with an amount not being a whole number, my strategy needs to buy at £1.40 (but you can only have £1,£2,£3,£4 etc)

    so therefore i am forced now to look at the MT4 platform instead of PRT.

     

     

    1 user thanked author for this post.
    #25895

    It would be useful for me if the display of your particular systems had a “last modified day and time stamp displayed”

     

    1 user thanked author for this post.
    #25896

    Hi John, do you mean Systems displayed on this site?

    If you mean Systems displayed on PRT then they do have a date / time stamp when you set them running in Demo & Live.

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

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