Copy trading tool

MQL4 Indikatoren

Spezifikation

·         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.


Bewerbungen

1
Entwickler 1
Bewertung
(176)
Projekte
236
45%
Schlichtung
17
82% / 12%
Frist nicht eingehalten
35
15%
Arbeitet
2
Entwickler 2
Bewertung
(3)
Projekte
3
0%
Schlichtung
0
Frist nicht eingehalten
0
Arbeitet
3
Entwickler 3
Bewertung
(50)
Projekte
55
60%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
1
2%
Frei
4
Entwickler 4
Bewertung
(478)
Projekte
507
53%
Schlichtung
10
60% / 20%
Frist nicht eingehalten
3
1%
Arbeitet
5
Entwickler 5
Bewertung
(338)
Projekte
398
34%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(7)
Projekte
12
42%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(32)
Projekte
41
68%
Schlichtung
5
0% / 60%
Frist nicht eingehalten
14
34%
Frei
Ähnliche Aufträge
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Buy an sell symbols and guide showing entry to buy or sell setups and I need it gives and tell me to enter buy or to enter sell by automation nnnnnnnnnn fgggghhuuuiijh hhrddfhuuufffff yygggg hhgt hiidcb hygdfbby gyytdv uttrdd. Httdd hyyydv. Yhygf. Uu juhgff uyttt uuuytdbhy uuuyyy hhhff jjueeiivhgffdgu hyuu7trg yyyyffj yyytd u6tttf uuyrrrhi uytrrfh utterly jyrfgkkttv uhyybhhyy hytfgivuyt utfbh utghjio7t. Uuytg uytru
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to

Projektdetails

Budget
30 - 200 USD
MwSt (22%): 6.6 - 44 USD
Insgesamt: 36.6 - 244 USD
Für die Entwickler
27 - 180 USD
Ausführungsfristen
von 1 bis 4 Tag(e)