Questions tagged [mql]

For questions related to Freebase's Metaweb Query Language. Please use MQL4 and MQL5 for questions related to FOREX MetaTrader Terminal platform MetaQuotes Language.

Disambiguation was needed, as the MQL tag is, unfortunately, used for two different things:

  1. The Metaweb Query Language which is a JSON query-by-example style language used to query Google's Freebase.com

  2. MetaTrader Terminal platform programming language developed at MetaQuotes, Inc., under a code name MQL4 and MQL5 programming language. These compiled, c-like languages are used for complex control of the MetaTrader Terminal software used in Terminal/Server relation for foreign exchange trading, derivatives trading and commodities trading.

Most, but not all, StackOverflow questions relate to the first context of use.

For the sake of the second, rather use MQL4 or MQL5 respectively.

281 questions
0
votes
1 answer

Using the Freebase search api mql_output parameter to obtain linked data

I am trying to use the freebase search API to obtain the parties of specific politicians as well as general biographical data (using php). I know that the search api passes the id of each search result found to an MQL query specified by the…
Mark
  • 402
  • 1
  • 3
  • 11
0
votes
1 answer

What would the freebase MQL query for this?

I want to find the ceo of IBM. What would be the MQL query for this?
London guy
  • 27,522
  • 44
  • 121
  • 179
0
votes
1 answer

MQL - checking whether a topic has an associated image

I am using the Freebase Image Service eg. Image of Arnie However, many of the topics don't have images eg. Lord Voldemort How do I check the topic using MQL (and PHP) to see whether it has an associated image?
txchou
  • 647
  • 1
  • 6
  • 15
-1
votes
1 answer

Which database is Freebase.com using?

Is it a custom database, or are they using a 'classic' triple store ?
Eric Abouaf
  • 193
  • 1
  • 7
-1
votes
1 answer

Fibonacci retracement (line missing)

I have mql4 programming code of MT4 terminal's tool of Fibonacci Retracement. It automatically draws accurate % lines on chart regardless of type of financial instrument. The problem with the first code, which I am entirely copy pasting below, is…
Puppy00
  • 1
  • 1
-1
votes
1 answer

Get the angle of two cross line

I want to get the angle of crosspoint of line A and B. LineA = a1(100.0,100.3) to a2(100.1,100.2) LineB = b1(100.0,100.1) to b2(100.1,100.4) This Line A and Line B are crossed. But how can I get the angle of cross point?? double a1x = 100.0; double…
whitebear
  • 11,200
  • 24
  • 114
  • 237
-1
votes
1 answer

How to import data from mql4 (metatrader) to r in order to automate?

To work with the data and time series of the financial market in real time, most of the brokers that offer the platform metratrader allows the download of historical data of the pairs and indexes; This process is done manually to create a csv file.…
-1
votes
1 answer

Freebase find all bands from an artist?

If I have a band member, mid: "/m/0411131" (in this case Jack Barakat from All Time Low. How do I find all the bands he's been in using freebase.search or mql? -thanks
gbachik
  • 1,637
  • 3
  • 17
  • 29
-1
votes
1 answer

Semantic web to develop suggesion search box using vb.net and MQL

am developing a suggestion search box through which user enter any keyword initials and get the suggestions as a down menu (Jquery).The data source I want to use is from Freebase database (freebase.com). I want to use vb.net and Metaweb Query…
Dan
  • 343
  • 3
  • 9
  • 21
-2
votes
2 answers

How to use MQL with node.js?

I have created a Monitoring Metrics Dashboard in my Google Cloud Console. The dashboard is working as expected, but since my app is highly dependent on those metrics, I was thinking about creating a schedule to see these metrics data and update the…
Ravers
  • 988
  • 2
  • 14
  • 45
-3
votes
1 answer

Reverse engineering MQL files

Is there any body know how to reverse engineering MQL expert adviser files? mq4 or mq5 is file format that used for Meta Trader platform. I tried using cutter to disassemble the codes but it doesn't work. Thank you very much.
1 2 3
18
19