Forum

Compare today's Account balance to yesterday's

Guys , Here's what I want my code to verify before going through each iteration(on tick). if ( //AccountBalance is >= 5% than yesterday's ) { // return; } else { // starttrading(); } But the question is , how do I compare it to yesterday's account balance ? How do I put it in code

Comparing yesterday and today in an EA

Good day , Help with my EA. Before start trading everyday , I want my code to compare yesterday's AccountBalance to today's. If today's AccountBalance is greater than or equal to 5% than yesterday , then stop trading. Here's what I thought about it : if ( //AccountBalance is >= 5% than yesterday's

Automate trading for iqoption

I have my own binary options trading strategy but I’d like to automate that on iqoption. I came across a few bots like MT2IQ , what I want now is to couple my strategy WITH martingale to iqoption. Can anyone help me with this