Quote:
Originally Posted by Kalenzo
Who said that this is my thread  I'm only modest creator of that indicator. It is Cocoracas who is developing the strategy with the ea.
And about Emily v8 I think you should fix the problem with lot management - when I was testing it I was getting message that I don't have enough margin - this is a bug - you should check if you have enough money to put order to the market before you will call order send function.
Try to add this statement before order send function:
Code:
if(AccountFreeMarginCheck(Symbol(),OP_BUY,lots)<=0
||
GetLastError()==134) return;
Above code will avoid printing the messages about not enough money, however this will not slove problem with counting the right lot size.
Another thing that can haste this ea is to use iRsiOnArray function instead a few loops like it was done in the first version of the indicator.
Those are just my few cents  I'm really happy that this thread is developing 
|
Thanks Kalenzo
But really is very dificult to find the way now for this AE. I`m not a programer. Only know to copy and paste

Only I take some good thinks from you, Alejandro, fxbabie, and some more and put together in the same AE. The result? You can see...is not bad idea.
For the enough money message...I know. This is the risk. For this reason need one more indicator.
At the moment the best version from Emily is the version v8.
I think now is moment for other person continue this work.
This is a work for a TEAM not for one person. For one person is to hard work.
No obstant, I am working in live account with this AE from yesterday, and if you do manual stop in some orders, no 100% automatic, is a very very good AE.
Ok, if do you like to continue this work, for me no problem I like it. For the copiright IS NOT MY COPIRIGHT. I dont want to sale this AE.
For my part, this AE is free code
If the people make good money with one AE no body need to sell the AE. is stupid think this.
Thanks a lot for all your stupend work kalenzo. We will be in contact
Regards