Please note that I haven't tested it, just wrapped the original code in the loop. It will check for connection every 1 sec default, change it with CheckIntervalSec parameter if you want.
Attached File(s)
Trading correlation pairs by using the other pairs 843 replies
Export All pairs or selected pairs to .csv with script 3 replies
Pairs of Currency Pairs 4 replies
Trending Pairs / Ranging Pairs 0 replies
Robot trading 120 replies
Disliked
I have built all the above into the EA. The only thing I cant build in and automate is interest rate changes across the different economies. I have this information in my banks system but on MT4, i think not.
But, we shall see what unfolds...Ignored
DislikedThere are interest rate tables published on the web, maybe you could extract the info from here.Ignored
DislikedHi Matrixebiz
Thanks for posting your indicator....very helpful.
Just one question...when I bring up the indicator it gives me the time that GMT is, but everything is frozen, ie: second etc does not move ? is that right ? or is it because the markets are not open ? Time now Sunday 17:41 GMT
ab1Ignored
DislikedI thought they did have MT4 access via a converter but I might be wrong.
There is nothing wrong with retail brokers as long as you remember that customer service will be poorish if you have a $200 as opposed to a >= $10,000 account. Dont forget high street banks work on a similar premise. When I first started working, my bank didnt give a toss about my account or my complaints but now I get a scheduled meeting monthly with my branch manager.
Like your TP settings, you need to be more realistic.
This link says you need $5,000 as an individual:...Ignored
DislikedScooby
Yes I think a convertor is avaliable as you say on the Dukascopy platform, but never tried it out...........
There is a broker recently Ive heard of called "The Collective", based in FL, USA I believe. Started for Brokers by brokers is there moto ! They boast low spreads and claim to look after guys like us (well I mean guys like me really !)
Got the info from a thread on FF thats called "Murrey Math Daily System"
Anyway if you get a chance to have a look id be interested in your comments.
Thanks
ab1Ignored
DislikedYes, i will take a look but no offence to any USA citizens here, I wouldnt use any US based brokers. The NFA are a bunch of idiots who's ultimate goal is not to allow retail trading in America.Ignored
DislikedI love Mondays!
Easily the most easiest system ever, is to trade the weekend gap as traders attempt to close it.Ignored
DislikedThis is true for the first execution of start()... then you need 1 tick only and after that you have infinite loop.. like this
while(true)
{
// check network connection - if dropped reconnect
Sleep(1000);
}
PS I believe you might be able to include the script code inside the EA so that you don't have to call external scriptIgnored
DislikedThere you go, just attach to any chart.
Please note that I haven't tested it, just wrapped the original code in the loop. It will check for connection every 1 sec default, change it with CheckIntervalSec parameter if you want.Ignored
DislikedSteve, first glitch with v2.4 looks like the 'New candle: Sleeping for 30 seconds' triggers every tick.Ignored
DislikedWay ahead of me, I see. Cheers. If this works, we can possibly add it into the trading robot; all the code within start() could be encapsulated within your while(true) loop.
Brilliant. Thanks.
Ignored