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.
we can make the E A provided people are willing to post certain codes for my coders .
It is not a problem.Do not send $50 for development of this EA.Just add to the following rules and I will hire a professional coder for the EA.
1)If the price is the price is higher than the last day's close by a %ATR buy , but if the price is lower than the last day's close by % atr by but if it is lower than the last day'sclose by %ATR sell
2) If the price is the price is higher than the last four hour close by a %ATR buy , but if the price is lower than the last four hour close by % atr by but if it is lower than the last 4 hour close by %ATR sell
3)Do not open trades between the following hours if the price action is as follows between news time ie 9 am to 10 am CET and 13 hours and 14 hours CET
4)If there is inside bar on x and y time frame after a % of ATR move buy or sell counter trend if the time period of x hours has not seen a lower low or a higher high
5)If after a move the price fails to go past the previous low or previous high buy or sell , but if it goes past the previous low or high by % of atr sell or buy
Please add to this coding and quote and change number to 6,7,8,9,10 etc
I don't understand what you want to try to achieve:
- to replicate Better's EA ?
- to do your own NN EA?
- to do something completely different
For the moment I guess it is the last one because from the third post there is no link to NN anymore.
What we know from Better's EA is that inputs are based on Moving Averages and that it uses a Probabilistic Neural Network. And that's it.
I think that there is no point to try to replicate the EA because it will be anyway impossible as it needs to be trained the same way.
If you want to do your own or a Forex TSD NN EA , that is much more interesting because the only thing that exists currently is just a Perceptron that was taken from the metaquotes site and I think nobody has bring it further as far as I know.
To use a Probabilistic NN would be very interesting.
But then you cannot put rules such as if .. then
You need to define your inputs (moving averages or something else like OHLC...) outputs (for instance probability for a Buy / Sell) the data you request for the learning process, the data for the testing process and to have a PNN software that you can train and from which you can "import" the training results in an EA.
I guess that at the beginning the first issue to tackle is to find or program a PNN software.
If you want to do your own or a Forex TSD NN EA , that is much more interesting because the only thing that exists currently is just a Perceptron that was taken from the metaquotes site and I think nobody has bring it further as far as I know.
To use a Probabilistic NN would be very interesting.
But then you cannot put rules such as if .. then
You need to define your inputs (moving averages or something else like OHLC...) outputs (for instance probability for a Buy / Sell) the data you request for the learning process, the data for the testing process and to have a PNN software that you can train and from which you can "import" the training results in an EA.
I guess that at the beginning the first issue to tackle is to find or program a PNN software.
Can these rules not work in an EA and combine them with indicators?.
Ideally you ask your ea to look for maybe 50 different conditions to be valid for an entry and let trade management take care of the exits
- good public discussionthread in analytics section.
- some NN files are here.
Others:
1. Indicators and systems development: 1.1. Self-trained MA cross!: development thread for new generation of the indicators; 1.2. Levenberg-Marquardt algorithm: development thread. 1.3. Genetic Algorithm: elite section development thread.
2. EAs: 2.1. CyberiaTrader: big public thread and elite section thread. 2.2. GSelector:
- Self learning expert: good pubic thread;
- thread about trades is here;
- elite section thread is here. 2.3 AI EA is on this thread and this one. 2.4. Forex_NN_Expert EA and indicator: original thread.