Edit Your Comment
How program Lot = EURGBP x GBPUSD ?

forex_trader_318221
Mitglied seit Apr 07, 2016
37 Posts
Aug 13, 2016 at 11:05
Mitglied seit Apr 07, 2016
37 Posts
Hi guys!
I’d like to program an EA that open a position with lot = ((EURGBP’s bid + EURGBP’s ask)/2 x (GBPUSD’Sbid + GBPUSD’s ask)/2). How can I do it? What function I should use in the MetaEditor for return the quotation of EURGBP and GBPUSD ?
Thanks!!!
I’d like to program an EA that open a position with lot = ((EURGBP’s bid + EURGBP’s ask)/2 x (GBPUSD’Sbid + GBPUSD’s ask)/2). How can I do it? What function I should use in the MetaEditor for return the quotation of EURGBP and GBPUSD ?
Thanks!!!

forex_trader_25447
Mitglied seit Dec 21, 2010
127 Posts
Aug 13, 2016 at 20:23
Mitglied seit Dec 21, 2010
127 Posts
By theory :
1. To read Ask and Bid for any pair, you need that pair to be listed in Market Watch window.
2. Then you can use MarketInfo("EURUSD",MODE_ASK);
But I recommend you to have 1 open chart for each Symbol.
Then you can read info for any of this Symbols.
1. To read Ask and Bid for any pair, you need that pair to be listed in Market Watch window.
2. Then you can use MarketInfo("EURUSD",MODE_ASK);
But I recommend you to have 1 open chart for each Symbol.
Then you can read info for any of this Symbols.

*Kommerzielle Nutzung und Spam werden nicht toleriert und können zur Kündigung des Kontos führen.
Tipp: Wenn Sie ein Bild/eine Youtube-Url posten, wird diese automatisch in Ihren Beitrag eingebettet!
Tipp: Tippen Sie das @-Zeichen ein, um einen an dieser Diskussion teilnehmenden Benutzernamen automatisch zu vervollständigen.