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”.
-
-
10/18/2019 at 10:24 AM #11047210/20/2019 at 1:30 PM #110637
Ok thx for the info. for indicators, you can share them without disclosing the code, but if I’m not mistaken it’s not the case for screeners or automated strategies. Have you a solution for that? I’m interested, but of course only if my proprietary code is not made public in any way…
10/20/2019 at 5:47 PM #110649You can code an encrypted indicator and an non encrypted strategy that calls the indicator. You code the indicator so that it includes all your conditions, variable values and indicators that the strategy uses and encrypt it and then use CALL to get all the values or condition states to your strategy. The strategy is then just a skeleton strategy with some buy and sell orders in it.
Hopefully when Nicolas has some time he will put together an instructional showing how to do this.
10/20/2019 at 7:51 PM #110662Good idea Vonasi for automated strategies although I need to see if it can work in practice as the entry is only 30% of a good strategy. i would need to create indicators also for following orders, and not sure this would work as you need specific instructions that doesn’t work at indicators level. For screeners, no solution I think, while this can be cornerstone of succesfull strategies (screen the setup, then apply a robot on it)
10/26/2019 at 3:58 AM #11124410/29/2019 at 12:17 AM #11148210/29/2019 at 9:05 AM #11149211/04/2019 at 5:05 PM #11207011/12/2019 at 4:57 PM #112615In the market place, you’ll be able to sell that products type:
- automated trading systems
- indicators
- market screeners
- manual trading strategies
- online courses
- private training
- ebooks related to trading
Everyone can contact me to discuss about the possibilities to sell your own products in the marketplace: market@prorealcode.com
1 user thanked author for this post.
11/15/2019 at 6:07 PM #11289711/22/2019 at 11:11 AM #113397Just a top of the head based on putting together my own strategies and hidden indicators, I think that if someone buys say a months subscription that the hidden indicator should not run for just the 1st Dec to 31st Dec for example but from say 1st Dec 2014 to the 31st Dec 2019 to all for the purchaser of the product to run their own back tests
They may find new markets or time frames that they wish to run the system on
11/22/2019 at 11:20 AM #113398I don’t think any seller would set a starting date, in addition to the expiration date. In case they do they should make it clear in their shop.
11/22/2019 at 11:40 AM #113405So set the code as is the date equal to or less than 31st Dec 2019 using the example above?
11/22/2019 at 12:16 PM #113411Yes, just hard code the date you want your indicator to expire.
Assume your indicator returns a value in a variable named “MySignal” (set it to either 0 for no signals or 1 for a valid signal), you can invalidate it after expiration:
123456..IF OpenDate > 20191231 THEN //valid through Dec. 31st 2019MySignal = 0 //invalidate any signalENDIFRETURNshould you want to invalidate also signals prior to a starting time:
123456..IF OpenDate > 20191231 OR OpenDate < 20140101 THEN //valid from Jan.1st 2014 through Dec.31st 2019MySignal = 0 //invalidate any signalENDIFRETURN11/22/2019 at 12:51 PM #113418Regarding license management, as you know, apart from securing by date or single import of ITF file, there are no other solutions at the moment and I know that it is a big concern for all developers.
However, I am in negotiation with PRT to allow a better management of these, by means of serial number for example, attached to each product (indicators, strategies, ..). -
AuthorPosts
Find exclusive trading pro-tools on