Thank you!!!!!
Posts made by bagheria
-
Close all trades after the firstposted in Questions & Answers
Hi all!
How can I close all trades when one of them close in first.
I explain, I have 3 sell trades. The first closed and I want the others close at the same time. Look at the picture below.Thanks for all!

-
RE: Indicator many candles laterposted in Questions & Answers
Sorry for the late. Thank you @jstap . I will try
-
Indicator many candles laterposted in Questions & Answers
Hi everyone! I have a somewhat unusual request. I have an indicator that sometimes sends a signal several candles later. The goal isn't to take a position, but rather a simple warning. How do I draw a line (no matter where on the chart) if the signal appears even 10 candles later?
-
Positions from alertsposted in Questions & Answers
Hi all!
Very small question. I have an indicator that shows arrows to take a long or short position. But these arrows are not in the "Color" tab but only in the "Inputs" tab. Do you know how to trigger a buy order when an alert appears? Thanks for your help

-
RE: Problem with output buffersposted in Questions & Answers
@Alex81 Sorry but it doesn't work. Look. Here for buy condition. Is that right?

-
RE: Problem with output buffersposted in Questions & Answers
@Alex81 Thank you very much. So you think I can change the output buffers and add 1 for short and 2 for long like that?

-
Problem with output buffersposted in Questions & Answers
Hi all,
I have a question concerning output buffers. Look at the attached screen.
How can I parameter "if the line change color green to pink"? The 3 colors are in the same output buffer... It is under MQL5Thanks

-
RE: Modify stops of tradesposted in Questions & Answers
Actually I don't have the problem anymore. I just forgot to specify that it had to be applied to all trades, even manual trades.
-
Modify stops of tradesposted in Questions & Answers
Hi all!
I'm sure this is a recurring question here and it must seem easy but I don't understand at all why it never works.
It's very simple, I open a position manually and I want the EA to automatically add a TP of 10 pips and a SL of 10 pips. On MQL5. And just 1 time per tradeThanks for your help
-
RE: Impossible to open on next candleposted in Questions & Answers
Thanks again. No worries. Finally I have recoded the indicator myself and it works now
-
RE: Impossible to open on next candleposted in Questions & Answers
@l-andorrà Thank you but I have cancelled my project. I have a better one. Really. A very good one. But I have a great issue.
I uploaded a custom indicator. But it seeems to keep in mind the previous configuration.
To be more precise, I made some mistakes when I write all Data Type, Value name..., so I erased it and begin again the configuration. But when I compile the code there are a lot of errors due to the indicator configuration. Look attached. Can you help me please?

-
Impossible to open on next candleposted in Questions & Answers
Hi all,
After a long time without forex markets, I am there again. Hope you are fine here!
So, my problem is the following.
-
I draw a line on my chart. On the previous open candle. I name it "SELL" for example.
-
I want for each M15 candle to move this line to the next open candle.
But the problem is I would like to see the line not move immediately but only from the next candle. Actually I use "Check age" block but I put "15 minutes" but if I am in late it seems the line will move too late. So, I need the line will move from the next candle, not now.
-
-
RE: Trade at the beggining of each candleposted in Questions & Answers
Ah ok, I undertsand. So normally, in H1 TF, if I put Period() in "Once per minutes" I will have trade only every hour. In M15 TF every trade will be at beggining of each candle. Right?
-
RE: Trade at the beggining of each candleposted in Questions & Answers
Ok, I understand. So for H1 TF, I can put "Period()" but for M15 TF can I put "Period(0,15,30,45)" or need I put "Period(15)" another block with "Period(30)"...?
-
RE: Trade at the beggining of each candleposted in Questions & Answers
@jstap said in Trade at the beggining of each candle:
This is what I mean, I regularly use it on live/demo/backtest, and it never activates except for the exact minutes. This block activates every x minutes from midnight, Period() is the minutes from the current chart using broker time (so each candle), and only happens at the current chart candle open/close.
Hi,
Ok, so if I want to open a trade at the beggining of each hour I need to put 0? Like that "Period(0)" ?
-
RE: Trade at the beggining of each candleposted in Questions & Answers
Thanks a lot for your answer. You mean like that? Just because it doezsn't work. On H1 timeframe I have trades at 11.34pm and 12.00pm...
