작업 종료됨
명시
Hello all. For the most part this EA is simple. I will get into further details when dealing directly with the programmer, but here are the necessities:
It must be able to have buy/sell orders triggered by PRICE being above/below the tenkan sen. Also must be able to have orders end with bar closes above/below the tenkan sen. Orders must also be triggered by the chikou span being above/below price. Also there will be 2 EMA's involved. In all to open a buy or sell position, there are 4 total variables.
The EA will be allowed to open 5 trades at a time on 5 pairs (we will discuss SL, TP, and lot size once we a deal). Each pair can have one trade going at any time. A new trade initiated will close out the trade in progress even if SL or TP has not been activated. I would appreciate it if I didn't have to activate the bot on every chart, if that is at all a possibility.
I will definitely be looking at customer reviews! I am not code savvy so I will more likely than not have questions. I might want to change SL and definitely will want to change lot sizes, so advising on that is helpful. Please, make sure the bugs are out as well or be willing to work with me to counteract any problems.
Thanks!
P.S. It isn't necessary, but if you know how to "re-enter" a trade, you'd be highly considered. That is, if a trade is closed out, doesn't activate a traditional buy/sell signal, pursues a different action (which I will discuss), and another buy/sell signal is given. It would technically be a continuation of the previous trade. It may not make sense at the moment but some screen shots should help.