[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 514

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
Here is another point: this order opens on some fractal, on the fractal. If the last order is found, is there any way to find out what fractal it opened in?
Find the bar at which the order was opened ( iBarShift(Symbol(), Period(), OrderOpenTime ()) )
On this bar, there is that fractal.
I've set pips from the current price as 150 or 300, but it still won't work.
Hello!
Why does it only delete BUYSTOP but not SELLLIMIT? Although I have two orders open!
It's like a child's picture: Find ten differences... :)
When you delete orders, you have to do the loop from the end of the list. And you have return(0) inside the loop.
Hello all!
I can't place an order if I specify a stop loss:
Does the broker allow SL to be set when opening an order?
And where is NormalizeDouble?
Greetings, guys, please.
I've been struggling with this for over a week. Can someone who knows better draw the right code?
This Expert Advisor opens a deal in the same direction, where the stop-loss was. But with lot twice more, by this expression: lot=lot*koef;
I need it to multiply all losing trades with given number of times. I.e. 0.01,0.01,0.01; 0.02,0.02,0.02; 0.04,0.04,0.04; 0.08,0.08,0.08...... and only.
How many different counters have been re-done... NETTO
Haven't delved into the language in 4 years until I've had a breakdown. Here's all the code to think about...
Thank you very much!!!
I set pips of 150 and 300 from the current price and it still does not work.
Most likely you have an account with one of those brokers that forbids setting orders with take and loss.
The broker's support department is not allowed to discuss brokers on this forum.
Greetings, guys, please.
I've been struggling with this for over a week. Can someone who knows better draw the right code?
This Expert Advisor opens a deal in the same direction, where was the stop loss. But with lot twice more, by this expression: lot=lot*koef;
I need it to multiply all losing trades with given number of times. I.e. 0.01,0.01,0.01; 0.02,0.02,0.02; 0.04,0.04,0.04; 0.08,0.08,0.08...... and only.
How many different counters have been re-done... NETTO
Haven't delved into the language in 4 years until I've had a breakdown. Here's all the code to think about...
Thank you very much!!!
struggling with the same topic - where in the code is the previous loss trade recorded
you're comparing the cloze of different candlesticks what does this have to do with the loss?
I'm not blaming you, it's not my puzzle. I just found a similar algorithm that I need and am trying to finish it, just like I need it. https://www.mql5.com/ru/code/9927 What I took out, what I left in.
i want it 0.01,0.01,0.01; 0.02,0.02,0.02; 0.04,0.04,0.04; 0.08,0.08,0.08......