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.
jan001,
Thanks you. I will try that code and see if it makes sales as well.
His code is a simple PNN. Attached is an exemple that I found on the internet, that let the PNN vector containt another vector. This could be a next try, let the PNN vector contains a vector of values such as MA, MACD, Stochastic, ATR ratio.
Better make it a digital output, buy or sale, and always make it in the market.
this way is simpler. IF we have case, buy, sale, or stayout of market, that will make is complicated.
jan100,
I don't think the EA doesnot make sell operation during forwarding demo test, is the fault in the code. It shall be classified to 1 or 0, and has nice result from sell operation during the backtest. The problem is that it does not doing sell during forward test.
Sugar! now the PNN make a sell operation after I changed the code according to Jan100s specification! First sell operations during my demo forward testing. and it is nice entry and nice winning position.
(I put the pnn trainer as EA on another EURUSD chart, så it can collect data in real time as well, maybe later can make it a cache pnn trainer and a very 5 min writting to file trainer....).
1) I first put the pnntrainer on EURUSD M1 date from (currentdate-3days) till current date. Every tick. It takes about 3 hours to get the trainer done. I have a very powerful labtop. 2CPU + 4GB ram
2) then put the PNN EA on the EURUSD and same time period, to do the stoploss and take profits optimization. the set the optimized value for stoploss and take profits for both trainer and EA.
3) then I put the pnn-trainer as EA on EURUSD M1 chart, and put the PNN EA on another EURUSD M1 chart. Hope the trainer now will collect the tick in real time and the expert will do the op in realtime.
JAn100,
After I changed the code, it just make now sell operation. I manually closed some position, it just very stabben and immediately open a sell position after I have just closed one sell. So you see there are many sell there. (I hope this EA does not forget how to make BUYs later).
I was think if I manually guide the EA now, close bad trading and keep the good tradinng maybe the trainer will learn better what is good and bad.
i had the same problem earlier this day, but i used quite a tight TakeProfit (8pips). it opened another long position right after hitting the TP with the first long position.
i trained the EA only for yesterday (Every Tick), but I didn't recieve good backtesting results for the trained period.
Earlier i recieved almost perfect results with lower modeling quality instead of "Every Tick".
How are your backtesting results for the trained period?