CCI
-
My have a CCI EA with with a buy condition of >0 and and sell condition of <0. My issue is that if I close a trade manually it immediately opens again, and does the same when it hits a stop loss.
-
@chen-0 Is hard to say from a sentance but, you need to add some logic to prevent trades opening.
-
@jstap How can I do that?
-
@chen-0 So do this of x happens. create a shared link and add here if what you're doing doesn't seem to work.
-
@jstap I fixed the issue of opening new trades after a close, howerver the issue now is that it doesn't open trades even after a cross takes place.https://fxdreema.com/shared/637sstNze
-
@chen-0 I don't turn blocks on or off, that being said in your journal you can see what has happened.
-
@jstap Pls give me an alternate method, you are not addressing the issue.
-
@l-andorrà pls see above and intervene.
-
@chen-0 That's because the issue is yours, you can back test to see why, you can then try other methods, and work out what will work for you. Everything that is done works from a logical point of view, so basically if X happens do Y, if Y happens do X etc.