- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Dec 23, 2011I appreciate your overall concern for this project. Should your predictions come true, I'll still have a tool to aggregate best bid/ask from various brokers and that in itself will add significant value to my existing trading.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 22, 2011The broker's prices are refreshed immediately before sent from the slave to the master. By the time the prices are decided on for a trade, about 3 + 2 * # of brokers miliseconds have passed. By the time it's displayed on the chart, it's closer to 11 ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 21, 2011Currently, the code sends one trade order to the bid slave, and waits for the response, then it sends the second trade order to the ask slave. I'm working out a way to send the orders and not wait for confirmation. I figure I'd opt to get the ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 21, 2011@deankenny21 See the video at the beginning of this thread. That's basically what it will look like. And you can already see how much faster it is than Fielder's arb--and according to the professional programmers, my method is still slow.
...My Own Broker Arbitrage
-
Ronald Raygun replied Dec 21, 2011Close, the basket concept I agree with, the TP is ideally set where the normal spread should be. So for the arb script that I'm releasing, I'm programming it so it calculates pip profit as the spread created by the basket of brokers. So when the ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 21, 2011Looking at the price data suggests something is rounding where it isn't supposed to be rounding. If this is happening across all brokers, I suspect something was edited in your metatrader config file. Backup that metatrader installation, reinstall ...
What the hell is wrong with my platforms!
-
Ronald Raygun replied Dec 21, 2011I have a feeling I know better how this works. Just need to make it a reality.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 20, 2011I'm pretty sure there's a way to send the order to the slave, and not have to wait 5-8 seconds between orders. Worst case, I'll just have to send the order off without waiting for confirmation and hope the slaves will be able to handle it ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 20, 2011You did not answer my question. Open the data window and look at the prices at that time.
What the hell is wrong with my platforms!
-
Ronald Raygun replied Dec 20, 2011Country code: US (1) and I have the suffix thing mostly working. Currently working on the signal management. What currently happens is the master sends the trade command to slave 1, waits for the response, then sends the trade command to slave 2. ...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 19, 2011What is the value of the price at that time?
What the hell is wrong with my platforms!
-
Ronald Raygun replied Dec 16, 2011Pair = StringSubstr(Symbol(), 0, 6); Suffix = StringSubstr(Symbol(), 6, StringLen(Symbol()) - 6); Problem is, some brokers have pairs that are both suffix and non suffix.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 16, 2011The scripts currently cannot handle suffixes so yes that would be a problem. I obviously released too early, but it's nice you are all catching these bugs.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 15, 2011Older dell laptop, 1.xx ghz processor, 1GB of ram (Probably DDR2). All I know is my named-pipes implementation doesn't work on his computer.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 15, 2011It was 32 bit and we still couldn't get it working. We concluded a more effective IPC method was required. We may have to use sockets.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 14, 2011Have you? I don't see new requests at Brynmawr114...
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 14, 2011Skype me, you might have an interesting anomaly I need to factor in.
My Own Broker Arbitrage
-
Ronald Raygun replied Dec 14, 2011Attach the slaves first. Attach the master, and watch the three dots after 'running' are they moving?
My Own Broker Arbitrage