Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Hi All,
Please test-thanks.
Works on ECN brokers (5 digits) on M1, M5.
If M15, etc.
change to higher #: = 40,50,..
extern int rev_buy2 = 30;
extern int rev_buy1 = 20;
extern int rev_sell2= 30;
extern int rev_sell1= 20;
Bongo
Hi All,
Please test-thanks.
Works on ECN brokers (5 digits) on M1, M5.
If M15, etc.
change to higher #: = 40,50,..
extern int rev_buy2 = 30;
extern int rev_buy1 = 20;
extern int rev_sell2= 30;
extern int rev_sell1= 20;
Bongo
Could you provide a description of how this works, since no mq4 is posted to review?
It is simple...
if (Open[2]>Close[2] && Close[1]>Open[1] && Open[2]-Close[2]>rev_buy2*Point......
2 candels- just you have to change distance between open and close.
This ea is working on M5.
If you want to use higher time frame you must change rev_buy2, etc.
I'm testing EA on FXCM (uk), 2-3 times a day NO connection, specialy
before news (20-30 minutes).
At the moment I don't have a VPS to test your EA for some days, anyway, I tested it for around 12 hours.
You will find some picts about the results of the test. I see the EA with gains in a consistent manner, but I think it is very dangerous by the form in which stop loss is handled. You can see in the pics 2 and 3 that two operations had 93 pips of draw down, and then the price came back to gain each one 5 pips.
I think that one trade can eat all the gains produced for many many trades.
How do you manage the stop losses? Can you improve it in order to do the EA less dangerous?