The problem with that is that every new pip with a new high/low, the condition will be true and a new trade will be open. Is that what you want?
Posts made by l'andorrà
-
RE: place order each time a candle reaches new high/Lowposted in Questions & Answers
-
RE: PRIMER CIERRE RENTABLE.posted in Questions & Answers
@salek ¿Ha de ser siempre la vela inmediatamente posterior a la de apertura de la operación o puede ser cualquier otra vela posterior en el tiempo?
-
RE: Equity +20% (or -20%) compared with the initial Balanceposted in Questions & Answers
Well, the truth is that I'm not an expert at terminal variables.
I just shared info to show previous threads on how to do it, but I would not be able to do it myself, sorry. -
RE: Stop Loss Candle Body High/Low and not High/Low Priceposted in Questions & Answers
That's not a trivial thing to do. You need to create a loop searching for those values and then store the highest/lowest one into variables. Are you familiar with loops and variables?
-
RE: Combines 2 expert advisor togtherposted in Questions & Answers
@capebo Please open a new thread for your question instead of kidnapping this one.
-
RE: CreateButtomFororderposted in Questions & Answers
Duelistking is correct. Buttons cannot be used in backtest as if on real/demo market. Are you ready for that?
-
RE: Recourse to the trailing stop functionposted in Questions & Answers
@cw66668 Both of them are available here:

-
RE: Can someone output my robot for me? I will pay for it.posted in General Discussions
@RezaZare You just need to download the files. What is the problem?
-
RE: WHAT IS THE MEANING OF ONCE PER BAR?posted in Questions & Answers
@RezaZare Can you please open a new thread for your question instead of taking this one?
-
RE: 'No trade nearby', opposite direction onlyposted in Questions & Answers
Then you need to use a variable storing that information. Every time a new trade is open, you can use a boolean variable storing that info that can ba used later for what you need.
-
RE: Stop Loss Candle Body High/Low and not High/Low Priceposted in Questions & Answers
How is this candle body considered? Regardless the type of candle (bullish/bearish) or not?
-
RE: No trade nearby, Please How to open only on losing sideposted in Bug Reports
Not sure what you exactly mean. Do you mean you want to open a sell only when the last buy in a grid is already open, maybe?
-
RE: WHAT IS THE MEANING OF ONCE PER BAR?posted in Questions & Answers
@YOSEF Correct. In your example, the trade will be open only when the condition is true, not before. And then no new trades will be open until next week.
-
RE: The buy now and sell now blocks do not calculate lotsize on gold correctlyposted in Questions & Answers
@luc123 Sure. Don't hesitate to be back here to let us know.
-
RE: Stop Loss EA For Each Single Tradeposted in Questions & Answers
@Fibonatic I recommend substituting both blue 'close trades' blocks by pink 'close' ones. That will make sure the selected trades will be closed only.

