Freelance developer wanted - Script for offline charts and real time updates.

 
Greetings,


This post is for everyone who knows mql4 and mt4 api.


I have a requirement of a metatrader script to perform the following tasks.


The purpose is basically to make available any stock on MT4 in real time.


1) create new symbols/hst files for offline charts from CVS/TXT files.


2) sync and update these offline charts every 250ms for example.


3) my broker have ready activex API's to serve CSV's and SOCKS interface to get

realtime quotes.


my budget for this script are initially 500 USD.


anyone interested please contact-me:

>> rafa060 - at google mail


thanks in advance.

 

Hi,


rafa060 ver u able to do the abv.?

im also looking for the same

 
livewire:

im also looking for the same

That's quite doable.

 

may i ask why you intend to reach with that?



- do you wish to trade from mt?

- do you want to backtest?

- do you plan to use mt4 as charting tool for free?

- do you plan to use indicators from mt4 on other symbols?

 
Irtron:

That's quite doable.

could u tell me how.

i hv no idea.

thanks.

 
fx1.net:

may i ask why you intend to reach with that?



- do you wish to trade from mt?

- do you want to backtest?

- do you plan to use mt4 as charting tool for free?

- do you plan to use indicators from mt4 on other symbols?

i want to use a Indicator from MT4 that i dont hv for any other system

also my data provider doesnt provide data for MT4.

i get data in Excel in Real time.

 
livewire:

i want to use a Indicator from MT4 that i dont hv for any other system

also my data provider doesnt provide data for MT4.

i get data in Excel in Real time.


There are different approaches available.

- The MT4 indicator can be ported to another platform and vice versa (did that many times myself).

- Excel itself can draw a chart with indicator in real time.

- The data can be imported in MT4 in real time using the same facility that is utilised by Excel.

 
i would like to know how to use that Real Time data that i get in Excel to feed into MT4 Real Time
 
I dont know if that can solve your problem but you may check ExcelLink This addon able to read from/to excel to/from mt4.
 
fx1.net:
I dont know if that can solve your problem but you may check ExcelLink This addon able to read from/to excel to/from mt4.

could u gv some detail how can i use this.

from ver can i get some real time help.


i hv a excel where the rates refresh automatically i use that data through Metaserver in different trading softwares.

i want to know can ur product use this data from excel that is refreshing & feed it into MT4 automatically.

 
I assume you get rates via DDE to excel. You will get them probably fix to some predefined cells. You can use excellink to read their content via ExcelGetValue(sheet,row,col) but problem is that you may miss quotes because ticking on one provider may be faster then other. If you can get the quotes row by row, it will be easy to read via excellink.
Reason: