I'm trying to creat a simple trade manage EA
-
Trade manager EA, with fixed TP, SL and also based on the CCI.
the idea is to open the trade manually, the EA should insert the TP and SL, and if there is a change on the CCI (red to green, green to red/ CCI crosses level 0 up or down) the trade should be close, if there is no change on the CCI the trade should be close at TP or SL
Like if im in a long trade and the CCI changes from green to red the trade should be close, if im in a short trade and the CCI change from red to green the trade should be closed. But I can't seem to make it work properly.Thanks

-
@rubvil Cannot help you if you do not share the indicator, but it would go something like this. Insert buffer for buy

-
@alphaomega thanks for reply and help
The indi I use is !!!!DoubleCCI-With_SMAv79.21.mq4[0_1606047759657_!!!!DoubleCCI-With_SMAv79.21.mq4](Uploading 100%)
Thanks
-
@rubvil The link is wrong. Can you please try it again?
-
@l-andorrà sorry but when I try to upload a message appears that says "error you do not have enough privileges.."
[0_1606067964225_!!!!DoubleCCI-With_SMAv79.21.mq4](Uploading 100%)
-
@rubvil For some reason the file is not correctly uploaded. Can you pleasde use any free uploading service instead?
-
-
@rubvil As far as I can see the indicator is correctly identified by fxDreema. Depending on the conditions you need, there should be no problem ti implement it.
-
@l-andorrà thank you I really appreciate your help. I'm having trouble putting the EA all together. I'm confuse about how to have two different SL, one based on pips and other based on CCI change from positive to negative and vice versa
-
@rubvil This is the way to do it with pips:

Can you please provide some example about the second option with CCI. Not completely sure what you mean.
-
@l-andorrà hi l-andorrà thanks for your help i am very grateful.
i made a simple example of how the EA should work (set TP, set SL and close trade if theres a change on CCI)

thanks
-
@rubvil OK. Let's begin. Can you please share your project?
-
@l-andorrà i dont have much, i need to know to to add the CCI condition as SL

-
@l-andorrà i notice that theres no need to use that specific CCI (!!!!DoubleCCI-With_SMAv79.21.mq4) the one on the terminal does the same thing..

-
@rubvil Ok. Could you please share the link of the project instead of just a screenshot?