UNI copy trade without internet
- 实用工具
- Mr Thiti Chunsangsook
- 版本: 1.2
- 激活: 5
Demo Version can be run only in Strategy tester.
UNI copy trade
Can be Copy MT4 to MT4 , MT4 to MT5 , MT5 to MT4 in Local
Show Detail Account to Copy. how many account to copy . how may money or order or profit to copy.
1 Master to More slave
or 5 Master in 1 Slave ........extra . can be master more one in slave
Slave can be copy master by parameter Filename = Master
and Magicnumber slave Must not match any other EA.
Can Copy each broker , each other type Account
Ex Copy EURUSD to EURUSDc or EURUSDm or EURUSD,
And Can be Copy Gold to Xauusd or Xauusd to Gold
And It is a function that manages itself automatically.
Can be set Slave or Master by Working mode
Can be set Enable_Invert = true
Master Buy >> Slave Sell
And Enable Invert = false
Master Buy >> Slave Buy
Can be set lot 2 mode
1 lot Mode = Auto mode >> Ea use parameter multi to manage lot.
lot slave = multi(parameter)* lotmaster
Ex master 0.01 and parameter multi =1 >> slave lot 0.01
master 0.01 and parameter multi = 2 >> slave lot 0.02
master 0.1 and parameter multi = 0.5 >>slaver lot 0.05
2 lot Mode = Fix mode
lot slave = Fixlot
Ea have fuction
Enable_tp, true = have tp , false= hide tp.
Enable_sl , true = have sl , false= hide sl.
Enable_pending true = have peding order, false= no peding order .
fuction time trading >>
EnableTime =true to use , false to not use
** EnableTime = true >> parameter Time Stop trade = 3 min Ea no open order with out 3 min with master
fuction DD
EnableStopTrade =true to use , false to not use
** EnableStopTrade = true >> parameter Drawdown = 20 >> slave no open order is DD > 20 %
fuction Profit
Enable_Profit= true to use , false to not use
** Enable_Profit = true >> parameter Profit_Per = 20 >>slave have 20% Profit . it close all order.
fuction AutoClose
AutoClose= true to use . when master close , slave close.
AutoClose= false to not use . when master close , slave no close.