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.
From the last year I was studing about Neural Networks and make some advance with some profitable results, but not stable enough to put live.
Only with market values in not enough to get stable results, so I'm thinking in develop an EA based on 5 or more neural nets, each one with different indicators and cross validating the signals.
You guys can give some sugestions of good indicators that I can use in the neural nets?
Thanks by now.
u might want to try this.
design a trading system with maybe a moving average cross over
use the NN to filter and confirm on the signal to trade
this is what i am doing now and so far so good.
now im going to test on other pairs.
I am trying to make an EA with 3 filters, (open[1]/open[3]-1) - (open[3]/open[5]-1) - (open[5]/open[8]-1) .
It enter trade by Moving crossing signal with Takeprofit and stoploss,It will store 0 if the order lost , and will store 1 if it won , we will store many orders by these conditions.
For any new signals it will looking for 10 orders have conditions near of current signal.
Then it will calculate (10 orders/10) .
It will enter trade If the result was more than 0.6 .
Do u think this idea is good for NN EA? or there's other ideas better?
Last edited by forexsignals444; 07-02-2009 at 07:21 PM.
I am trying to make an EA with 3 filters, (open[1]/open[3]-1) - (open[3]/open[5]-1) - (open[5]/open[8]-1) .
It enter trade by Moving crossing signal with Takeprofit and stoploss,It will store 0 if the order lost , and will store 1 if it won , we will store many orders by these conditions.
For any new signals it will looking for 10 orders have conditions near of current signal.
Then it will calculate (10 orders/10) .
It will enter trade If the result was more than 0.6 .
Do u think this idea is good for NN EA? or there's other ideas better?