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.
Hmm. How are you going to avoid getting whipsawed when the market is consolidating? If that's by adapting the MA's you may be less than prepared for the beginning of a trend, no?
__________________
Mundus vult decipi, ergo decipiatur.
Thank you very much for your instant interaction to the idea!
Half of you had suggested Adaptive Moving Averages; this is really a great topic, but unfortunately is a faraway of my idea!
I'm the only person to be blamed for insufficient details about the idea!
I have to clarify the idea a bit further!
What I mean by STMA "Self-Trained-Moving-Average" is:
An expert advisor has the ability to test range of parameters to choose the best of them, very like the optimization option in MetaTrader strategy tester.
It's a simple neural network related expert advisor that trade the crossover of two moving averages – slow and fast – however, it can determine the best values of the slow and fast moving averages on the basis of the historical price data!
That's right!
I agree.
To make profitable EA based on MA crossing it was necessary to optimize it once a week or month to change the setting. Because there is some theory that EAs based on MA crossing can not be profitable for the long time without the settings changing periodically.
So if we have EA which will do it automatically it will be very good.
was tring to figure out a way to run multipul ma's in a certain time per like yesterday and take which ever made the most pips and use it for today. like i would have A,B,C,D etc and A would be 5-10 cross B would be 10-20 etc. have it calculate the pips of each cross to TP or dynamic close for 24 hrs or whatever timeper assigned and which ever is greator would be used. if A>b,c,d and e then A=final_cross_used until next check.
was tring to figure out a way to run multipul ma's in a certain time per like yesterday and take which ever made the most pips and use it for today. like i would have A,B,C,D etc and A would be 5-10 cross B would be 10-20 etc. have it calculate the pips of each cross to TP or dynamic close for 24 hrs or whatever timeper assigned and which ever is greator would be used. if A>b,c,d and e then A=final_cross_used until next check.
You have touched the idea! That's exactly what I was thinking at..
I don't if it'll be hard or not but the most important task is to write code to simulate the MT backtesting and return result of the testing to the EA/Indicator!
Hi! I just think that the self-trained MA should have a calculation about TP, SL , or Trailing Stop based on open high low close for some period like the last day or last 2 days when entering new trading, even we can change it for our best.
Beside of faster ma crossing slower ma, you may want to consider price crossing certain ma for example in one of the short course i attended, there was a suggestion of using 50 ema (in trading environment) to catch the price momentum of the GBPUSD (using 2 hour chart) and get out from the trade using an indicator i.e. stochastic perhaps. the 50 ema is quite significant and price will usually move toward the direction of the crosses (cross above means move up and cross below means price move down).
Just an idea, maybe you can come up with a great trading system .
Im going to try and use DDE to capture a short history that can be backtested with different methods and supply the best values. Not sure of the best way to make the values interact with a MT expert tho. I could duMp values to a CSV and perhaps import them into an expert. any ideas?