Forum

[Coding Issues] Unable to read and select values from .csv file, function returns no error

Hello all, Currently I am trying to make an EA which suppose to make my life a bit easier. In the end it should be able to automatically import an Economic Calendar. At the EA initalisation I specifie the Buy and Sell thresholds. So Manual analysis has been made, and if Indicator XXX comes out

[Coding Issues] Changed broker, EA stopped closing positions

Hiya all, So I had made this -for me - really handy EA. If you load it, you can chose from the four pending order types , and three lines are drawed on the screen: the Triggerline, TP and SL. As soon as the price gets triggered the order opens; the TP and SL can be changed realtime: The TP and

[Coding Issues] WindowFind() alternative for testing

Hello all, I'm trying to make an EA which is based on the Freedom Indicator, which on his turn is based on CCI's on multiple timeframes; So in order to go long for instance M15,M30 and H1 should all show an uptrend. This is the first time I used a custom indicator instead of one from the library

[Coding Issues] Order immediately closes after placing

Hello all, I was trying to make a scalping EA, but I can't figure this thing out: It immediately closes all it's positions. Been looking over it for hours now, hope one of you can see it. I guess it has to do with the TP/SL. The reason I don't use the OrderSend function for that, is because my