all ea sample you can download source code from mql5.com
https://www.mql5.com/en/articles/497
https://www.mql5.com/en/code/1104
https://www.mql5.com/en/code/16727
https://www.mql5.com/en/code/1135
https://www.mql5.com/en/code/23220
https://www.mql5.com/en/code/17137
https://www.mql5.com/en/code/8499
https://www.mql5.com/en/code/16762
https://www.mql5.com/en/code/22693
https://www.mql5.com/en/code/22573
https://www.mql5.com/en/code/1649
https://www.mql5.com/en/code/23338
the problem for one perceptron is not enough for trade
advice to modify that EA
1. add more input
1.1 add more input like more price (maybe shift price)
1.2 add more input like more Timeframe
1.3 add more input like indicator MA, CCI, RSI, BB
2. add more weight
3. add bias
4. add activate function (Sigmoid, Relu, softmax)
5. add more perceptron to multiple perceptrons
6 . add more layer ( add more 2 hidden layer)
reference code 1 perceptron
add more
one perceptron not enough for trade forex
some code has only 4 input, I think is not enough for can trade
input can be more price
input can be all timeframe from 1 minute to monthly
input can be multiple indicators MT5 have 38 indicator build-in without use external indicator
some code has only 4 weight I think is not enough for perceptron
some code does not have bias mush be added to the perceptron
some code did not have an activated function
all code has only 1 perceptron again add it more
all code is only 1 layer need to add more layer 1 hidden layer or 2 hidden layer
modify more
recommend making 1 perceptron to multi perceptron or complex perceptron
recommend making 2 layer perceptron
explains
Neural Networks from Scratch - P.1 Intro and Neuron Code - YouTube
this clip explains to know and code better
so, EA has perceptron inside still limited a lot
Better than EA build-in code perceptron is External software like using python with real AI . (using Keras and TensorFlow or PyTorch)
most AI trade is python program that code with API from broker and trade directly to the broker (not using MT4, MT5)
MT5 have MetaTrader for Python so you can using pure python trade via MT5 (without mql5)
however MetaTrader for Python using like EA mode on MT5 (require open MT5 and enable using Expert Advisor)
https://www.mql5.com/en/articles/497
https://www.mql5.com/en/code/1104
https://www.mql5.com/en/code/16727
https://www.mql5.com/en/code/1135
https://www.mql5.com/en/code/23220
https://www.mql5.com/en/code/17137
https://www.mql5.com/en/code/8499
https://www.mql5.com/en/code/16762
https://www.mql5.com/en/code/22693
https://www.mql5.com/en/code/22573
https://www.mql5.com/en/code/1649
https://www.mql5.com/en/code/23338
the problem for one perceptron is not enough for trade
advice to modify that EA
1. add more input
1.1 add more input like more price (maybe shift price)
1.2 add more input like more Timeframe
1.3 add more input like indicator MA, CCI, RSI, BB
2. add more weight
3. add bias
4. add activate function (Sigmoid, Relu, softmax)
5. add more perceptron to multiple perceptrons
6 . add more layer ( add more 2 hidden layer)
reference code 1 perceptron
add more
one perceptron not enough for trade forex
some code has only 4 input, I think is not enough for can trade
input can be more price
input can be all timeframe from 1 minute to monthly
input can be multiple indicators MT5 have 38 indicator build-in without use external indicator
some code has only 4 weight I think is not enough for perceptron
some code does not have bias mush be added to the perceptron
some code did not have an activated function
all code has only 1 perceptron again add it more
all code is only 1 layer need to add more layer 1 hidden layer or 2 hidden layer
modify more
recommend making 1 perceptron to multi perceptron or complex perceptron
recommend making 2 layer perceptron
explains
Neural Networks from Scratch - P.1 Intro and Neuron Code - YouTube
this clip explains to know and code better
so, EA has perceptron inside still limited a lot
Better than EA build-in code perceptron is External software like using python with real AI . (using Keras and TensorFlow or PyTorch)
most AI trade is python program that code with API from broker and trade directly to the broker (not using MT4, MT5)
MT5 have MetaTrader for Python so you can using pure python trade via MT5 (without mql5)
however MetaTrader for Python using like EA mode on MT5 (require open MT5 and enable using Expert Advisor)
Attachments
-
Artificial Intelligence.mq520 KB · Views: 118
-
artificialintelligence.mq512 KB · Views: 67
-
combo_right.mq515.6 KB · Views: 67
-
Gold Dust.mq572.7 KB · Views: 90
-
macd-neuro-example.mq58.8 KB · Views: 62
-
MTC Neural network plus MACD.mq523.7 KB · Views: 81
-
MTC Сombo v2.mq526.2 KB · Views: 60
-
neuro-example.mq57.5 KB · Views: 59
-
NeuroNirvamanEA 2.mq541.1 KB · Views: 97
-
NeuroNirvamanEA.mq539.1 KB · Views: 85