ProRealCode MarketPlace: sell your trading products to thousands of ProRealTime users!
Forums › ProRealTime English forum › General trading discussions › ProRealCode MarketPlace: sell your trading products to thousands of ProRealTime users!
- This topic has 551 replies, 89 voices, and was last updated 7 months ago by Mauro T. “Algorithm System”.
-
-
06/10/2021 at 7:53 AM #171538
Hi Nicolas & All,
My code use the time function heavily.
However as a seller, i will not be able to know the buyer timezone. Which will cause the algo to trade at the wrong timing.
Is there a way to resolve this issue ?
EG:
(My timezone is GMT +8, if the buyer is from UK the timezone will be GMT +1, this will invalidate my coding on the buyer timezone)
Thanks
Regards,
Ryan
06/10/2021 at 8:37 AM #171543You can add a UTC (GMT) offset to your dates/times that any user can change (you will have to do the math in your code).
If it’s an indicator it will be changed with its properties, otherwise in the unprotected code.
2 users thanked author for this post.
06/10/2021 at 10:08 AM #171557Hi Nicolas …. you always said that he had to put in Live what you want to sell … this is only statistics “written by him” if you can also put only the statistics even I’m very good. maybe you missed it.
https://market.prorealcode.com/product/strategy-on-us-500-controlled-for-overfitting/
06/11/2021 at 3:02 PM #17162406/14/2021 at 8:47 AM #171709Hi Nicolas …. you always said that he had to put in Live what you want to sell … this is only statistics “written by him” if you can also put only the statistics even I’m very good. maybe you missed it.
https://market.prorealcode.com/product/strategy-on-us-500-controlled-for-overfitting/
And this is the case, but as I said before, I can’t write add/modify vendors products pages for obvious legal reason. PRCM is not editor of other third party content. That’s why there are predefined rules in order to put strategies for selling in the marketplace.
06/15/2021 at 10:54 AM #17179206/15/2021 at 3:25 PM #171807Buenas tardes, Necesito ayuda para crear indicadores y oculta mi código a los compradores de Marketplace. Lo intento pero tengo problemas con la función “return” en los indicadores.Good afternoon,
I need help creating indicators and hide my code from Marketplace buyers. I try but I have problems with the “return” function on the indicators.
Thanks
Lowest DivergenceMACD123456789101112131415161718192021222324252627282930313233343536373839404142434445DEFPARAM CumulateOrders = False // Acumulación de posiciones desactivadaTradeON = OpenDayOfWeek >= 1 AND OpenDayOfWeek <= 5noEntryBeforeTime = 090500timeEnterBefore = time > noEntryBeforeTimenoEntryAfterTime = 215500timeEnterAfter = time < noEntryAfterTimetimeframe (1 DAY)indicator0 = open - closec0 = ( indicator0 >= 1.24)indicator1 = close[2] - close[1]c1 = (indicator1 > 10)timeframe (15 Minute)Indicator80 = lowest[52](close)c80 = (close <= indicator80)indicator70 = MACD[12,26,9](close)Indicator71 = DivergenceMACD[12,26,9,20](close)c70 = (indicator70 >= indicator71[1])timeframe(default)c50 = (close > close[1])IF c50 and c70 and c80 and c1 and c0 and timeEnterBefore and timeEnterAfter and TradeOn and Not OnMarket THENSELLSHORT 1 SHARE AT low stopENDIF// Stops y targetsSET STOP pLOSS 38SET TARGET pPROFIT 162IF OpenDayOfWeek = 5 AND Time >= 215600 THENEXITSHORT AT MARKETENDIF06/15/2021 at 3:45 PM #171811Only post in the language of the forum that you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.
To protect your indicator you can read https://www.prorealcode.com/topic/hide-the-code-and-limit-date-for-demo-version/#post-140639.
06/15/2021 at 4:46 PM #171815If you are already registered as a seller, please read the documentation to know more about code protection.
@everyone else ..
Following my announcement from this morning about products bundle, I haven’t updated the documentation yet (been sick due to vaccine), please be patient 😉
But basically, what you can do now is:
- add as many products already published as “additional products” in any product page (associate a screener with an indicator for example)
- create a new product which contain as many already published products (create a package of X strategies as a bundle)
06/16/2021 at 11:13 AM #171839I just purchased a couple of strategies in the PRC Marketplace. One of the products is a yearly subscription. Does the updates (optimisations by the vendor) gets pushed to the code? If so, I’m wondering what happens with the code that I duplicated to amend position size, as the original code didn’t allow me to amend this without duplicating. Does this strategy get the updated code too?
Thanks
06/16/2021 at 12:27 PM #171848Thank you for that question, which indeed, needs clarification, explanation below:
- in any case, when a vendor update its product, the version available in the “marketplace” list is updated on your platform. But if this version had been modified by YOU, in order to change settings, this cloned version is not updated (it helps clients keep versioning and of course skip overwriting of clients version!)
- IMPORTANT: the version which is currently running in ProOrder is NOT UPDATED automatically, you have to stop it and relaunch the last version available in your “marketplace” strategies list (if you want to run this new version of course). It works the same as usual: ProOrder version running in live are compiled versions pushed to distant servers and cannot be edited.
Any installed product has a date label which correspond to the same displayed on the product page:
When a vendor update a product, it is his sole responsibility to keep informed his own clients. Sellers are all aware of this 🙂
06/16/2021 at 12:36 PM #171851the original code didn’t allow me to amend this without duplicating
Yes! This is how it works, otherwise your modified version would have been overwritten and lost forever! It is also a good way for clients to keep versioning of previous version of products (editable ones only: strategies and screeners).
06/16/2021 at 1:35 PM #171857Thanks for the clarification Nicolas, that makes perfect sense. As you mentioned, it’s the sellers responsibility to update us on updates. Do these usually happen over email? I will keep an eye on the product page for updates also.
Thanks
06/21/2021 at 7:47 PM #17210606/21/2021 at 9:20 PM #172108 -
AuthorPosts
Find exclusive trading pro-tools on