Discussion of article "How to Secure Your Expert Advisor While Trading on the Moscow Exchange" - page 2

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
Yes, that's right. However, trading limits protect against the price falling or rising to infinity. Therefore, the price will still not be able to move away from the current price by more than five per cent (average price limit level). Limits can be extended during the day, but it still takes time, during which you can close your positions safely.
Yeah, I see. Is this the case for all exchanges/instrument types ? I.e. is this article applicable, for example, for trading currency futures ?
I remember what happened in January with the franc. There was a rush, not to say that there were any daily limits.
Yeah, I see. Is this the case for all exchanges/ types of instruments ? I.e. is this article applicable, for example, for trading currency futures ?
I remember what happened in January with the franc. There was a rush, not to say that there were any daily limits.
I did not say that we should skip the signal. On the contrary, it is better to wait for the spread to close (on the next tick or a little further) and enter the market by working the signal.
Imagine, your robot receives an Ask stream, wanting to enter a long at 50: 43, 44, 47, 48, 80. It receives Ask 80 and enters the market.
No, my suggestion was to smooth out this 80 with volume (for analysis) and enter with a limit at the level we are interested in.
But I am not saying that you should trade with limiters and control the spread.
I got it, misandestanding )
Yes, that's right. However, trading limits protect against the price falling or rising to infinity. Therefore, the price will still not be able to move away from the current price by more than five per cent (average price limit level). The limits can be extended during the day, but this will still take time, during which you can safely close your positions.
Ploughman:
Yeah, I see. Is this the case on all exchanges/type of instruments ? I.e. is this article applicable, for example, for trading currency futures ?
I remember what happened in January with the franc. There, as it went on, not to say that there were any daily limits.Clarification.
Vasily, trades are closed (usually for 10-15 minutes) to expand the limits. And you cannot close your positions - only after resumption of trading it is not clear at what price.
The only thing you can do is to remove limit orders.
Clarification.
Vasily, to expand limits, trades are closed (usually for 10-15 minutes). And you cannot close your positions - only after resumption of trading it is not clear at what price.
The only thing you can do is to remove limit orders.
"The price of the limit level in the exchange execution mode can be both above and below the stop price of these orders".
Probably the limit level should be at the minimum stop price level (SYMBOL_TRADE_STOPS_LEVEL) or more, and only in the direction of the current price?
That is, for BUY_STOP_LIMIT the limit level is at least STOPS_LEVEL less than the stop level.
Or is this not the case for exchange execution?
"The price of the limit level in the exchange execution mode can be both above and below the stop price of these orders".
Probably the limit level should be at the minimum stop price level (SYMBOL_TRADE_STOPS_LEVEL) or more, and only in the direction of the current price?
That is, for BUY_STOP_LIMIT the limit level is at least STOPS_LEVEL less than the stop level.
Or is this not the case for exchange execution?
Imho, the stop level (STOP_LEVEL) is only deferred from Bid.
A couple of new order types are good, yes. However, they are good to use for breakout strategies. For breakout strategies, you will have to create an order "in the image and likeness" of a stop-loss order. The author's orders don't change during their "life", but if such orders are "managed" (moved), it's a real pain in the arse.
"The price of the limit level in the exchange execution mode can be both above and below the stop price of these orders".
Probably the limit level should be at the minimum stop price level (SYMBOL_TRADE_STOPS_LEVEL) or more, and only in the direction of the current price?
That is, for BUY_STOP_LIMIT the limit level is at least STOPS_LEVEL less than the stop level.
Or is this not the case for exchange execution?
...Limit orders can have better or worse prices than the current one, which makes it possible to configure complex strategies.
Vasily, so I can place a Buy Limit order _above_ Bid?
And, accordingly, Sell Limit _below_ Bid?
(So that they are not executed immediately, of course).
I found out [experimentally, i.e. interactively] that on FORTS - yes, a limit order can be placed in _any_ direction from its stop order [i.e. from the price of the stop-limit order].
But on FOREX the limit order, as always, must be <= price - when buying, and >= price - when selling.