Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 467
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all, I noticed this thing - quotes from different dealing centres are different. (OMG) I downloaded EURJPY archive for M30 from http://www.fibo-forex.ru/trader/download_quotes.html and compared it to Admiral-Demo server - Admiral Markets Ltd.
c fibo-forex:
c Admiral-Demo:
The differences are obvious, although not significant. In principle, I imagine that this can somehow be written off as an error. But, this begs the tricky question: is a dealing centre capable of deliberately providing quotes that differ so much from the actual, that some transaction could fail for this reason, i.e. to provide deliberately false data in order to deliberately break the client's trade?
The quotes have always differed everywhere.
First of all, each broker has its own agent.
And then the record is made on the basis of the data that came in at a certain point in time.
If we are talking about historical quotes, it depends on the agent.
If we are talking about current quotes. Sometimes they may be different on one account with one broker.
Well, just because one batch didn't arrive.\
Don't worry. - it's normal.
Help me solve this problem:
There is an arrow indicator(any) with two buy and sell arrows, I need to do something to memorise the numbers of the last three bars on which the buy arrows appear and the same for the sell arrows.
last bar i.e. current = 0
penultimate = 1
create a variable or array
like this int buy0, buy1, buy2;
respectively with the help of brute force
from 0 bar to e.g. 100 bar, look for arrows, i.e. if the buffer with arrows has an arrow, save it buy0 = bar number
then continue searching and find the second arrow
and so on 3 arrows
when we have found three arrows, exit the loop with break function
Trying to get the values of the current candle as in the textbook
I get every tick
on the current candle values at the open price
how to get the real values
Close[0]!=rates[0].close????
In the old build of mt4 when you start to enter the name of the function automatically enabled the search in the list of names by start characters in the new build this thing is disabled ...how to bring it back?
I can't see how it works now, but it's case sensitive, that's the whim of the developers.
It works the same way now, only it's case sensitive, which is a whim of the developers.
Can't you turn off this case-sensitive feature?
can't this case dependency be turned off?
Maybe the developers will be pleased and then listen to the wish of the workers to remove the case dependency as in the old ME...