- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Dec 14, 2011Okay, here's a bit of an update. In short, it's working. It's placing trades and capturing some positive pips from arbs. The problem? Not well enough. There are a number of things which need to be fixed to enable this script to work with multiple ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 13, 2011I know a bunch of you are having some trouble with the script. I'm hosting a webinar in a few hours here: url We'll go over your problems and give a sneak peek into what's forthcoming.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011I'm willing to bet you don't have Build 409
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011Simple answer is you didn't copy the text from the slave correctly.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011Master script will show an arb signal the same way the video shows an arb signal.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011Skype me: Brynmawr114 I need to see your screen.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011Did you enable DLLs? I stripped out a lot of error checking to make it faster.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 12, 2011If you're on the final page, try again. Alternatively, PM to me the e-mail address you used. Also, I should note that for the 40 people who have the script, you were all on the first page for an average 42 seconds. I know I'm a pretty fast reader, ...
My Own Broker Arbitrage
-
My Own Broker Arbitrage
Started Dec 12, 2011|Trading Systems|367 replies
I'm sure you've heard of Jason Fielder's $2,000 arbitrage product. So I figured I'd release my ...
-
Ronald Raygun replied Dec 11, 2011No. That is not arbitrage. See my previous arbitrage primer.
Arbitrage between 2 brokers
-
Ronald Raygun replied Dec 9, 2011Surprisingly, no. All terminals combined don't hit higher than 15%
Arbitrage between 2 brokers
-
Ronald Raygun replied Dec 9, 2011StringSubStr(DoubleToStr((AccountBalance()/oner/percent), 0, StringFind(".")); [edit] euclid below has a better solution.
Mt4 calculation rounding help
-
Ronald Raygun replied Dec 9, 2011Move the calculation to a function and set the function return value to an integer. Example: int NumberGenerator() { return(AccountBalance()/oner/percent); } Then call it in your script: ObjectSetText ("onerequals", "1R = " + NumberGenerator()+ " ...
Mt4 calculation rounding help
-
Ronald Raygun replied Dec 8, 2011Not what I meant. You can program scripts to automatically place a predetermined buy/sell trade as necessary, and can have those scripts triggered using hotkeys defined by metatrader.
Arbitrage between 2 brokers
-
Ronald Raygun replied Dec 8, 2011If you're able to enter keystrokes, you can set up hotkeys in metatrader to trigger various scripts.
Arbitrage between 2 brokers
-
Ronald Raygun replied Dec 8, 2011That video above shows five brokers. I have relationships with 48. I basically would be looking to expand to a 48-broker price feed, and I am trying to capture all the data from every broker in real time. The data I'm currently pumping through is ...
Arbitrage between 2 brokers
-
Ronald Raygun replied Dec 8, 2011As much as I appreciate the beta tester offers, I really need someone who can spot an error in the code, fix it, test it again to make sure it's stable, and repeat the cycle until the code is as efficient as we can get it on the metatrader platform. ...
Arbitrage between 2 brokers