This EA was improved (attached) and this version does not use martingale feature.
Besides, some settings (set files) were uploaded for the old/original version (attached as well):
- for EURUSD M1;
- for USDCAD M1;
- for EURUSD M5.
Printable View
Hi NewDigital,
I am interested in this EA, so I put it on a demo account a forward tested for a couple of days. You will find the results attached as well as the settings I used on EURCHF, M1 time frame.
The odd thing I realised is that the EA opened hardly any sell trades and if it did so, it closed the sell trades within seconds in loss. Can you ask the author what could be behind this behaviour? Is there a fixed version available?
Regards,
Chris
This is Ilan EA - one of the modification of it - so I do not know who created this modification. We may ask igorad to improve but he is overloaded for now with many requests.
So, pelase, remind me about this EA in the beginning of the next week on this thread and I will send a request to Igorad.
Thank you.
In the meantime I found something suspicious that might cause the phenomenon I wrote in my post #72 above.
I think in Row 94:
we should replace HH to LL, so it should be something like this:Code:if(( Bid < HH && Bid < iLowest(Symbol(),60,0,5,1) && ShortTrade )
I will try it, anyway.Code:if(( Bid < LL && Bid < iLowest(Symbol(),60,0,5,1) && ShortTrade )
Hi Chrisstoff,
Please check out the fixed Ilan EA where to avoid this problem I just commented this piece of code:
Code:if(( Bid < HH && Bid < iLowest(Symbol(),60,0,5,1) && ShortTrade) || (Bid > HH && Bid > iHighest(Symbol(),60,0,5,1) && LongTrade ))
{
CloseThisSymbolAll();
Print("Closed All due to TimeOut");
}
Regards,
Igor
Ultra - ATR scalping tool - indicator for MetaTrader 4
Attachment 26140
Quote:
Experimental indicator I wrote for myself. It's made to show some reference (it's more like a rifle scope, than a rifle). Main components are pip scale, ATR/pivot, MA level, RSI, and spread alert. Can be used on any timeframe, but since it's made for scalping it is somewhat adjusted for M1-M15.
I checked the following two indicators for scalping and it works fine:
AllAbsoluteStrength_v2.1 600+ indicator is on this post.
AllAbsoluteStrengthTrend_v1.2 600+ indicator is on this post. This is updated AllAbsoluteStrengthTrend indicator with ability to plot CCI mode.
Attachment 26770
And this is the results (visual statement for trading) using the following indicator (with template) from premium section: AccountEquityAnalyzer_v1.1 indicator is on this post[COLOR=#333333] (premium section link):
Attachment 26771