작업 종료됨


명시
Hello, I'm using a moving average cross strategy, created in Pine, that I would like to have converted into an MT4 EA. The code is relatively simple, just a moving average cross, with a confirmation length. The code immediately opens another trade when the current trade has closed, but in the opposite direction. I will also need the parameters to be configurable so that they can be altered or updated by me. I will also need some basic functionality building into the EA; to be able to set a stop loss, lot size, and not to trade is the spread gets beyond a certain size. This will be used on Forex pairs.
The Pine script is freely available to use or study and is called: MovingAvg Cross, the author is called issreza and it was published on 19th July 2019 on . The script is attached in .txt format.
link to the authors page;
Thank you.