Here you go. file As I said before, I haven't done any major changes. The EA still needs tons of fixes as it is outdated and doesn't work properly on the current market. I would really appreciate any update to the EA.
To the folks who are asking about my equity. Here is what I've done. Very minor changes: I just added this line after int start() so that the lot size would change based on the account's free margin. LotSize = AccountFreeMargin() * .0001; and ...
Perhaps someone could help me with this: Along with the current news display, I want the indicator to display the next news title, day, hour and minute each in a separated label. Example: Title: Unemployment claims Day: 27 time: 13 minute: 30 I went ...