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.
-
-
10/04/2017 at 8:11 AM #4815810/11/2017 at 8:53 AM #49004
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
10/15/2017 at 1:35 PM #494031 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.10/19/2017 at 10:38 AM #49918I 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:
12345x = BARID[200](close > close[10]) //return the number of the bar where the closing price was greater than that of 10 bars beforex = BARID[20](lowest[30](low)) //return the number of the bar where that lowest price is foundx = BARID[100](12920) //return the number of the bar where that price (DAX in this case) was most recently touchedx = BARID[100](average[5] CROSSES OVER average[10])//return the number of the bar where the last crossing occurredx = BARID(min(10870,close)) //return the number of the bar where the minimum between the two prices is met (could be the current bar, of course)10/19/2017 at 10:50 AM #49920I 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.
10/19/2017 at 11:05 AM #49925Another 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:
1BUY 1 CONTRACT AT WITHIN(EntryPrice, 2 * pipsize) LIMITso that the BUY order could be executed at the EntryPrice (computed before) +- 2 pips.
10/22/2017 at 7:03 PM #50248Another 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:
1234DEFPARAM CumulateOrders = false //no multiple trades allowedDEFPARAM CumulateOrders = true //unlimited multiple trades allowedDEFPARAM CumulateOrders = 2 //only two trades allowedDEFPARAM CumulateOrders = 1 //same as FALSEAddition of a second, optional, parameter to SUMMATION, to ask for consecutive occurrences:
123456Summation[nBars,Type]() //nBars = number of bars to scan//Type = 0 (or omitted) same as current version//Type = 1 max consecutive number of occurrencesSummation[50](close > open) //number of BULLish bars within the last 50Summation[50,0](close > open) // " " " " " " " "Summation[50,1](close > open) //number of max consecutive BULLish bars within the last 501 user thanked author for this post.
10/26/2017 at 5:57 PM #50638I 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.
10/31/2017 at 7:06 AM #51010I suggest to show double top and double bottom in proscreener
11/08/2017 at 9:43 PM #52008I 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.
11/12/2017 at 4:59 PM #52449I 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.
11/12/2017 at 9:53 PM #5247511/16/2017 at 9:23 AM #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.
11/16/2017 at 9:30 AM #52925This 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 🙂
11/16/2017 at 9:37 AM #52927This 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.
-
AuthorPosts
Find exclusive trading pro-tools on