• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:15pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:15pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Questions about MT4's Investor Password 2 replies

isn't changing investor password sufficient to block viewers? 0 replies

Investor password access for MT4 3 replies

Comprehensive list of results list of MT4 EAs and indicators 0 replies

programatically get the extern values 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe

how to get trade list programatically with investor password?

  • Post #1
  • Quote
  • First Post: Nov 10, 2013 5:49am Nov 10, 2013 5:49am
  •  matheszabi
  • Joined Sep 2009 | Status: Member | 1,027 Posts
How can be done what the Trade explorer does:

- given the investor password: get the list of the trades.
What webservice to use?
I want to buy PATIENCE
  • Post #2
  • Quote
  • Nov 10, 2013 11:08am Nov 10, 2013 11:08am
  •  szamoca
  • | Joined Oct 2013 | Status: Member | 25 Posts
Doesn't these work with investor pass?

Inserted Code
      for(int i=0;i<OrdersTotal();i++) // open positions list
      if (OrderSelect(i,SELECT_BY_POS) { .. }
      for (int i=0;i<OrdersHistoryTotal();i++) // closed positions list
      if (OrderSelect(i,SELECT_BY_POS,MODE_HISTORY) { .. }

Then you can export these infos into file or external programs.
 
 
  • Post #3
  • Quote
  • Last Post: Nov 10, 2013 11:34pm Nov 10, 2013 11:34pm
  •  matheszabi
  • Joined Sep 2009 | Status: Member | 1,027 Posts
Quoting szamoca
Disliked
Doesn't these work with investor pass? for(int i=0;i<OrdersTotal();i++) // open positions list if (OrderSelect(i,SELECT_BY_POS) { .. } for (int i=0;i<OrdersHistoryTotal();i++) // closed positions list if (OrderSelect(i,SELECT_BY_POS,MODE_HISTORY) { .. } Then you can export these infos into file or external programs.
Ignored
I don't know. Your code it seems to be for an EA, which require MT4 running, which require windows. And in plus require IPC with metatrader, which I don't know.
Trade list getting with investor password should run on a server, not at my Android phone - but I would use it the phone too if I could get working.
That server require windows. Now or I buy a VPS hosting with windows and run Metatrader there (around 20$ / month), or I buy static IP (new ISP contract + static ip = 15-20$ / month, the current ISP contract doesn't give me static ip)at let the netbook with windows serve me and make noise in my room.

My original idea it was to find a way for example a hostname with path and port and do a HTTP POST and receive data. I know MT4 use 443 port, but the communication it is not secured.

I am checking with Virtualbox + Windows + metatrader what solution can be.
I want to buy PATIENCE
 
 
  • Platform Tech
  • /
  • how to get trade list programatically with investor password?
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022