Copy trading tool

MQL4 Индикаторы

Техническое задание

·         Trader insert operation into Metatrader 4 MT4-masteraccount

·         MT4-masteraccount run a script that call a webpage and insert the operation parameters into a Database

·         MT4-slaveaccount replicate each operation inserted by the MT4-masteraccount

 

FLOW OF OPERATIONS – detailed

·         Trader insert operation into a Metatrader4 instance, called MT4-masteraccount

·         On MT4-masteraccount is running a script (MT4-master.ex4) that on every new operation inserted do:

o   send operation’s parameters to a Webpage through a WebRequest

https://docs.mql4.com/common/webrequest

o   Webpage record into the Database

§  Parameters of the operation in order to replicate them through OrderSend function later into MT4-slaveaccount

§  Account number from which the operation is coming

§  Flag operations as recorded

·         For each MT4-slaveaccount is running a script (MT4-slave.ex4) that do:

o   through a WebRequest pick up from the Database if there is a new operation for MT4-slaveaccount (recorded but not executed)

o   extract operation’s parameters from the Database

o   send the order into MT4-slaveaccount composing the order though OrderSend function

https://docs.mql4.com/trading/ordersend

o   flag operation as done into the Database in order to replicate it only once

·         Allow multiple MT4-slaveaccount in the Database so that the operation executed by only one MT4-masteraccount is replicated to multiple MT4-slaveaccount

 

TO DEVELOP

5 files to implement:

·         MT4-master.mq4 (commented and editable)

·         Webscript master (commented and editable)

·         Webscript slave (commented and editable)

·         MT4-slave.mq4 (commented and editable)

·         Database


MT4-master.mq4

At every tick:

·         Check in the Order History if there is an open order or a new operation inserted

·         If there is a new operation, for each one send it to the Webpage through a WebRequest

Webscript master

·         Check on the Database if the order received from MT4-master has already been recorded (check account number and flag recorded) - maybe

·         If the order has been recorded, ignore it

·         If the order has not been recorded

o   Send a webrequest to Webpage so that Webpage record into the Database

§  Parameters of the operation

§  Account number from which the operation is coming

§  Flag operations as recorded 

Webscript slave

·         Check on the Database if there is an operation with the slave account number flagged as recorded but not executed

·         Extract operation’s parameters from the Database

·         Flag operation as executed into the Database in order to replicate it only once

·         Send back operation parameters to MT4-slaveaccount through a WebRequest

MT4-slave.mq4

·         Send a WebRequest to the Webpage to check if there is an operation with the slave account number flagged as recorded but not executed

·         Send the order into MT4-slaveaccount composing the order though OrderSend function

https://docs.mql4.com/trading/ordersend

Database

What is necessary to fulfill the target of the programs descripted above.

 

Future implementation: multiple MT4-masteraccount, matrix Masters and Slaves in order to enable/disable copy (through web dashboard), risk settings in order to use risk multipliers/lot multiplier/fixed lots.


Откликнулись

1
Разработчик 1
Оценка
(176)
Проекты
235
46%
Арбитраж
17
82% / 12%
Просрочено
35
15%
Работает
2
Разработчик 2
Оценка
(3)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Работает
3
Разработчик 3
Оценка
(50)
Проекты
55
60%
Арбитраж
2
0% / 0%
Просрочено
1
2%
Свободен
4
Разработчик 4
Оценка
(475)
Проекты
504
53%
Арбитраж
10
60% / 20%
Просрочено
3
1%
Свободен
5
Разработчик 5
Оценка
(328)
Проекты
387
33%
Арбитраж
2
100% / 0%
Просрочено
0
Работает
6
Разработчик 6
Оценка
(6)
Проекты
11
45%
Арбитраж
1
0% / 0%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(32)
Проекты
41
68%
Арбитраж
5
0% / 60%
Просрочено
14
34%
Свободен
Похожие заказы
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

Информация о проекте

Бюджет
30 - 200 USD
VAT (22%): 6.6 - 44 USD
Итого: 36.6 - 244 USD
Исполнителю
27 - 180 USD
Сроки выполнения
от 1 до 4 дн.