Having trouble opening old files as well!
Posts made by doperthancereal
-
RE: IF all trades profitableposted in Questions & Answers
Thanks for your help as always Miro, I enjoy your work! I'll give it a go, and let you know how it works out.
Cheers
-
IF all trades profitableposted in Questions & Answers
Hello,
Having trouble figuring out how to add volume to a trade only if all of my trades within my loop are profitable. In other words, if ANY of them are not in profit, I dont want it to pass. I attached what I have below but its currently not working.
Any help appreciated,
Thanks
Danny

-
RE: Trading only on specific daysposted in Questions & Answers
Just made a thread if this helps
https://fxdreema.com/forum/topic/4284/weekday-filters -
Weekday Filtersposted in Tutorials by Users
I see a lot of people asking about how to only trade during the week, between certain times etc. This should help. Apologies if the exact times aren't to your specifications, double check they are right for you. This project trades M-F and closes trades at a certain time on Friday, not tested live, only for helping.
-
RE: Conditional within loopposted in Questions & Answers
Just wanted to thank you for your help!! Problem solved. What I was looking for was more of a "while" loop, while x condition is happening, loop.
Cheers
-
Conditional within loopposted in Questions & Answers
Hello,
Been having difficulty adding conditionals to loops, what I want to do is for every trade, once lets say 10 and 100 SMA crossover happens, add volume to my trade every 5 pips. Do you add the block before the loop? It didnt work so I added it towards the end. (image below)Any help much appreciated, thank you!
 -
Partial close only ONCEposted in Questions & Answers
Hello--
Was wondering how to only partially close half of my volume out on a trade, but do this only once, when I have done it in the past the condition is constantly happening and therefore closes the volume 50% many times instead. Semi familiar with looping, but not sure how to only close out the position once. Perhaps a boolean? Any help appreciated. Thank you.
Daniel
-
RE: Multicurrency mt5 errorposted in Questions & Answers
Yes it is working, cannot thank you enough!
ndt113 -- yes that's the basic idea, might implement TP later.
Cheers
-
RE: Multicurrency mt5 errorposted in Questions & Answers
Any help please? Is my question clear/should I include any other information?
Thank you
-
RE: Multicurrency mt5 errorposted in Questions & Answers
Hello,
I have an issue where I get "On tick critical error"
"array out of range for xxproject.mq5"Its sporadic, when I change the dates for testing sometimes it runs the program, other times it gives me an immediate error and closes it off the bat. I thought it might have to do with historical data not being correctly accessed but I could be totally off.
https://fxdreema.com/shared/wp3aXg6M
Thanks!