Form Google Pub/Sub to MQL5 in miliseconds

指定

The main objective is to configure MQL5 in order to  receive push messages into the websocket from Google Pub/sub Subscriber in order to convert a maximum of 15 signals per day into orders / trades.

The first thing is to define and install the MQL5 into the VPS suggest by MQL5 https://www.metatrader5.com/en/trading-platform/vps  or I need to create a Virtual Machine in Google, Azure or AWS.

The info will come from Google Pub/Sub Subscriber  https://cloud.google.com/pubsub/docs/overview as a push message to the Mql5 WebSocket. 

In this video is a little definition / description on how the Push mechanism works on google Pub/Sub https://www.youtube.com/watch?v=k8lBOV-nRXI

Once MQL5 receive the message it has to send a confirmation message to Google Pub/Sub in order to avoid receiving the same message twice

Also is important to configure that if in the account there is not enough money to delete the trade.

Finally the info that I have into the Pub/Sub Subscriber is:

Financial Product: EUR/USD or EUR/GBP OR AUD/CAD
Price: 1,6161
Action: Buy or Sell
StopLoss
TakeProfit 
LotSize: 0,001

This info came from a Python Code so it can be change, arrange and if’s need it to add more info as a websockek password, direction, etc..

If it’s possible I will like to receive price proposals

反馈

1
开发者 1
等级
(45)
项目
59
14%
仲裁
31
26% / 52%
逾期
35
59%
空闲
2
开发者 2
等级
(17)
项目
19
16%
仲裁
4
0% / 75%
逾期
5
26%
空闲
3
开发者 3
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Can you help me with automation of a strategy. Implementation-wise i'd be flexible, though ultimately I want it all in Python. Goal is to have a simple strategy run, and enter trades on Tradovate. Tactically we can do through Pinescript into Tradovate - unless you find python just easier to begin with (And we connect to Tradovate/Tradingview APIs for necessary connectivity). The business requirements themselves are
The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the with the specified period. If the current EMA value is greater than the previous one, the trend is seen as growing (Ema current > Ema previous). Alternatively, if current EMA is below the previous one, the trend is considered
I want to create a trading bot for Binance that buys the top 100 cryptocurrencies based on volume or market cap.....and uses Moving Average (MA) crossover as a strategy to time entry for indivisual coins and then uses different MA settings to exit the buy orders back to USDT example so for example if I have $1000 in balance, and I told the bot to trade top 100 coins based on volume or market cap, then I told it to
Hi developers, I would like to connect my TradingView alerts to MT5 using webhooks. Just a simple buy sell is good enough, no need stop loss, no need take profit. You will need to deliver: 1. Telegram integration (reception of TradingView webhooks signals to be sent to MT5 EA) 2. MT5 EA codes 3. Option of customize lot size (1 lot in TradingView => 0.1 lot in MT5) 4. Have Master Token and
The blue EA 35+ USD
The idea is to take positions after the change of colour on the histogram based on the number of bars since the colour change This must be in the input of the EA ie after xyz bars take a buy when its in blue or sell after xyz when its in red on EA settings we must have Magic number this can be changed by user magic number must have 5 digits start time 00:00 End time 23:00 lot size :this is the lot size to start with
I have 2 MT4 indicators and I want it to be created into an MT4 EA. It is both ex4 files. The strategy is very simple. I will provide images for reference and the 2 MT4 ex4 files
Hi, I have 2 MT4 indicators which are ex4 files to be converted to PineScript for TradingView. I do not have the source code/mq4 file. I only have the ex4 files
Fix the code of an existing MT5 EA giving error "array out of range". The EA is multistrategy one where you can combine several indicators as well as trade and risk management options. Work on the risk and trade management section is also required so it works smoothly in calculating risk and placing trades on all kinds of instruments with different lot and minimum trade requirements Also examine the code for
Hello there I would like to create Percentage Hughes Breadth-Momentum Oscillator indicator for Ninjatrader Percentage Hughes Breadth-Momentum Oscillator=(H×100)+100=(A−D/A+D+U×100)+100 H represents today’s 1-day ratio of net advances to total issues traded. A represents the number of advancing issues. D represents the number of declining issues. U represents the number of unchanged issues. A+D+U represents the total
I want a program that can calculate the lot size of each user on each individual symbol For example, we have 5000 thousand users The program will calculate the total of 5 thousand one by one and give us an output injson mode We give the list of users to the program in the following form [50021, 50097, 50159] Program output [{"account": 50021,"symbol":[{"xauusd":7.52},{"eurusd":0.52},{"audcad":5.52}]},{"account"

项目信息

预算
30 - 100 USD
开发人员
27 - 90 USD