I was wondering if there are people familiar with writing code in MQL4 that could help me out. I'm new to programming and I'm trying to write an EA that will have two parameters before trading.
The first parameter is to define a day as 9am GMT to 9am GMT. This way I can define the day starting at London's open.
The second parameter is to check if profit for the day is greater than a set number of pips...example 20 pips.
The idea is to allow the EA to trade starting at 9am GMT and keep trading until >=20 pips is reached. Then the profit is reset to 0 for the next day.
Thanks in advance for any help.
The first parameter is to define a day as 9am GMT to 9am GMT. This way I can define the day starting at London's open.
The second parameter is to check if profit for the day is greater than a set number of pips...example 20 pips.
The idea is to allow the EA to trade starting at 9am GMT and keep trading until >=20 pips is reached. Then the profit is reset to 0 for the next day.
Thanks in advance for any help.