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
Hello, its my first post!
I'm using function copy_ticks_range from python API to get all ticks history of a symbol. (am i correct?)
The result is a csv with
According in information of CopyTicks the result is a collection of struct MqlTick, right?
The flags are:
noting the returned values the flags are is bigger of TICK_FLAG_SELL (64), what are the other flags?
My other question: how can i simulate a book of offers (market depth) from these ticks?
Similar to this image in attachment
When a buy tick subtracts from a sell tick and vice versa?!?!.