Job finished
Specification
Hey I need somebody who creates an simples EA with MQL5 Source Code.
The EA is always started manually in the evening. Orders should be opened either immediately or the next day if the maximum spread is not exceeded. It should work for stocks and commodities especially.
Only one order should be opened at a time, new order can only be executed, when manuelly the EA is restarted.
The trade should be closed when the following conditions are met for SL and TP:
Bay: Take Profit = Ask , if Ask < ( High[1] +Low[1] )/2 , works after 1 Bar, 2 Bar or 3 Bar
StopLoss = Ask ,if Ask < Min( Low[1], Low[2], Low[3],Low[4] ) -0,1%
Sell: Take Profit = Bid , if Bid > , ( High[1] +Low[1] )/2, works after 1 Bar, 2 Bar or 3 Bar
StopLoss = Bid , if Bid > Min( Low[1], Low[2], Low[3] , Low[4]) + 0,1% ,
Inputs:
MaxSpread
MaxSlippage
TradeSize
Minimum Trade Duration = 1, 2, 3 Bar
Maximum Open Trades =1