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.
I am wondering if it is possible to do the following;
1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period
3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?
Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.
thanks in advance for any thoughts/comments.
: ) Thom
__________________ Find a way to make someone's day
I am wondering if it is possible to do the following;
1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period
3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?
Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.
thanks in advance for any thoughts/comments.
: ) Thom
You mean that if SignalEMA crossed Exit EMA once again on the direction of the previous order so we may do re-enter?
Yes it may make sense.
Last edited by newdigital; 10-02-2006 at 07:37 AM.
I am wondering if it is possible to do the following;
1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period
3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?
Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.
thanks in advance for any thoughts/comments.
: ) Thom
I tried to code according to your suggestion.
I inserted "extern int MaxOrders" (maximum orders at the time). Default is 3. So we may select how many orders we want to have. It works (i checked).
But second codition for open orders (according to your suggection) does not work. I mean that I could not code it.
So we have the first condition and EA is working well according to this first condition. But I could not insert the second one using "else" or "||". Seems i did some mistake in version #2.
It should be several conditions for sell and buy through "or".
Hi ND, yes your example image with your text descriptions is exactly what i was attempting to describe in my post. Looking at your example one could see how locking in the original trades for profit and then getting a nice re-entry signal without the need of the original primary cross taking place might create a few more pips for us.
Thank you once again for your time and efforts here at FXTSD. (And Igorad, thank you too!)
: ) Thom
__________________ Find a way to make someone's day
Hi ND, yes your example image with your text descriptions is exactly what i was attempting to describe in my post. Looking at your example one could see how locking in the original trades for profit and then getting a nice re-entry signal without the need of the original primary cross taking place might create a few more pips for us.
Thank you once again for your time and efforts here at FXTSD. (And Igorad, thank you too!)
: ) Thom
Hi accrete,
Igorad e-mailed this EA to me.
I explained him everything and he coded the version #2.
I can not check it now as my real time is GMT+3.
So sometimes I am going to sleep
But if you can test it just to find some bugs so it may be good.
r backtest it with any modelling quality with visual mode (just start with visual mode, then click on "pause", then attach all the indicators according to the EA and continuing). It will help to find the bugs.