nivcohen11
nivcohen11
Friends

Add friends via their profile or user search and you will be able to see if they are online

nivcohen11
Added topic Taking a trade at 01:05 AM
Hello, I've tried to code a function that will make my EA take only 1 trade at specific time: 01:05 AM. This is the code that I've typed but it doesn't work and I'm not sure why. int counter = 0 ; if (Hour()== 1 && Minute()== 10 &&
nivcohen11
Added topic mql4 make a function that constantly run
Hello, I'm trying to make my EA check every second if the price reached a certain price and if it does change it's T.P and S.L. The problem is I managed to make the EA do that every new candle and it doesn't work properly this way. I've tried to make
nivcohen11
Registered at MQL5.community