Gamestudio Links
Zorro Links
Newest Posts
Why Zorro supports up to 72 cores?
by 11honza11. 04/26/24 08:55
M1 Oversampling
by 11honza11. 04/26/24 08:32
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, VoroneTZ, Quad, 1 invisible), 837 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Newbie question: MT4 EA > Zorro Plugin > Oanda API #469190
11/07/17 18:13
11/07/17 18:13
Joined: Nov 2017
Posts: 6
WA
Y
Yosh Offline OP
Newbie
Yosh  Offline OP
Newbie
Y

Joined: Nov 2017
Posts: 6
WA
First post...and it's a newbie question.

I found Zorro-Project while searching for an Mt4 bridge to Oanda's API. (this is not an advertisement) http://fixapitrading.com/ This website is the only bridge that I have found, but its $1000. What I'm trying to do is use my MT4 EA's to trade using the Oanda API (which is now free yay). My question is..does the Zorro MT4 Plugin do the same exact thing, enabling us to use MT4 EA's and trade directly via the API? What I'm looking for is

MT4 EA > Zorro Plugin > Broker API

I know that with Oanda the MT4 EA will need to be programmed/configured for the "unit" lot sizing that Oanda uses.

I'm still learning simple-c right now and most of the EA's that I want to run are way to complex for me to code.

Re: Newbie question: MT4 EA > Zorro Plugin > Oanda API [Re: Yosh] #469201
11/08/17 08:58
11/08/17 08:58
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
You can theoretically do that, since Zorro S can connect to MT4 and Oanda at the same time. But it requires rewriting the EA for trading through Zorro. You need the EA source for that.

Re: Newbie question: MT4 EA > Zorro Plugin > Oanda API [Re: jcl] #470515
01/17/18 22:42
01/17/18 22:42
Joined: Nov 2017
Posts: 6
WA
Y
Yosh Offline OP
Newbie
Yosh  Offline OP
Newbie
Y

Joined: Nov 2017
Posts: 6
WA
Option1: Rewriting the entire EA into Zorro/C would be ideal but not financially feasible. The EA uses a breakout system and broker latency/slippage sensitive.

Option2: With MT4 via Zorro S Bridge would the EA be able to run on MT4, with just the lot sizing having to be re-written in the EA? Does this approach increase the order execution speed on Oanda side? From what I udnerstand it would go MT4 > Zorro S Bridge > Oanda/API?

Thanks

Re: Newbie question: MT4 EA > Zorro Plugin > Oanda API [Re: Yosh] #470520
01/18/18 11:30
01/18/18 11:30
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Instead of trading, the EA must send the trades to Zorro, which in turn sends them to Oanda. For sending the trades to Zorro, the EA must poll the ZorroRequest function similar to the Zorro EA, and return the position parameters f.i. as a response on CMD_BCOMMAND codes. That's the basic principle. It is possible, but not a trivial task, because the MT4 bridge is designed for sending trades in the other direction.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1