Deep learning EA - 3 changeable time periods / 6 changeable indicators / human-like behavior

指定

Hi,

Based on the screenshot below, I need an EA that is able to think the way I do, and enhance it to achieve better results. 

As you can see, I trade by analyzing the market dynamics on 3 different Timeframes (here H1, 15M, 50T), and 6 different indicators : 

Heiken Ashi, RSI, ATR, Stochastic, Parabolic SAR, Pivot Points (5 timeframes: 1M 1W 1D H4 H2, making the total 10 indicators)


Deep Learning Part : 

The objective of the EA is to take those 6 indicators as inputs and make predictions in each Timeframe. These predictions will be used as an input to make predictions in the shorter term Timeframes (H1 => 15M => 50T. Both H1 ans 15M predictions are used as inputs in 50T).

The prediction system has to be independent for each time frame, as the market does not move the same way in H1 and 50T, but H1 trend does impact 50T price changes. 

So we have 3 independent predictive systems using those 6 indicators, ending with 50T timeframe where there is actually 8 inputs, considering H1 and 15M, and the EA will trade in the shortest timeframe, that is 50T, when the risk/reward ratio is most optimistic.

The (trailing) stop loss, position size, and target profit, are also to be optimized by the EA according to what it has learned from the backtests ans its past trades : the position would be smaller if the risk/reward ratio is weaker, and the target will be farther if the prediction system thinks the upside is big, for example. 


Changeable Part : 

  • I would like the 3 time frames to be changeable, so I can for example chose H2, 30M and 1min if it’s more adapted to an other market. 
  • I would like the indicators to be changeable among a list, so I can select Moving Average instead of RSI if i want to. The idea stays the same, the EA will find by itself how to use Moving Average to be profitable. 
  • I would like to be able to make SL, TP and number of contracts fixed values if needed.


Let met know if anything is not clear, I’m open to discuss a more relevant approach. 

Price is negotiable, according to the results obtained and amount of work. 


反馈

3
开发者 3
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
4
开发者 4
等级
(91)
项目
144
38%
仲裁
67
15% / 48%
逾期
55
38%
空闲
5
开发者 5
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
independent-minded coder and algorithmic trader who has forged a solo career crafting financial strategies using MetaQuotes languages, MQL4 and MQL5. Driven by a blend of analytical thinking and a love for technology, John has become a self-made expert, navigating the dynamic world of algorithmic trading with finesse. With an unquenchable curiosity for financial markets and a knack for coding, John's daily routine
Skarito98 30 - 100 USD
Always stay winning and survive....we all want a better life now this is a chance someone can take,to change their lives for the better.No one is supposed to suffer in this world,we create and invert new things and come up with ideas to solve situations we come across especially when it comes to finance. We all need better things in life and God want good things for us
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

项目信息

预算
50 - 200 USD
VAT (21%): 10.5 - 42 USD
总计: 60.5 - 242 USD
开发人员
45 - 180 USD
截止日期
 10 天