[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 36
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
What will happen, what can happen if
buy, sell without specifying a margin for slippage.Usually +- 2 points are put in.
The response is a requote.
And if no slippage value is set, is it guaranteed to buy?
So... Requote, that's the broker's wish.
If he doesn't have the opportunity, he doesn't trade.
How long should we wait after that (according to trader's ethics) to repeat the sell, buy request again?
So... Requote, that's the broker's wish.
If he doesn't have the opportunity, he doesn't trade.
How long should you wait after that (according to trader's ethics) to repeat the sell, buy request again?
It depends on how long you watch a pickpocket take your wallet out of your pocket while laughing in your face and about to spit in it (your face).
Change the company. I recommend Al*ari - ECN accounts, no such crap there.
What will happen, what can happen if
buy, sell without specifying a margin for slippage.Usually +- 2 points are put in.
The response is a requote.
And if you don't set the slippage value, is it guaranteed to buy?
You can forget about this setting. Requote occurs if the EA wants to take your money, they do not care what the slippage is and they will do it anyway.) This is the reality of algotrading most of the scam companies who call themselves "the best broker XXXXX" (XXXXXX - insert name of a continent or galaxy, whatever)
Change or change the setting, everything stays the same.
Hello ! Can you give me a description of the current bar +1. For example i need the price of the next bar, not the present one.
Asc and bid are current only.
If you want high/low/open/close, then use that:
high[0] - current bar high
high[1] - high of the previous bar
Etc. etc.
Hello ! Can you give me a description of the current bar +1. For example I need the price of the next bar, not the real one.
The above replied, I'll add to it:
1) terminal does not store information about past Ask, i.e. there is only current Ask, same with Bid.
2) Bars are built by Bid prices, i.e. Close[0] = Bid.
Thank you very much for the answer! But still, how to describe the future bar following Ask[0],Bid[0]?
Hello There is an indicatorhttps://www.mql5.com/ru/code/7176
It works well on history. In real life it is very tattered, etc.
Is it possible to redraw/recalculate this indicator every bar or every interval?
For example if you trade on m5 and waiting for a signal it may not come, you are waiting for 15-20 minutes, then you switch to any other timeframe and again on m5 and it turns out that you have a signal. You switch to another timeframe and again on m5 and it turns out that it was there 10 minutes ago. How can you automatically recalculate it without switching to another timeframe?
I have a strange thing going on here. Here is the function for opening orders:
You can see that the stop is placed at the previous candle's extremum + indent. Nevertheless the tester constantly argues about wrong stops and stubbornly generates error 130. In visual testing everything looks appropriate, stops even visually exceed stopLevel. Although I am testing at Alpari, stops can even be placed within spread. I do not understand why there is an error on stop.
What else could it be?
By the way, the order on the screenshot is open, there is an error here too: