Upon reviewing the records, I noticed that this only happens when there is 0.0 pips slippage. When there is slippage, the EA would modify the order and it won't have time to open a duplicate order.
Posts made by BravoOne
-
RE: Opens 2 positions Simultaneouslyposted in Questions & Answers
-
RE: Opens 2 positions Simultaneouslyposted in Questions & Answers
@seb-0
Here's the journal record on that trade (there is 3 hours difference in timestamp):
Here's the expert's record on the trade:

-
RE: What to Use as Percent of Opposite stopposted in Questions & Answers
70 was the right integer to use. Thank you for your help.
-
Opens 2 positions Simultaneouslyposted in Questions & Answers
My EA opens the same position at the same time.
I have a once per bar block at the top so this should not happen at all.
This scenario doensn't happen all the time. It only happens once in while. As you can see on the screenshot below. The last trade is of the same nature but it did not get duplicated.

Have any of you experienced the same thing?
-
What to Use as Percent of Opposite stopposted in Questions & Answers
I would like to start the trailing stop at 70% of the opposite stop. Should I just input 70 or 0.70?

-
RE: Need a guide on thisposted in Questions & Answers
@l-andorrà How to get the highest CLOSE in a range?
-
RE: How to get timestamp of highest high in custom indicator range.posted in Questions & Answers
@roar I might need your help here.
-
RE: Highest Value of RSIposted in Questions & Answers
How do I save the value of the ID to another variable?
-
RE: Highest Value of RSIposted in Questions & Answers
@roar Would it be possible to get the candle ID of the highest RSI value using this loop?
-
How to get timestamp of highest high in custom indicator range.posted in Questions & Answers
I am using RSI as a custom indicator and would like to get the timestamp (or candle ID if possible) of the highest value in a given range.
For example in the screenshot below, I would like to get the timestamp of the value indicated by the red arrow.
.I wish there was an option to get Candle ID by Range of Candles option in the block shown in the screenshot below.

Thank you for your help.
-
RE: How to find lowest and highest value from indicator x-candles?posted in Questions & Answers
@fxDreema is there a way to get the candle ID of the Highest High in a custom indicator buffer range? Currently what we can get is only the value of the highest high or lowest low. It would be nice to be able to get the candle ID as well.
-
RE: How to Use Check Profit (Period of time) Block?posted in Questions & Answers
@l-andorrà Im using these blocks.

-
How to Use Check Profit (Period of time) Block?posted in Questions & Answers
Im confused with this block. I wanted to stop the EA from opening new trades for the day whenever a certain profit objective is met.
What should I put in Time 1?
What should I put in Time 2?The instructions are the same for each field (see attached screenshot).

-
RE: How to Define Single Setting for Multiple Blocks Using the Same Indicator?posted in Questions & Answers
@noctis I haven't. I will try this one. Also would it be better using a variable and not a constant?
-
How to Define Single Setting for Multiple Blocks Using the Same Indicator?posted in Questions & Answers
Is it possible to set a universal input for multiple blocks using the same indicator?
For example I am using RSI in 5 condition blocks but I don't want to set 5 RSI settings. I just want to define 1 RSI that will be used in all the 5 blocks. This would make optimization a lot easier.
How do I go about this in the builder?
Thanks!