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.
On the last EA, I still did not have the moving average right. I noticed it today, I forgot to change the price to weighted.
Here is a fixed version of it, and I also added the option to change the time frame of the moving average. I still left the default to 60 (which is the 1 hr). but if you want to try a 5 min, just change the MAtime to 5.
jhp2025,
how many tp points would you like? It shouldn't take too long, I just have to add some lines of code.
as for adding the daily open line, I am sure it wouldn't be too hard, but I am not very experienced with programing in metatrader. I will look into it and see.
Again, I appreciate your time and willingness to share your EA with us. Haven't had the chance to optimize the TP and SL.
TimeFreedom
Quote:
Originally Posted by davidwillis
On the last EA, I still did not have the moving average right. I noticed it today, I forgot to change the price to weighted.
Here is a fixed version of it, and I also added the option to change the time frame of the moving average. I still left the default to 60 (which is the 1 hr). but if you want to try a 5 min, just change the MAtime to 5.
jhp2025,
how many tp points would you like? It shouldn't take too long, I just have to add some lines of code.
as for adding the daily open line, I am sure it wouldn't be too hard, but I am not very experienced with programing in metatrader. I will look into it and see.
__________________
"Believe none of what you hear and half of what you see."
Last edited by TimeFreedom; 01-30-2008 at 12:58 AM.
Sorry for bothering you both, I wish that I could have 5 TP and SL accordingly if possible, but if not, then don't wasing your time. I've already appreciate your will from earlier stages till now.
Well, why I launch idea to enter market earlier. Because of points differences which is too much, for example, with H1 we get sell signal at 212.70, but if we compare it with M5, then we got 212.91. In GBPJPY, it's a pitty with 21 points gone in our earlier steps.
The worst is, the EA open the wrong direction, it open long . So I delete the order. While from the other computer, I did manual short at 212.70.
FXDD came a bit earlier (was still sleeping here), but the MOM was still above 100.
Overall it should be a sell anyway from around this area!
__________________
Happy Trading...
"Failure is only a temporary change in direction to set you straight for your next success."
"Winning is a habit. Unfortunately, so is losing."
"It’s so simple to be wise. Just think of something stupid to say and then don’t say it."
Sorry for bothering you both, I wish that I could have 5 TP and SL accordingly if possible, but if not, then don't wasing your time. I've already appreciate your will from earlier stages till now.
Well, why I launch idea to enter market earlier. Because of points differences which is too much, for example, with H1 we get sell signal at 212.70, but if we compare it with M5, then we got 212.91. In GBPJPY, it's a pitty with 21 points gone in our earlier steps.
The worst is, the EA open the wrong direction, it open long . So I delete the order. While from the other computer, I did manual short at 212.70.
Happy trading for all...
sorry, I only changed it so that you could use the 2ma on the 5 min data. You will still need to have the ea on the 1 hr chart, and it won't open until the 1 hr bar is over. I would need to go through and change a bunch of stuff to make it work right on any chart. I may have time this next weekend to work on that.