Import data from CSV file, plot horizontal lines.

MQL4 Experts Scripts

Tâche terminée

Temps d'exécution 1 jour
Commentaires de l'employé
Great customer. Patient and easy to work with. Customer has programming background too, and it helps. Thank you.

Spécifications

Given a csv file of variable length and variable columns:

A    B    ...n
1    4    7
2    5    8
3    6    9
.     .    .
n    n    n


For each column header, we want to plot its given values as horizontal lines. The CSV file is a copy of an orderbook and will be updated regularly, so reads should take place twice per second.

The inputs in the indicator or script window should be the following:

Variable Name (column name), Plot column values (ay/n checkbox), colour, line width, line style.



Where:
Variable Name (column name) = column header.
Plot/show column values (y/n checkbox) = whether or not to plot this column.
colour, line width, line style = standard, given separately for each column.


We should end up with:

Variable Name    Plot values (y/n)    colour    line width    line style.
A                      checked                red        1                 Dash           
B                      unchecked             na         na               na
...
n                      checked                black      2                 solid

You get the idea, hopefully.


The files will be in a folder ( order_reader ) that I will manually create in 'MetaQuotes\Terminal\Common\Files\order_reader', and each file will be named after the pair that the script is attached to. I.e if we attach the script to EUR_USD, it will look in the folder for EUR_USD.csv.

Répondu

1
Développeur 1
Évaluation
(45)
Projets
59
14%
Arbitrage
31
26% / 52%
En retard
34
58%
Gratuit
2
Développeur 2
Évaluation
(5)
Projets
7
29%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(6)
Projets
7
0%
Arbitrage
0
En retard
5
71%
Gratuit
4
Développeur 4
Évaluation
(13)
Projets
20
15%
Arbitrage
2
50% / 50%
En retard
0
Gratuit
Publié : 1 code

Informations sur le projet

Budget
30+ USD
Délais
de 1 à 2 jour(s)