werbobo
werbobo
Friends

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

werbobo
Registered at MQL5.community
werbobo
Added topic I can't seem to create more than 2 vertical lines with ObjectCreate
I thought for sure it was a problem with each line needing a unique name so I used a for loop to change a part of it each time. But it doesn't work. I want it to show a vertical line every time the stochastic crosses. This is my code for it. I'm
werbobo
Added topic My EA is making too many trades
I'm new to this and I don't see what I'm doing wrong, When I run it it just keeps making trades. I want it to work just at the close of the bar, but its making a trade every tick . My code is double FastMA = iMA(NULL,0,5,0,MODE_SMA,PRICE_MEDIAN,0);
werbobo
Added topic EA trades in the tester but not when I use it
I can't figure out why my EA isn't making trades. When I run it through the tester it has no problems, but when I try and use it it just sits there. I'm new to programming and I'm sure it's something simple. Any ideas would be appreciated as well as