Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Nymphodora), 485 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 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,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
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,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
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