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
Not yet.
I am also interested in this question. I'm waiting for the broker to connect the quote stream for the stock section. Because it would be difficult to do without all the depth of the stock for full-fledged futures trading.
And access to the market data on absolutely all instruments of the Moscow Exchange should be made from a single terminal. If you want to view the futures - open a terminal with an Forts account, and if you want to view the foreign exchange section - open a terminal with foreign exchange (for now - so). /And then you have to think how to pull one chart from another terminal and attach it to the first one for joint analysis. This is no way to do it.
But, this year metaquotes are promised to connect all sections and the quotes of all sections will be accessible from any terminal of the broker, regardless of the account section.
When that happens I will be fully satisfied )
Is there a hole in OI and buyers/sellers or not ?
In Quickswitch if you turn it off, a hole is formed for that time + the depth of history is only the current day, unless you make special settings on the broker's server.
is there a hole in OI and buyers/sellers or not ?
In Quickswitch if you turn it off, a hole is formed for that time + the depth of history is only current day, unless you make special settings on broker's server.
I don't use OI in trading yet. I'm not working with Quicksilver that long, and MT5 even less so. I think this data is collected by MT5 broker's server in real-time mode, but I don't know the details.
So we are waiting for an answer from more experienced MT5 users)
is there a hole in OI and buyers/sellers or not ?
In Quickk if you turn it off, a hole is formed for that time + the depth of history is only current day, unless you make special settings on the broker's server.
Good day !
And what do YOU understand by OI ?
If this:
Then MT5 doesn't have it.
In MT5 this is not the case.
barabashkakvn:
Как насчёт SYMBOL_SESSION_BUY_ORDERS и SYMBOL_SESSION_SELL_ORDERS?
buy + sell = total number of open orders.
buy + sell = total number of open orders
Volodya!
Orders, for your information, are NOT open positions!!!!
You refer everyone to the handbook, now it's your turn to read it.
Volodya!
Orders, for your information, are NOT OPEN POSITION!!!!
You refer everyone to the handbook, now it's your turn to read it.
Maybe you will attach the indicator to the chart after all :) ?
And, also - I do not know to whom you have addressed now. There is a function on the forum - quoting, and there is no need for familiarity.
Changed the OnCalculate() code slightly for clarity
Changed the code of OnCalculate() for clarity
PositionsTotal
Returns amount of open positions.
intPositionsTotal();
Returned value
Value of int type.
Note
For each symbol, only one position can be opened at any given time, which is the result of one or more trades.
Positions should not be confused with pending orders, which are also displayed in the "Trade" tab of the "Toolbox" panel.
The total number of positions on the trading account cannot exceed the total number offinancial instruments.
See also
PositionGetSymbol(), PositionSelect(), Position properties