Is it possible to build triangular arbitrage EA in mt5

 
Am a python programmer i programmed a triangular arbitrage  bots for cryptocurrency. Now a good deal drove me to forex trading i want to build a triangular arbitrage bot. i tried to understand how to do triangular arbitrage manually on MT5 before building the EA bot for it but i understand None. i only use my exchange demo account for it. i dont know how to cross sell in MT5 to gain arbitrage possibility or is it done in a diffrent way..
 
mallerk:
Am a python programmer i programmed a triangular arbitrage  bots for cryptocurrency. Now a good deal drove me to forex trading i want to build a triangular arbitrage bot. i tried to understand how to do triangular arbitrage manually on MT5 before building the EA bot for it but i understand None. i only use my exchange demo account for it. i dont know how to cross sell in MT5 to gain arbitrage possibility or is it done in a diffrent way..
You can use Python with MT5

https://www.mql5.com/en/articles/5691
 
tomm73:
You can use Python with MT5

https://www.mql5.com/en/articles/5691
Thanks my problem is creating the bot cause am new to mt5
 
mallerk:
Thanks my problem is creating the bot cause am new to mt5

There are many examples in the documentation and additionally in codebase for you to examine.

You can do it.

 
tomm73:
You can use Python with MT5

https://www.mql5.com/en/articles/5691
Thank you, good share.
 
https://www.mql5.com/en/articles/3150
 
Forex isn't like the crypto markets. In the crypto markets, arb opportunities can exist for minutes or longer. Those same type opportunities in forex are gone in a matter of milliseconds or less. Very large hedge funds spend millions of dollars developing the infrastructure to capitalize on these opportunities and have made it nonviable to try to compete with them at the retail level. Your only shot with any retail platform is to have an asynchronous order system that can fire off multiple concurrent orders and hopefully you get lucky on the fills. It's a fun thought experiment and prints big money in the back-tester, but I would recommend pursuing other strategies.
 
Permutations and Combinations
Permutations and Combinations
  • www.mql5.com
It doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. Or more specifically, given a set of N objects, you want to consider k of them at a time (for each combination or permutation). Practically, combinations and permutations algorithms can be used as a...
 
mallerk:
Am a python programmer i programmed a triangular arbitrage  bots for cryptocurrency. Now a good deal drove me to forex trading i want to build a triangular arbitrage bot. i tried to understand how to do triangular arbitrage manually on MT5 before building the EA bot for it but i understand None. i only use my exchange demo account for it. i dont know how to cross sell in MT5 to gain arbitrage possibility or is it done in a diffrent way..

https://www.mql5.com/en/articles/3150

Triangular arbitrage
Triangular arbitrage
  • www.mql5.com
The article deals with the popular trading method - triangular arbitrage. Here we analyze the topic in as much detail as possible, consider the positive and negative aspects of the strategy and develop the ready-made Expert Advisor code.
Reason: