fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Encrypted EA

    Questions & Answers
    5
    5
    1809
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jxlibin1987 last edited by

      Can I encrypt the EA Expert Advisor to prevent others from stealing it?

      1 Reply Last reply Reply Quote 0
      • Spuzy
        Spuzy last edited by Spuzy

        if(AccountInfoInteger(ACCOUNT_LOGIN) != your account ID)
        ExpertRemove();

        or in fxdreema terms 0_1555594538205_4120cb56-2404-41b6-98b0-16a7029c5aaa-image.png
        add that somewhere inside OnInit()

        this will lock your EA to only your account. don't share the source with anyone anyway and or delete it/store it better. don't share your fxdreema password with anyone or delete your projects once you download the source. you can always import your source file that was made in fxdreema and it will load it on the site.

        source code cannot be seen/changed/accessed on compiled .ex4/5 files so if anyone steals it and you have this code in it it will auto close as soon as they try to add it on the chart/backtest.

        you can also make a constant for a password, and make a block in on init that checks if that constant != what ever you want and then terminate.

        1 Reply Last reply Reply Quote 0
        • vish
          vish last edited by

          You can also:
          -Restrict the use for a particular broker in the same way
          -Add an expiry date under project options

          1 Reply Last reply Reply Quote 0
          • V
            vnpython 0 last edited by

            our dear boss here still able to access to all our profitable EAs hehe

            fxDreema 1 Reply Last reply Reply Quote 0
            • fxDreema
              fxDreema @vnpython 0 last edited by

              @vnpython-0 Yea, I'm sitting all day and testing people's strategies :))) I really don't care, but I was thinking many times that it's a good idea if the results from the tests can somehow be uploaded to the server, so for each project we can see whether it was profitable or not. I personally name all my projects ".fxDreema", but I have few named ".fxDreema-profitable" from the time when I was playing with some tests and I had good results.

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • First post
                Last post

              Online Users

              D
              V
              O
              J
              B

              12
              Online

              146.7k
              Users

              22.4k
              Topics

              122.6k
              Posts

              Powered by NodeBB Forums | Contributors