Live data feed from mt4 into python code implementation

MQL4 Scripts

Spécifications

I want someone to write a python code for me(python 3.5 preferably.if done in python 3.5,will pay 30 dollars) that accepts live quotes from metatrader 4 servers(DDE or whatever) and at the end of 15 minutes  calculates the following according to the code:

(note k.Open,High,Close,Low is all according to the period of 15 minutes or the 15 minute bar)

k['dir'] =  k.Open-k.Close

k['bindar'] =( (k.Open-k.Close)/abs(k.Open-k.Close))+1

k['highspike'] = k.High - k.Open * k.bindar/2 + (k.bindar-2)/2 * k.Close

k['lowspike'] = k.Close * k.bindar/2 - (k.bindar-2)/2 * k.Open - k.Low  

In addition to that it calculates totalticks at the end of 15 minutes.Finnaly at the end of 15 minutes i want an array:

[totalticks,k['highspike],k['lowspike],k['dir]] 

Commandes similaires
I currently have a Forex trading script in .txt format that I want to be converted to a functional/working robot (in .mq4), without altering the strategy of the script. The strategy of the script is already in and shouldn't be changed unless with mutual understanding

Informations sur le projet

Budget
20 - 30 USD
Pour le développeur
18 - 27 USD
Délais
de 1 à 10 jour(s)