Live data feed from mt4 into python code implementation

MQL4 Sripts

Tarea técnica

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]] 

Solicitudes similares
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

Información sobre el proyecto

Presupuesto
20 - 30 USD
Para el ejecutor
18 - 27 USD
Plazo límite de ejecución
de 1 a 10 día(s)