The next ProRealTime version 10.3 and new graphical functionnalities
Forums › ProRealTime English forum › ProRealTime platform support › The next ProRealTime version 10.3 and new graphical functionnalities
- This topic has 33 replies, 6 voices, and was last updated 8 years ago by enzo_52.
-
-
03/10/2016 at 11:46 AM #3566
Yes the “RETURN” function can now be used alone, with no variables behind, so this type of indicator not return any values outside, so you can’t use it with a “CALL” function. Anyway, for better performance of a script, a ProOrder/ProBacktest one or a ProScreener one, it is always a better idea to include all the codes you need in it, and not use the CALL function. The ProRealTime engine is way more performant with all codes include in the same script.
For development purpose it is more convenient to make CALL, but better use the whole code include when you move to production.
03/10/2016 at 12:05 PM #3570Ok, thanks for the tip
03/10/2016 at 2:56 PM #3573Drawing geometrical objects is also possible now. We can DRAWRECTANGLE, DRAWTRIANGLE and also DRAWELLIPSE.
A simple breakout box shape on the last 200 periods and if the price oscillate between 60 pips :
1234567891011121314defparam drawonlastbaronly=truep = 200boxsize = 60*pipsizehh = highest[p](high)[20]ll = lowest[p](low)[20]if hh-ll <= boxsize thenDRAWRECTANGLE(barindex-p-2,ll,barindex-2,hh)coloured(0,164,207)DRAWTEXT("Breakout box of 60 pips over 200 periods",barindex-50,ll-5*pipsize,Sansserif,Bold,16)coloured(0,164,207)endifRETURN03/11/2016 at 1:35 PM #3591I’m actually playing with Fibonacci retracements made of circles (DRAWELLIPSE), early testing need offset improvement to have the base of circle on the first intraday candle!
03/11/2016 at 11:01 PM #3594bonsoir,
savez vous s’uil sera possible de pouvoir coder des stratégies sur plusieurs unités de temps. Aujourd’hui prorealtime ne le permet malheureusement pas.
j’aimerais par exemple pouvoir verfier une conditon sur plusieurs unité de temps à la fois
03/12/2016 at 4:17 PM #3604FR/ Malheuresement non, cela ne sera pas pour cette version, mais c’est dans les tuyaux à ce que j’en ai entendu dire 🙂 Donc pas d’inquiétude cela devrait arriver tôt ou tard.
EN/ Unfortunately not, it will not be for this version, but it’s in the pipes that I have heard 🙂 So do not worry this should happen sooner or later (multi timeframe capabilities)
03/12/2016 at 9:49 PM #360903/17/2016 at 3:25 PM #3876C’est vraiment une très grosse lacune si le MutiFrame n’est toujours pas prévu sur la 10.3 car toutes le autres plateformes le permettent et avec raison car très utilisé par les traders !
C’est l’une si ce n’est la plus grosse implémentation nécessaire
Bien dommage d’autant que c’est dans les pipes depuis très très longtemps et que l’on m’avait dit que ce serait bon cette fois 🙁
03/17/2016 at 4:12 PM #3890Même si d’autres plateformes permettent un “look at” sur d’autres timeframes, ça reste une lacune pour tout le monde de savoir comment géré des informations de timeframe supérieur dans le timeframe courant, pas forcément en réel mais surtout en test sur le passé. ProRealTime sort une version par an, la version 10.4 devrait arriver en fin d’année (“When it’s done”). Mais je te rejoins zilliq et tous les autres : je veux du multi timeframe et du multi symbole aussi ! 🙂
Je vais ouvrir le sujet sur la nouvelle version 10.3 (en Anglais pour le moment), les versions des autres langues viendront après.
03/30/2016 at 2:43 PM #463603/30/2016 at 3:30 PM #463804/06/2016 at 12:09 PM #491004/06/2016 at 12:20 PM #491104/25/2016 at 12:53 PM #594804/25/2016 at 12:56 PM #5949Hello enzo,
ProRealTime v10.3 Beta is available at prorealtime software:
-
AuthorPosts
Find exclusive trading pro-tools on