9 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
50
views
Getting last days prices on iLow(NULL,PERIOD_H1,0)
i have an expert advisor that runs on daily timeframe, in it i need to get a few candles low prices. candles are from 1 to 7; when i use iLow(NULL,,PERIOD_H1,0) till iLow(NULL,,PERIOD_H1,7) i get ...
0
votes
2
answers
797
views
Can't make iteration with #property strict
I have this code working without error. Basically, this code is to show value of Moving Averages on five previous bars per 5 minutes. MA's current value is omitted.
int TrendMinDurationBar = 5,
...
0
votes
1
answer
219
views
Google Freebase Login using Google Client lib
I am tring to write to Freebase using MQLWrite.
I manage to write using the Freebase Query.
I enter the url and get an error saying
Login is Required
I am using C#.
another thing to mention is I ...
0
votes
1
answer
139
views
How do I update a non-unique property in Freebase?
I've been working on a calorie counter and I'm slowly making progress on my MQL write. The issue that I'm having currently is updating the recipe itself which is in the /common/topic/description ...
1
vote
1
answer
104
views
How to update subobject with mql
I'm working on a calorie counter and I can create new recipes, but I am having problems trying to update an ingredient.
I can create an ingredient with the following mql:
{
id: recipeId,
'/food/...
2
votes
1
answer
328
views
Login to Freebase for MQLWrite operation
I try to work with Freebase repository. It is possible to make MQLRead request but for this it not necessary to login into repository itself. MQLRead operation is well documented on Freebase wiki site,...
3
votes
1
answer
506
views
freebase search api
How can I only return results which have a notable type?
IE when I have the default example:
https://www.googleapis.com/freebase/v1/search?query=nirvana&indent=true
It normally returns ...
2
votes
1
answer
296
views
freebase cURL and mqlwrite with PHP
Hi am doing some testing on the Freebase sandbox, but I can't get the following request to work. It hangs for ages then returns nothing. I have also outputted curl_getinfo() if it helps anyone work ...
1
vote
2
answers
490
views
cURL and Freebase's Api
I am having problems with the freebase MQL login service. I am making a post request then the freebase api should send back headers which I will then analyse and get information from.
But the only ...