Never mind .. Figured out the API function TimeFromString had changed. Seems to be working fine now.
Posts made by MStrade
-
RE: Time filters not working on the desktop appposted in Questions & Answers
-
Time filters not working on the desktop appposted in Questions & Answers
I'm currently using the desktop application of FxDreema, and I've noticed that none of the time filters I've tried are working.
Running the same code on the browser app works just fine.
I've compared the code that both apps output and the logic seems to be the same.
Is the desktop app still supported? I tried to download the latest version, however it seems the one I've downloaded recently is the same as the one I have, which was updated back in 2015.
Best regards,
Elvis -
RE: Printing multiple trades to a log.posted in Questions & Answers
Nevermind! I found a fix looking through the forums here..

Thanks again!
-
RE: Printing multiple trades to a log.posted in Questions & Answers
Hi fxDreema,
First, I'd like to say thanks for the work that you've done here..

I'm trying to get an EA that would get the currently running trades logged to a file. After several attempts, I was able to get something working with the for each loop blocks. This code: https://fxdreema.com/shared/VzkmPLhgd works fine for one trade, (the print message and modify variable blocks are just for testing) but it doesn't work well with multiple trades. I may get one or two trades at best.
Am I doing this the right way? Is there a way to parse/separate the multiple trades currently running and write them to a log? any help is appreciated.
Thanks!