Live data feed from mt4 into python code implementation

MQL4 Scripts

Specification

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

Project information

Budget
20 - 30 USD
For the developer
18 - 27 USD
Deadline
from 1 to 10 day(s)