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.
Please explain why do you think that? I want to improve this EA. I'm not tight to this idea. If you think of some improving idea, please post it here.
All I did was taking the protrend trade along with the countertrend taken by the original emacross. I did that to benefit from the current trend, instead of waiting for the trend to change (like the original idea). This way, the countertrend order remains the same as in emacross, but we will have an extra protrend trade which will make extra profits.
Please explain why do you think that? I want to improve this EA. I'm not tight to this idea. If you think of some improving idea, please post it here.
All I did was taking the protrend trade along with the countertrend taken by the original emacross. I did that to benefit from the current trend, instead of waiting for the trend to change (like the original idea). This way, the countertrend order remains the same as in emacross, but we will have an extra protrend trade which will make extra profits.
I don't like so much hedging because it's not based in an established trend.
You buy because "perhaps trend changed because I'm lossing!" but you don't verify that.
This ea itself is using verified trends, so ... hedging is take a trade without any confirmation ... for me it's dangerous.
Please explain why do you think that? I want to improve this EA. I'm not tight to this idea. If you think of some improving idea, please post it here.
All I did was taking the protrend trade along with the countertrend taken by the original emacross. I did that to benefit from the current trend, instead of waiting for the trend to change (like the original idea). This way, the countertrend order remains the same as in emacross, but we will have an extra protrend trade which will make extra profits.
Your ea is also doing hedging? I thought the first one doing it was the v.3 from codersguru.
Please explain why do you think that? I want to improve this EA. I'm not tight to this idea. If you think of some improving idea, please post it here.
All I did was taking the protrend trade along with the countertrend taken by the original emacross. I did that to benefit from the current trend, instead of waiting for the trend to change (like the original idea). This way, the countertrend order remains the same as in emacross, but we will have an extra protrend trade which will make extra profits.
cucurcu,
Your idea is very good. Taking a pro-trend to protect you from the counter-trend drawdown is a good idea.
But, it needs further work to be a good hedging system.
In my opinion the hedging system must have these features:
1- It must be a user choice (Your version force the user to use the hedging system).
2- It must go with a loser position only, which means you have not to open a hedging order for a position which makes profits?
3- It has to be closed as soon as possible because it’s not an original position but a hedged one. Your EA opens opposite direction trade with no StopLoss which means you trading in the boss directions and when one of them is closed (usually with TP) the other continue.
I think there's a point we missed in both of our modifications
User choice - I agree. This was only a raw version for testing. The final version should have an extern bool.
It must go with a loser position only. I agree to this too, but let me explain how I think.
1. My mod does open one long and one short right from the start. Let's say the trend is upwards. The long will be closed in profit and the short will have a floating loss. (So far, the original emacross would have only the floating loss and no ptofit from that long).
When the trend reverses and goes down, the short position starts to gain.
2. The emas are crossing again (down) and the mod opens other two trades: one long & one short. In total we will have 2 shorts and 1 long. The original emacross would have only the short here(if it isn't closed with profit yet) or only one long (if the short was closed).
Now here is the problem! There are two ways:
a) the prices continue to fall, which is great, we have 2 shorts that will close in profits and we will remain with the long having a floating loss (like the original emacross)
b) the prices will rise, closing our long with profits, but letting us with two losing shorts.
How do we solve that? What do you think about leting only 2 trades at the time? In my example, on the second cross, not take the second short, take only the long (as the original emacross), but still keep the previous short. In total we will have 1 long & 1 short. ... the rest is like in step1 looping.
May be this is the point that we both are missing.
I hope I have explained this clearly.
Best Regards.
I would like to know a couple of things. For your testing, do you go pro or counter trend?
And do you enter immediately when placing the EA on the chart or do you enter on crosses only?
Thanks
Eric
Eric,
I have counter trend set to true as well as the immediate trade. I will keep running that demo account to test version 2 with those settings while we all discuss version 3 and the hedging feature.
Thanks. And do you restart the EA from time to time or is it running 24/7? I'm asking because i'd like to know what the entries are based on.
Cheers
I let it run 24/7 during the week, then shut it down for the weekend and restart on Sunday. Other than that, I have not intervened in any trades at all. I don't remember if it has opened fresh trades when I open the platform back up for each new week, but I don't think it has, although that could be because there have been open trades. The one trade that was stopped out for -325.00 I have no idea about, maybe that happened when I upgraded to the latest version 2. Not sure.