huntrader64 / Publications
Forum
How to plug in a Script to EA?
Hi guys, please I need help to plug these two things together... I have this EA (mql4), which is monitoring the account Balance , Equity and Profit. When the set profit or the set loss % is reached the robot closes all open trades. I also want the Autotrade in Mt4 to be turned off to prevent the
EA code modification
Hi guys, can somebody help to modify the code for this EA. I would like the EA to wait after a buy and sell signal a specified number of pips to take the trade. So I can input 10, 15... pips in the settings. Thanks very much! Here is the part of the code: (MQL4) void OnTick() { CheckProfit();