AEParticipant
Senior
Hi all,
Is it possible to do autotrading from a imported stategy with no visible code?
I can do probacktest but not autotrading.
Thanks
That’s not possible to use a strategy with hidden code with ProOrder.
In order to make it possible, the author of the strategy must relocate the signals into a protected indicator and let the trading instructions visible (unprotected code) in the strategy.
Crossing = close CROSSES OVER average[20,0](close)
IF date > 20191231 THEN
Crossing = 0
ENDIF
RETURN Crossing
This will always return 0 (no signal) after Dec.31st, 2019.
Thanks Roberto I knew that … But I don’t understand how to put the signals in a protected indicator ….
You just export your indicator and when it opens a window to ask tou how to export it, select the protected way you prefer (first choice is not protected, second choise is protected but can be imported multiple times, third choise is protected and can only be imported once).
Thanks, it’s the same system you use for ProOrder …. But the date of your previous example remains in the system … You can insert it in the indicator and not make it visible …. Thanks
I need someone to do this for me, please write here if you can do it
Please don’t double post for the same question @crazytrader. If you don’t want to do it by yourself, I can help you via the programming services, as a paid job.
I feel like theres such a easy job to do if you know programming and wont take long so I dont know if I want to pay much money when I feel like 1 human can do this free.