I'm running this EA on 11 different pairs, and while only running a single pair my "close trades" are working as expected. However, when I have trades open on multiple pairs, none of the trades will close. Is there a conflict in here that I'm not seeing?
Latest posts made by toddler4372
-
Closing Pair-Specific Trades - Conflict in Setup?posted in Questions & Answers
-
RE: Passing Multiple Conditions over X number of barsposted in Questions & Answers
I figured it out. I assigned Candle ID 1 to the RSI cross so that the indicator rise had a chance to happen on the current candle.

-
Passing Multiple Conditions over X number of barsposted in Questions & Answers
I'm trying to pass two conditions:
- RSI crosses above extreme (70, for example).
- RSI then drops at least 5 points (RSI %) at any point after the 1st condition passes.
- Sell.
And the opposite for buy. The "Price Crosses Indicator" condition allows for a certain number of bars to pass, but it still appears to want to pass the RSI cross (#1) at the same time, which of course won't work. I've read through a bunch of posts on candle counting and ordering the "once per bar," but I'm still stuck.
Here is what I have: https://fxdreema.com/shared/ckuE3kkWd

-
RE: Create Grid with Conditions of Minimum Distance + Indicator Signalsposted in Questions & Answers
I understand what's happening now (I think). It's placing orders fine based upon the grid settings. It's just that this one pending order (pictured below) was sitting inside a gap and ended up just opening when price opened below. The following order was then placed correctly on the grid based on distance.

So that leaves me with my main issue.
- I still need my two stochastic conditions to pass before the pending grid order is placed, but after the first order it doesn't seem to be accessing those conditions.
Ideas? (latest project share here)
https://fxdreema.com/shared/6YOF3yQ2d -
RE: Create Grid with Conditions of Minimum Distance + Indicator Signalsposted in Questions & Answers
@roar I just now tried what you suggested and it appears that it's still not respecting the pip distance. I set it to 30 pips and it was still placing orders 20-25 pips away. So I'm sure I missing something.
-
RE: Create Grid with Conditions of Minimum Distance + Indicator Signalsposted in Questions & Answers
Thanks for the reply, roar. I'll have to look into what you're saying and give it a try. I should add that my original post isn't quite accurate. It's placing trades based upon the stochastic conditions fine, it appears, but I need it to respect a minimum distance first even if the 2 Stochastic conditions are met. Ideas?
Here is a screenshot of the test:

-
Create Grid with Conditions of Minimum Distance + Indicator Signalsposted in Questions & Answers
I'm trying to enter an initial trade based on two Stochastic conditions, and if price travels against the position X number of pips, then enter additional cost averaging trades based upon the same Stochastic conditions. So far it seems that my grid is just basing itself only upon pip distance. Please advise, as I'm a bit stuck.