Create Daily .csv of Pivot Points

 

I have received great feedback from this forum before, so I was hoping you guys could help me out again:

I need to create a program in MT4 that would export to .csv,and ideally email, the pivot points (standard HLC) for each day on multiple currency pairs. I know MT4 has this capability, but I've never come close to programming anything like this, so I had a few questions:


1. Does a program like this already exist somewhere?

2. This would be an EA (as opposed to an indicator), correct?

3. Assuming I'll be programming (or at least attempting to program) this EA, Can someone point out a good program that involves exporting data to .csv that I could use as a script?

4. What would be the best way to send the data from multiple currency pairs to the same .csv file?


Thanks for your help.

 

You can find allot of pivot point indicators within the code base. Example Here.

Here's my opinion about the following.

1) Maybe, you should try using Google for something which exports Pivots to Csv.

2) Doesn't matter as both EA and Indicators can create .Csv files.

3) Study the codes in this Post. It has allot of FileWrite examples.

4) By using FileRead | FileWrite. Save the file as .csv format.

There's a list of File commands listed on the left side of the last link which will be helpful.

Reason: