仕事が完了した
指定
has to have good experiance and no Arbitration.
here is the strategy:
trading time:
start to open orders from 02:00 am on mondays UTC+2
start to close orders from 02:00 am on mondays UTC+2
& do not maintain equal lots from 02:00 am on mondays UTC+2
stop trading time:
stop opening orders from 20:50 pm on fridays UTC+2
stop closing orders from 20:50 pm on Fridays UTC+2
& make all lots equallly buy and sell from 20:50 pm on Fridays UTC+2
-----------------------------------------------
if drawdown for account is more than 30%: EA will make all lots equally buy and sell
if drawdown for account is less than 30%: EA will no longer try to make all lots equally buy and sell
-----------------------------------------------
close order(s) condition:
close all orders that has more than 50 pips profit (5 digit broker)
-----------------------------------------------
ENTRY:
trade 0.01 lot for each 500$
if there is no open orders;
buy and sell at once.
&
buy condition:
if price opens 1 pip or more above all open order(s) EA will calculate current open lots for symbol and buy order has to be 3x more than all
currently open lots for sell positions
when recently opened buy order has been closed: make sure EA will buy again & buy order has to be 3x more than all
currently open lots for sell positions if price has opened 1 pips or more above all currently open order(s)
& if there is no sell order open by the time price is 1 pip or more above all open orders:
EA will open a buy order 3x lotsize of all current open orders for symbol.
sell condition:
if price opens 1 pip or more below all open order(s) EA will calculate current open lots for symbol and sell order has to be 3x more than all
currently open lots for buy positions
when recently opened sell order has been closed: make sure EA will sell again & sell order has to be 3x more than all
currently open lots for buy positions if price has opened 1 pips or more below all currently open order(s)
& if there is no buy order open by the time price is 1 pip or more below all open orders:
EA will open a sell order 3x lotsize of all current open orders for symbol.