MQL 5 AI trading bot

指定

I am looking to develop an AI trading bot in MQL5 with tensorflow for scalping


Every tick :

- the information must be sent to the strategy pool :

* in this pool we have to develop different indicators to start with we can start with the 10 main ones and then we will add more to improve the system

* at the output of each indicator we must have an output if we must buy, sell or do nothing: 


At the output of each strategy, the information must feed a neuron at the input (each neuron can be processed by openCL), the neural algorithm is LSTM with Adam (Adaptive Moment Estimation Method)


with the learning on the history (for each strategy and the output) we should be able to develop an AI ==> in output we will obtain the signal to do: buy, sell, do nothing


and to know the positioning, another module for money management, SL, TP




反馈

1
开发者 1
等级
(31)
项目
41
20%
仲裁
9
11% / 89%
逾期
5
12%
空闲
2
开发者 2
等级
(9)
项目
19
16%
仲裁
3
67% / 0%
逾期
0
空闲
3
开发者 3
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
发布者: 38 代码
4
开发者 4
等级
(174)
项目
199
12%
仲裁
38
37% / 34%
逾期
5
3%
工作中
发布者: 2 代码
5
开发者 5
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi

项目信息

预算
40 - 200 USD