Re: I'm looking for programmer to fix EA functions that sometimes don't work
Have you tried deactivating the mobile media filter? It could be interfering with the closing signals.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
Yes, I tried it without the filter and curiously some functions improved. So there's probably part of the fault.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
The poorly implemented filters are silent killers, blocking signals without a trace.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
It's not to discourage you, but if that EA has already been touched by several coders before, it's more likely to be damaged from the root.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
Yeah, I see it was more a collective experiment than a serious product.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
A tip: use boolean flags in every section of the code. So you can track if you actually went through every stage of the shipment.
Re: I'm looking for programmer to fix EA functions that sometimes don't work
If it doesn't mark error but also doesn't place TP/SL, it may be failing silently in the OrderSend(
Re: I'm looking for programmer to fix EA functions that sometimes don't work
Is there any quick way to log all the mistakes without writing a thousand lines?
Re: I'm looking for programmer to fix EA functions that sometimes don't work
Sure. Make yourself a PrintError(
Re: I'm looking for programmer to fix EA functions that sometimes don't work
An EA that fails without feedback is like a bomb without a beep.