manuel_campelo / Publications
Forum
Trying to make a whiteboard. What I'm doing wrong.
I'm trying to write an EA that finds signals, display them on screen and user decides whether or not to trade them (besides, it handles all open positions and do some stuff). When I have done almost everything, Ive encountered two problems and I don't find anywhere a solution. First of all, I send
Consumming resources.
Hi, everyone. I'm trying to write an EA that uses several Strategies at the same time and using different Symbols & Timeframes in combination. So far I've written almost everything but the Strategies themselves and everything was alright by now but, when I wrote this function: void Trade(){
Scalable Code. Does anyone knows...?
Hi, everyone. I'm almost new to mql4 programming but I have been around programming some time in other languajes. I'm trying to code an EA that runs at once several Strategies but I found a problem when coding, as all Strategies use the same program but may have different parameters, when I code
Scalable Code. Does anyone knows...?
Hi, everyone. I'm almost new to mql4 programming but I have been around programming some time in other languajes. I'm trying to code an EA that runs at once several Strategies but I found a problem when coding, as all Strategies use the same program but may have different parameters, when I code