Hiding Strategy Code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #106085 quote
    paxtonsm
    Participant
    New

    Hi, is it possible to hide your strategy code to stop it been coped and resold?  I am aware you can write an indicator with code in it, encrypt it and then call this up as a strategy.  However, by using an indicator you are restricted as I don’t seem to be able to set trade timings or put any risk management code in the indicator.   Not sure how to put this into the strategy in addition to the indicator code.

    Any ideas on how to hide code in a strategy or implement timing restriction’s in an indicator?

    Thanks in advance

    #106094 quote
    Nicolas
    Keymaster
    Master

    As you know, ff you hide the code of the strategy, it will not be possible to trade it live (blackbox are not allowed in ProOrder).  So the way you do by using a protected indicator to give signals is good. But, because ProBuilder (for indicators) can’t use instructions dedicated for automated trading (ProOrder), there are some limitations as you stated.

    A code for timing restriction could be:

    limitdate = 20191231
    
    if date<limitdate then 
     // all indicators code
    endif
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Hiding Strategy Code


General Trading: Market Analysis & Manual Trading

New Reply
Author
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
6 years, 6 months ago.

Topic Details
Forum: General Trading: Market Analysis & Manual Trading
Language: English
Started: 09/01/2019
Status: Active
Attachments: No files
Logo Logo
Loading...