Centralization of queries and suggestions on ProRealTime
Forums › ProRealTime English forum › ProRealTime platform support › Centralization of queries and suggestions on ProRealTime
- This topic has 363 replies, 84 voices, and was last updated 1 month ago by Niklas87.
-
-
01/29/2019 at 3:45 PM #89954
A complete volume profiling package. Accompanied with possibility to statistically backtest volume profile related parameters.
Ex: If yesterday was a trend day what are the odds of today being a trend day aswell?
Attachments:
Example 1: Investor/RT
Example 2: Tradingview
02/11/2019 at 9:36 PM #91097Hi my suggestion concerns pro screener.
What I am looking for is more specific;
1.To screen a list of shares .
2.Get some shares that applies.
3.Trigger automatic orders on those shares.
02/14/2019 at 2:01 PM #91396My suggestions regarding positions managing:
- the ability to set an automatic exit based on an indicator after a manual entry (ex: automatic exit on a heiken ashi candle change of color, or a moving average cross…)
- the ability to set one or several partial profit target limit orders, instead of having to manually close a partial position (ex: if i buy 3 contracts, i can set a first target limit order of 2 contracts at X price and a second target limit order of 1 contract at Y price…)
Other than that, i would also love to see the addition of a real volume profile package (like the one in tradingview).
1 user thanked author for this post.
03/07/2019 at 3:17 PM #93067I suggest to create a daily loss limit to stop trading in discretionary mode.
If you trade many instruments at the same time, it would be nice to have a system that control your total daily loss
Once the limit has been reached, the internal software could stop trading
If you want to restart trading, simply reset your daily loss limit
Many trading platforms offers this possibility
Thanks
03/08/2019 at 12:39 AM #9312903/08/2019 at 10:54 AM #9315003/09/2019 at 12:53 PM #93254@pableitor do you mean the instrument name by prorealcode in the code of the bot or indicator or what / how do you mean?
I mean something like the MQL4 Symbol() function which returns the instrument the bot is working on, I think it would be useful to adapt the robot behaviour to different instruments.
03/09/2019 at 1:09 PM #93256which returns the instrument the bot is working on,
Returns the instrument to where?
We can see what instrument the bot is working on by looking in the Auto-Trading window.useful to adapt the robot behaviour to different instruments.
We can adapt the bot by selecting another instrument and running the bot in Backtest and optimising accordingly.
If I am on the wrong tack and you not want to reply then that is okay, but it may help PRT Support to understand what your suggestion is.
03/10/2019 at 12:57 AM #93277which returns the instrument the bot is working on,
Returns the instrument to where?
We can see what instrument the bot is working on by looking in the Auto-Trading window.
useful to adapt the robot behaviour to different instruments.
We can adapt the bot by selecting another instrument and running the bot in Backtest and optimising accordingly.
If I am on the wrong tack and you not want to reply then that is okay, but it may help PRT Support to understand what your suggestion is.
Thanks @Grahal, maybe I didnt explain myself , my suggestion is some variable or procedure like the MQL4 Symbol() which would let the robot adjust its behaviour to the actual instrument on the screen, like this:
1234567IF Symbol() = "EURUSD" THEN// do some stuff specific for EURUSD like spread adjust , support levels etc.ELSIF Symbol() = "EURGBP" THEN// same than before but specific for EURGBPELSIF Symbol() = "USDCAD" THEN//...ENDIFBest regards
1 user thanked author for this post.
03/11/2019 at 9:50 AM #93312Prorealtime is a great software, possible the best of all, I came across it via IG. I saw a great possibility the moment I understand the coding syntax. To this very moment I still use the software but the disappointment came maybe an oversight in path of Prorealtime.
I do not understand the rationale that a capabilities of an indicator in prorealtime can not be created by coding as an individual e.g. (my disappointment) When version 10 was introduced with ability on draw it was a step in right direction to recreate a perfect or standard Pivot Indicator. unfortunately you can not draw to the end of day programatically. But on the actual indicator, it is standard such an inconsistency make it difficult to free to one imagination which is best capabilities of Prorealcode neither can set line thickness.
Drawtext code also is painful to implementation by code when to align to either right or otherwise. With basic of enabler of allow standard feature to be available in Prorealcode can make the softwarethe go to any for trader that are unhappy on their current platform but if such trader can not implement standard feature of any programme of relevant is will be difficult to accept Prorealtime.
Basic feature of text in word processor is lacking in Drawtext implementation, align = left, right; suggesting that if Prorealtime developer are developing any feature please understand that the community is not living in isolation of invention we do use other software and intuitive of common feature make better user experience.
Suggest Solution
DrawLine and DrawSegment should be implemented for parameters such as EndofDay, EndofWeek, EndofYear.
1DrawSegment(EndofDay, Close, barindex, close, 2, dash) //Suggestion input with support with current input of barindex, 2 as line thickness, dash as styleDrawText should align left or right of current segment time frame such as day, week etc.
1DrawText(left,close, barindex, close)For better coding experience the code syntax should be on screen with out selecting the syntax being inputted till the end of close bracket such as in Intellisense of Visual Studio IDE.
I am looking to a future where you can sell your personal indicator and buy in market place or on subscription.
03/11/2019 at 7:36 PM #9338603/19/2019 at 10:48 AM #94013Hi would like the ability to include funding costs as several systems that I have backtested appear profitable until you take the funding costs into account
03/20/2019 at 2:04 AM #94107A more comprehensive mobile trading application like Trade Interceptor implements. ProRealTime might be the King/Queen for users on computers, but for mobile phones, it’s several generations behind and seriously lags in features. Today’s world is more mobile than ever, and when we Forex traders get alerts, we need to be able to place trades.
These features would be a start in the mobile version. Associated screen captures from TradeInterceptor:
- being able to place trades
- showing number of “pips” from current positions instead of prices (capture attached)
- being able to configure charts on mobile! ProRealTime is seriously lacking here! TradeInterceptor allows users to configure colors, line styles, sizes – almost anything for an indicator, unlike ProRealTime’s mobile app (capture attached)
- a clean, comprehensive display of all our current positions (capture attached)
- being able to show a history of our orders! If I’m out to dinner, and my automated trading system is placing trades, I want to be able to see all the recent trades, their values, etc, in case I need to do something
This is just a start.
Thank you.
03/30/2019 at 11:28 AM #95089Add a bar index parameter to DRAWCANDLE to be able to redraw candles in the past:
1DRAWCANDLE(MyBar, open, high, low, close)04/05/2019 at 5:39 PM #95573I suggest adding to existing prefix D, also M, W, F (Four) and H prefixes to have OHLC data for:
- Month (MOpen, MHigh, MLow, MClose)
- Week (WOpen, WHigh, WLow, WClose)
- h4 (FOpen, FHigh, FLow, FClose)
- h1 (HOpen, HHigh, HLow, HClose)
1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on