How to hide code for my trading strategy to be used by others

Forums ProRealTime English forum ProOrder support How to hide code for my trading strategy to be used by others

Viewing 9 posts - 1 through 9 (of 9 total)
  • #141579

    Hi

     I am a new member 🙂

    I have coded for 2 years now.

    My result is up and down.

    I have done a code that I want to send to my friends but I don’t want them to see my code.

    I read that I can hide indicators in the code but I don’t know how.

    For example, here is a code from library.

    How can you hide as much as possible from this example code.

    Can I do the whole code as an indicator an encrypt it, except trailing SL?

    Best regards Sean

     

    #141580

    ProOrder code must remains visible (not hidden). So the workaround is to use hidden indicator(s) that deals with the trading signals, that are CALLed by the strategy.

    Of course, all orders management and instructions only compatible with ProOrder must remain in the strategy, so there is always a visible part on how you manage orders.

    #141589

    Thanks for replay Nicolas

    I’m not that good at this.

    What would the example code look like if you were to hide as much as possible.

    It’s easier easier to understand with an example 🙂

     

    #141598

    Never used a CALL in 2 years of coding? 😉

    Anyway, just a quick example:

    My strategy is an RSI crossing the level 50, it generates a return variable of 1 = buy and -1 = sellshort.

    Now in your ProOrder code, make a CALL of this indicator:

     

    2 users thanked author for this post.
    #141599

    Thank you Nicolas

    Now I understand better 🙂

    #141604

    But if you export a strategy with the function “CALL” in it, wont that just import the indicators on its own so the indicators are visible?

    #141605

    True so I suggest exporting the hidden indicator as a standalone itf file and send the strategy as a text file, in order to get rid or any ‘error’..

    Anyway, this process will be greatly improved with the marketplace (no export anymore, automatic installation, automatic update, ..). If you want to be featured as a seller, you can contact me at market[at]prorealcode.com

    #141609

    sounds great!

    how is the progress going on the marketplace? do you think it will be up and running in 2020?

    #141617

    2020 will be the year of the marketplace launch, no doubt! 🙂 I’m finalizing the recurring payments process for products with limited time use.

    2 users thanked author for this post.
Viewing 9 posts - 1 through 9 (of 9 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login