Hi Everyone , I just wanted to share my open order script.
Please inform me any errors or bugs you have found.
I have used Real XM micro account for testing.
It might not compatible for other account and other broker but the code can be modify easily as I have included *.mq4 files.
There are 4 folders in the zip files...
1. CloseAndBreakevenLayer - not my own code, but I included it as it's useful
2. OpenManyLayer - this is mine
3. OpenOneLayer - this is mine
4. OpenOneLayerAndModifyOtherLayer - this is mine
I hope the folder name is understood easily by you as the name it self is what the script is suggesting to do...
I will not explain in detail further what the script does...
it is best if you test it in demo account first to understand what it does.
All the script is set by default to used Money Management (MM) Settings.
Which is to setup trade base on percentage risk lots and percentage take profit of the current account balance and equity.
As your account balance and equity grow, the real Lots also increase and real Profit in dollar $ also increase.
S/L Stoploss is disable by default.
I also made a button on chart to simplify one click trade operation
latest version EA ButtonTrading V2.11 download LINK (July 7, 2020)
latest version EA ButtonTrading V2.08 download LINK (May 11, 2020)
latest version EA ButtonTrading V2.06 download LINK (May 9, 2020)
latest version EA ButtonTrading V2.07 download LINK (May 6, 2020)
latest version EA ButtonTrading V2.05 download LINK (Apr 18, 2020)
latest version EA ButtonTrading V3 download LINK (Apr 13, 2020)
latest version EA ButtonTrading V2.04 download LINK (Apr 11, 2020)
latest version EA ButtonTrading V2.03 download LINK (Dec 5, 2018)
My current favorite script that I uses for trade now is below...
For Up Trend
_Buy_TP1v3@market (open a buy trade and set all trade T/P=profit % , clear S/L=0)
_Sell_TP1v4@market (open a sell trade and set all trade sell S/L == T/P (trade buy) , and clear trade sell T/P=0)
version 4 open opposite trade and will resulted trade sell in loss and trade buy in profit and exited at the same time.
_Buy_TP1v5@market (open a buy trade and set all trade sell S/L == T/P (trade buy) , and clear trade sell T/P=0)
version 5 will resulted trade sell in loss and trade buy in profit and exited at the same time.
For Down Trend
_Sell_TP1v3@market (open a sell trade and set all trade T/P=profit % , clear S/L=0)
_Buy_TP1v4@market (open a buy trade and set all trade buy S/L == T/P (trade sell) , and clear trade buy T/P=0)
version 4 open opposite trade and will resulted trade buy in loss and trade sell in profit and exited at the same time.
_Sell_TP1v5@market (open a sell trade and set all trade buy S/L == T/P (trade sell) , and clear trade buy T/P=0)
version 5 will resulted trade buy in loss and trade sell in profit and exited at the same time.
For Sideway
_Hedge_TP1v3@market
this will open both way a trade sell and buy at the same time but have different T/P and will resulted both exited trade at a different time.
That's all. All the best
Extra Indicators - you will know exactly how much profit percentage % in dollar $ and how big is the real percentage lot.
Set Hotkeys for faster trade executions
Version 6 Lot% base on balance
Please inform me any errors or bugs you have found.
I have used Real XM micro account for testing.
It might not compatible for other account and other broker but the code can be modify easily as I have included *.mq4 files.
There are 4 folders in the zip files...
1. CloseAndBreakevenLayer - not my own code, but I included it as it's useful
2. OpenManyLayer - this is mine
3. OpenOneLayer - this is mine
4. OpenOneLayerAndModifyOtherLayer - this is mine
I hope the folder name is understood easily by you as the name it self is what the script is suggesting to do...
I will not explain in detail further what the script does...
it is best if you test it in demo account first to understand what it does.
All the script is set by default to used Money Management (MM) Settings.
Which is to setup trade base on percentage risk lots and percentage take profit of the current account balance and equity.
As your account balance and equity grow, the real Lots also increase and real Profit in dollar $ also increase.
S/L Stoploss is disable by default.
I also made a button on chart to simplify one click trade operation
latest version EA ButtonTrading V2.11 download LINK (July 7, 2020)
latest version EA ButtonTrading V2.08 download LINK (May 11, 2020)
latest version EA ButtonTrading V2.06 download LINK (May 9, 2020)
latest version EA ButtonTrading V2.07 download LINK (May 6, 2020)
latest version EA ButtonTrading V2.05 download LINK (Apr 18, 2020)
latest version EA ButtonTrading V3 download LINK (Apr 13, 2020)
latest version EA ButtonTrading V2.04 download LINK (Apr 11, 2020)
latest version EA ButtonTrading V2.03 download LINK (Dec 5, 2018)
Attached Image
Attached Image
My current favorite script that I uses for trade now is below...
For Up Trend
_Buy_TP1v3@market (open a buy trade and set all trade T/P=profit % , clear S/L=0)
_Sell_TP1v4@market (open a sell trade and set all trade sell S/L == T/P (trade buy) , and clear trade sell T/P=0)
version 4 open opposite trade and will resulted trade sell in loss and trade buy in profit and exited at the same time.
_Buy_TP1v5@market (open a buy trade and set all trade sell S/L == T/P (trade buy) , and clear trade sell T/P=0)
version 5 will resulted trade sell in loss and trade buy in profit and exited at the same time.
For Down Trend
_Sell_TP1v3@market (open a sell trade and set all trade T/P=profit % , clear S/L=0)
_Buy_TP1v4@market (open a buy trade and set all trade buy S/L == T/P (trade sell) , and clear trade buy T/P=0)
version 4 open opposite trade and will resulted trade buy in loss and trade sell in profit and exited at the same time.
_Sell_TP1v5@market (open a sell trade and set all trade buy S/L == T/P (trade sell) , and clear trade buy T/P=0)
version 5 will resulted trade buy in loss and trade sell in profit and exited at the same time.
For Sideway
_Hedge_TP1v3@market
this will open both way a trade sell and buy at the same time but have different T/P and will resulted both exited trade at a different time.
That's all. All the best
Attached Image
Attached File(s)
Completed Script 30June2018.zip
441 KB
|
1,801 downloads
Attached File(s)
[email protected]
8 KB
|
1,459 downloads
|
Uploaded Aug 8, 2018 9:14am
Attached File(s)
[email protected]
8 KB
|
1,418 downloads
|
Uploaded Aug 8, 2018 9:14am
Extra Indicators - you will know exactly how much profit percentage % in dollar $ and how big is the real percentage lot.
Attached Image
Attached File(s)
BuySell-LotINFO-4.ex4
47 KB
|
1,396 downloads
Set Hotkeys for faster trade executions
Version 6 Lot% base on balance
Attached File(s)
Script OpenTradev6.zip
118 KB
|
1,414 downloads
|
Uploaded Nov 5, 2018 2:07pm