Expert Advisors: Bollinger Band width calculation with Neural Network using - page 2

 

Good afternoon,


I recently came across this thread and was interested, initially, because it was MT5 which I am trying to understand.


The EA is interesting and I am trying to understand 'what happens'.

If there is any progress and appreciate any update.

I also notice that I only seem to see BUY orders - i.e. NO SELL orders

 

Hello.

Your setpup is very similar to mine, but I use some other additions to the configuration you propose here.

My results have been more than satisfactory and that's why I decided to turn this into an EA.

If you could get in touch we could exchange knowledge and help each other.


Thanks for the project. It would be interesting to know what adaptations you have made over the years and the results.


Thanks


Marcus Vinicius Santos

 

Hi Suresh,


This is not a learning neural net;


You will need to make it train first before giving it work and randomly if we ourself decide the numbers for the neural weight then the AI will never adapt to the market conditions.


So we need something like GPT method or LSTM methods of neural compute , by the way this is something very close to the first step in designing an EA and hopefully one day everyone on trading desks will know how to work with these. We will have huge volatile moves.


Thanks for submitting code.

 
Good afternoon, is this Cod able to execute orders on several assets or just 1 asset for example I added the robot to 5 assets but it only executes on 1 asset as long as the order is not closed on that asset it does not open any more orders.