Experts: NeuroNirvamanEA

 

NeuroNirvamanEA:

The trading system is based on a simple neural network.


Author: Vladimir Karputov

 

Awesome well done.

Just want to know how you test so many parameters.

 
Stanton Roux :

Awesome well done.

Just want to know how you test so many parameters.

In the code description, an exemplary optimization procedure is described in detail.

 

hi, i have done all above using strategy tester, to but i don't see any trade orders in demo..all i see is alerts window of buy and sell messages.below example i see the experts tab messages:

2018.12.28 19:32:03.993 silvertrend_signal (EURUSD,M5) Alert: Silver Trend PERIOD_M5 EURUSD BUY


 
tiffin :

hi, i have done all above using strategy tester , to but i don't see any trade orders in demo..all i see is alerts window of buy and sell messages.below example i see the experts tab messages:

2018.12.28 19:32:03.993 silvertrend_signal (EURUSD,M5) Alert: Silver Trend PERIOD_M5 EURUSD BUY


PLease, Show two screenshots from the strategy tester:

tab "Settings"

 tab "Inputs"

 
Thanks for prompt reply, see the two screen shots after the all optimization steps. 
Files:
CaptureNN1.JPG  61 kb
CaptureNN2.JPG  107 kb
 
tiffin :
Thanks for prompt reply, see the two screen shots after the all optimization steps. 

Read the optimization technique: https://www.mql5.com/en/code/20708 - Step 1, 2 and 3.


To get the result you need to make a mind and effort. Try and you will succeed.

NeuroNirvamanEA
NeuroNirvamanEA
  • www.mql5.com
The trading system is based on a simple neural network. A similar code based on a bilayer neural network: MTC Сombo. All optimization stages are performed in the "1 minute OHLC" mode. Step 1 Set parameter Pass to 1 - this is the key condition. At this stage, such parameters are optimized (please note columns "Start", "Step", and "End") Step 2...
 
Vladimir Karputov:

Read the optimization technique: https://www.mql5.com/en/code/20708 - Step 1, 2 and 3.


To get the result you need to make a mind and effort. Try and you will succeed.

hi, i have done all the 3 steps one by one using the settings mentioned above and afte the third step i have the "Pass" as 3 as mentioned in instructions. after doind all that, i am only getting the alert pop-ups not actual trades in demo account..not sure what am i doing wrong here..
Files:
CaptureNN3.JPG  54 kb
 
tiffin :
hi, i have done all the 3 steps one by one using the settings mentioned above and afte the third step i have the "Pass" as 3 as mentioned in instructions. after doind all that, i am only getting the alert pop-ups not actual trades in demo account ..not sure what am i doing wrong here..

You have not done anything - you have shown screenshots for which there are no changes. Read the instructions carefully. Carefully live tester log.

Everybody does it, but you don’t enjoy it. So you do not read well.

 
i think i see what i've done wrong Captain, after very optimization, i haven't run single test to update optimized inputs before going to next step..let me do the exercise again..
 
tiffin :
i think i see what i've done wrong Captain, after very optimization, i haven't run single test to update optimized inputs before going to next step..let me do the exercise again..

Yes. The main thing is to pay attention to my screenshots - screenshots that are attached to the description of Steps 1, 2 and 3.