Hello, fxDreema
I want to use martingale model in my EA.
What should i do ?
I can make trailing stop functions for my EA but i can't make my EA Sell every 30pip
This is example martingale model that i want.
Thanks
Hello, fxDreema
I want to use martingale model in my EA.
What should i do ?
I can make trailing stop functions for my EA but i can't make my EA Sell every 30pip
This is example martingale model that i want.
Thanks
______So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.
But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:3qdehdxz]
Thanks.
I'm glad to my ideas have participate for develop fxDreema.
your suggest its work for me. I will try adapt it on my EA.
ps:I'm so sorry for wrong command of english[/quote:3qdehdxz]
I try to adapt it on my EA already.
But have something not normal.
When I'm run EA just a few minute that function (AboveOrBelow) value is stuck. (1 or -1)
What should i do with problem ?
Thanks
This link is my EA adapt with function AboveOrBelow.
https://fxdreema.com/shared/v6S6YvVce[/quote:3qdehdxz]
Sorry I'm wrong.
I'm found error point already. 
____So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.
But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:3kfiyixp]
Thanks.
I'm glad to my ideas have participate for develop fxDreema.
your suggest its work for me. I will try adapt it on my EA.
ps:I'm so sorry for wrong command of english[/quote:3kfiyixp]
I try to adapt it on my EA already.
But have something not normal.
When I'm run EA just a few minute that function (AboveOrBelow) value is stuck. (1 or -1)
What should i do with problem ?
Thanks
This link is my EA adapt with function AboveOrBelow.
https://fxdreema.com/shared/v6S6YvVce
When I use ZigZag indicator in my EA.
I compile and have error point every time.
I try to fix it by change from
double HH[0]; ArrayResize(HH,0);
double LL[0]; ArrayResize(LL,0);
to
double HH[1]; ArrayResize(HH,0);
double LL[1]; ArrayResize(LL,0);
it's work.
but I don't want to fix every time to compile. What should I do ?
Example in Picture
Now, I use trailing stop by ZigZag points
but I have one problem. (Again ? ha ha)
this method not good enough for real trade.
I want to add some pip from ZigZag. What should i do ?
This about method i use
https://fxdreema.com/shared/h6wo7Hahc
Example in picture
__So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.
But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:380199hp]
Thanks.
I'm glad to my ideas have participate for develop fxDreema.
your suggest its work for me. I will try adapt it on my EA.
ps:I'm so sorry for wrong command of english
How to use double conditions in one indicator ?
I am new user and I'm subscribe already.
I think, fxDreema that works for me. Thanks Radoslav.
but I have one problem.
I want to my EA analyze two condition in one indicator.
Example:
First : CCI cross above -100
Seccond : CCI cross above 0
Finally : open order buy
https://fxdreema.com/shared/MQo89Fyab
so I try 2 method but it not work.
Method 1 : it not working to order
Method 2 : it will order when cross above -100 to 0 in 1 bar only
Help me plz..
ps:I'm so sorry for wrong command of english