Keep it simple stoopid....

Triangular Arbitrage 16 replies
Nerr Smart Trader - Triangular Arbitrage Trading System 17 replies
Triangular Arbitrage and carry trade 6 replies
Triangular Arbitrage 7 replies
DislikedWhat could be useful and worth trying though, is cluster indicator. I've heard about it from a fella trader and have read about it but not much. Basically it takes one currency and compares it against other pairs. Ideally it should compare it against 24 pairs, but then it gets so laggy that any computer will freeze, so i believe the indicator uses 8 pairs only to compare the pair to. This way you can see if the currency is appreciating or depreciating against many other currencies. Please see the link below, you'll find much more info there about this indicator.
http://articles.mql4.com/484Ignored
DislikedFinding arbitrages in all sorts of different markets is the only reliable way to make money (while these inefficiencies exist). Strategies based on price indicators don't work very well (all technical indicators are price based), since they tell you what happened in the past, not what is happening now and you are looking for patterns that are suppose to have a high probability of recurring, but they don't have to...
I am very much interested in arbitrage in the forex market, but I have been unable to find anything so far. Is anyone else working along similar lines?Ignored
QuoteDislikedForex Arbitrage is an arbitrage among real rates and synthetic cross rates in different local markets.
For example, suppose a trader has accounts with forex brokers in New York, Tokyo, and London. As far as local quotes are determined by local players, there are sometimes arbitrage opportunities among different locations. In our case the real rates are gbp/usd 1.6388 1.6393 (NY), eur/usd 1.1832 1.1837 (Tokyo), and the cross rate eur/gbp is 0.7231 0.7236 (London)
In such situation exists risk-free arbitrage opportunity with estimated profit equal to $13.1 on a mini contract. Indeed buying 100,000 EUR for $118,370 (10 mini lots or a one standard lot), and selling 100,000 EUR for 72,310 GBP, and selling 72,310 GBP for $118,501 gives zero exposures in EUR and GBP with profit of $131.
Such arbitrage is possible if the trader's positions are netting (clearing) by some "clearing house".
A one possible way to realize this strategy is to find three brokers having the same clearing firm. Then you should make agreement with this clearing firm on "netting" services. It means that clearing firm will clear (net) your positions across three pairs at specified time using the opening rates. For example, in the example above suppose you had opened the following positions long 100,000 EUR/USD; short 100,000 EUR/GBP; and short 72,310 GBP/USD at 10:00AM and instructed the clearing firm to clear these position at 16:00 PM at the opening rates. The netting/clearing gives the following results: Long EUR from the first pair and short EUR from the second pair gives zero exposure in EUR. Long position in GDP from the second pair and short position from the third pair gives zero exposure in GBP. Short position from the first pair ($118,370) in USD and long position from the third pair ($118,501) in USD gives you $131 profit without open positions and exposures.
The second possible way is to use some agreements (options or swap) to guaranty clearing/netting at these specific rates, which give risk-free arbitrage profit.
DislikedI forgot to post the formula.....
A/B * B/C = C/B
A,B,C = your pairs.
Note some pairs are represented "backwards" so you have to divide by 1 to get the correct value.
If this formula is not true then you have an arbitrage opportunity. you can realize your profits in any of the currencies by changing what you are buying or selling. Also note that you have to use the correct value (bid or offer) depending on the direction you are going.Ignored
DislikedI have written an algorithm which can find arbitrage among major pairs in less than 20 milliseconds. If used the right technology, It can find arbitrage among major pairs in less than 10 milliseconds,
The only problem is that no retail broker allows you to trade in Tri Arb. If you open a postion, the only way to close it is by selling your holdings back into the original pair.
One thing I can imagine big banks and hedge funds doing is to have multiple brokers and spread the trades across each broker.
Also, arbitrage doesn't have to be only among three pairs. If you have 5 pairs like USD, AUD, JPY, EUR, and JPY, the program that I wrote gives me the arbitrage something like
USD -> EUR -> JPY -> GBP -> AUD -> USD.
One thing to notice is that arbitrage only exists if the spread is less than 2 pips. If its more than 2 pips, it ends up costing you instead.
If anyone is interested in seeing the results of my algorithm, message me.Ignored