DislikedWas She in BOJ, fingering my photo and demanding, "SEND ME THIS MAN"?Ignored
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
DislikedWas She in BOJ, fingering my photo and demanding, "SEND ME THIS MAN"?Ignored
DislikedSteve, have you seen this thread ?, i really want to post too it but i will probably get banned. What a load of tosh. I nearly wet myself reading it.
http://www.forexfactory.com/showthread.php?t=187432
Apparently I need a mentor to review my trades.
Ignored
DislikedHehe. My wife is starting to ask who this demented, wide-eyed stranger is who keeps on muttering stuff like, "BOJ intervention. Got to get the hedging routine right. Bugger. Lot size calculation off again......"
My piano pupils are starting to ask how they can trade the BOJ intervention. And I am talking about the 8 year olds. The 16's have already worked it out.
And you think I want to read another FF thread? Gimme a break.Ignored
DislikedShutupshutupshutupshutupshutupshutupshutupshutupshutup
My life will be hell if the 4's hear about this.Ignored
DislikedOn a more constructive note, this stuff is only obvious if you know it. I didn't, two weeks ago.
Playing a Mozart piano concerto is easy when you can do it. I can. Not many others can as well.
Ignored
DislikedYeah I know what you mean.
When I goto my mates, they say, make us some money. I say, ok, give me 2 hours.
When they end up with a couple of hundred pounds, they think I am a god or something.Ignored
DislikedYou must be the only guest ever at a party who can be called upon voluntarily to pay for the event as well.Ignored
DislikedYeah.
Every month me and some other traders get together and have a competition too see who can make the most in 3 hours.
Whoever loses has to pay for an evening for the rest in the west end, hotels and everything. Tends to help train the mind!!!Ignored
DislikedThat's just macho Monopoly. Bunch of big kids, the lot of you.Ignored
DislikedMaybe.
But its better than playing monopoly.
I just need to find a way to delay their price feeds.Ignored
DislikedI have this contact at BOJ. SHE is playing coy right now, but I know how to push HER buttons.
Send £5,000,000 to my PayPal account and she is yours.Ignored
DislikedQuoteDislikedOriginally Posted by SteveHopwood http://cdn.forexfactory.com/images/buttons/viewpost.gif
Quick question: the robot sends a call to FFCal Scoobs once a minute. Shall I change this to once every 5 minutes to cut down unnecessary calls? That is one of those logic thingys that I have a tough time getting my head around.
I suppose the code should be the following,
I haven't tested this yet and I'm sorry if this is not correct.Inserted Codevoid NewsFilterCheck() { // Checks for impending news events. //Call the news reader every 1 minute static int OldBar; if (OldBar == iBars(Symbol(), [color=Blue]PERIOD_M5[/color]) ) return(false); OldBar = iBars(Symbol(), [color=Blue]PERIOD_M5[/color]);
I'm not good at coding..Ignored
You are dead right, scoobs. The code is a piece of piss but the logic would have taken me a while to get around, so you saved me some brain pain there. Cheers.
Actually, what takes most of the time is: copying the changes to the second bot; editing post 1 by uploading the latest versions and explaining them; telling people here that I have done this. Hell of a faff.