you made my day! Your post made me chuckle....Yep, I probably have made it too complicated!
I will have to re-visit my own"self" and start afresh with a different approach to trade mgmt ideas....
Cheers!
Code: Select all
for(int cc = 0; cc <= OrdersTotal() - 1; cc++)
{
if (!OrderSelect(cc, SELECT_BY_POS, MODE_TRADES) ) continue;
if (OrderSymbol() != Symbol() ) continue;
if (OrderType() > 1) continue; //-- look for live trades only
...........
.............
<Here is where I would have the EA call subroutines to manage my overall trades of this symbol>
}
SteveHopwood » Sun Mar 25, 2018 6:30 pm wrote:I just googled "FOREX.COM" and see what Thomas means. Usual stuff: lots of flashy colours and promises etc. I stopped being attracted by that stuff a long time ago. So did the rest of us with the occasional firing synapse.
Global Prime are not SHF's 'Official Broker' because they offer me a gazillion pounds every time I utter their name. They are SHF's broker (and incidentally the only broker I trade with) because they are a genuine broker: http://www.stevehopwoodforex.com/phpBB3 ... =52&t=1475 The rest of 'brokers' are mostly criminals.
So something that works seamlessly elsewhere such as GP yet fails when applied to your chosen criminal? Try Global Prime. At the very least, change to a different non-GP criminal. If you do not know why I refer to most forex so-called 'brokers' as Criminals then you clearly have not been taking notice here and deserve all the pain that the path your are following is leading you down.
Not allowed to open an account with GP? Sorry, but you are stuffed. Having said that, Bob must be tradimg with someone. Just no idea with whom.
Or maybe you think you have spotted something about Empty4 that The Brains here have missed? I doubt it.
![]()
Not to my Satisfaction. I did think that the issue was internal to Empty4, so I chose to keep all transactions recorded did inside the EA, I did not rely on the trade logBig Be » Thu Mar 26, 2020 2:05 pm wrote:spgandau,
Did you get this resolved??