EA with multiple quote requests

MQL5 Experts

Spécifications

Hello, 

 i need an ea described as the followed. If something is hard to understand please let me know. 

I made a drawing to help to understand what i want (needs to be turned to the right):

drawing 

Description:

 

There is an  extern text list with the following assets:

NZDUSD, USDJPY, GBPUSD, EURUSD, EURCAD, EURJPY, AUDUSD, USDNOK, USDCAD

and the user can add more assets to the list.


Every instance of the EA receives the signal in the signal box (1.) from every listed asset, for every available time interval (M1 - W1).


1.

A signal box is in the left upper corner, which shows generated signals of all listed assets. It shows the timestamp, asset name, time interval and Call or Put (buy or sell). A row with Put has a red background color, a call row has a green background color. The user can close the box and the box pops up if a new signal was comes in.


Signal Generation:

RSI and Stochastics indicator crosses the upper range = PUT signal

RSI and Stochastics indicator crosses the lower range =  CALL signal

When a signal is generated, there will be made an entry in the signal box of every EA instance.


2.

Bar chart with Xtreme binary robot channel  indicator.


3.

A label which shows the ratio of won and lost signals, if they was traded. A signal should be simulated as a trade for 2 minutes and then closed. If there was made a virtual profit, the win counter gets incremented, if not the loss counter gets incremented by 1.


4.

A button labeled RSI which regulates, if new signals of this asset should be generated or not. 


5. A newsbox which shows news from investing.com.

The box can be closed and opened by the user. If the box is closed, it should pop up if a middle bis very high relevant news comes in.

The newsbox should show the relevance of the message and the relevant asset.


6.

A label which shows the change of the current asset since the last 30 minutes.


7.

RSI indicator configurable, default settings: period = 8, 85/15


Stochastics indicator configurable, default settings: 5.3.3, 80/20

 

Dossiers :

JPG
IMG_5063.JPG
2.1 Mb

Répondu

1
Développeur 1
Évaluation
(34)
Projets
80
34%
Arbitrage
13
31% / 54%
En retard
19
24%
Gratuit
2
Développeur 2
Évaluation
(219)
Projets
370
42%
Arbitrage
145
17% / 41%
En retard
124
34%
Gratuit
3
Développeur 3
Évaluation
(61)
Projets
120
34%
Arbitrage
17
18% / 41%
En retard
51
43%
Gratuit
4
Développeur 4
Évaluation
(258)
Projets
395
28%
Arbitrage
69
19% / 49%
En retard
120
30%
Gratuit
5
Développeur 5
Évaluation
(46)
Projets
73
16%
Arbitrage
13
8% / 92%
En retard
37
51%
Gratuit
6
Développeur 6
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
Commandes similaires
Здравствуйте. Я новичок в трейдинге. Ищу робота для торговли золотом и валютными парами. Так как я новичок в этом деле, то хотелось бы найти хорошего робота, который бы сам определял прибыльную сделку (неважно валютная пара это или золото) и сам бы ее совершал, хотя бы с точностью 90%. О цене поговорим позже. Жду ваших предложений
Mahlatse 50+ USD
I want to Trading to the real account and I need to work with robot so I don't how to find the robot so I need your help to find it or we can talk what's app my number 076 584 7256
Hello, i have a custom indicator on pinescript and i would like to convert it to a EA. Indicator basically gives buy sell signals and based on that orders to be placed and reversed. To give you complete requirement: 1. Use the TV pine script and convert it to EA 2. Reverse signals i.e. when buy order is running and sell signal shows then close previous order and open signal. 3. No
I need an EA that use the following Strategie. Please watch the videos on the Youtube channel. The EA should work on every Plattform https://www.youtube.com/@MXProfits/videos I need video call to explain
See the video and expert advisor should cater to all the requirements and setups shown in below video. Expert advisor will work on just 1 symbol and 1 timeframe which is present on the chart to which is attached. https://www.youtube.com/watch?v=PjigwAmhiT0&amp ;t=892s trading system is based on stochastic oscillators, particularly what "quad rotation" and divergences. Need to use four stochastic bands (9,3 - 14,3 -
MT5 中运行的 EA 的主要任务 : 1 EA 将同时选择两对货币进行交易,包括 AUDUSD 、 EURUSD 、 GBPUSD 、 NZDUSD 、 USDCAD 、 USDCHF 、 USDJPY 、 AUDJPY 、 EURAUD 、 EURJPY 、 GBPJPY 、 GBPNZD 和 GBPCHF ,默认设置 GBPUSD 、 EURAUD 。 2 蜡烛图 的时间 区间 包括 15M 、 30M 、 1H 、 2H 、 4H 或 1D 。对于两对货币中的 每一对而言, 将同时密切观察两个 时间区间图。 也就是说,两对 货币 同时 打开 四个窗口,每对默认设置 15M 和 4H 。 如果 您 不肯定如何 为同一货币对打开两个窗口,请不要考虑接受这项工作 。 3 将使用自主开发的指标 CMA 结合 CCI 预测走势。 在某些特殊情况下 ,将使用 马丁格尔策略进行操作。因此,如果您已经拥有基于 Martingale
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line

Informations sur le projet

Budget
20 - 50 USD
TVA (19%): 3.8 - 9.5 USD
Total: 23.8 - 59.5 USD
Pour le développeur
18 - 45 USD
Délais
de 4 à 7 jour(s)