Exporting data from 10.7 CSS to Excel

Post Reply
gunaydines
Trader
Posts: 21
Joined: Tue May 23, 2017 5:34 am

Exporting data from 10.7 CSS to Excel

Post by gunaydines »

Dear All,

I am trying to export the 10.7 CSS arrays from the indicator, however I am stuck because my knowledge about coding is really limited and CSS coding is too much for me.

That is why, I took the screenshots of Empty4 screen every 60 seconds by one of the tools (Screenshot.mq4) that I downloaded from SHF and exported the data manually to excel for 2 1/2 hours in order to experiment if I can find something statistically about the CSS values. I create an Heiken Ashi the candlestick chart by using these values and some other statistical equations. Heiken Ashi candles came interesting to me but I need more sample set from CSS to excel.

That is why, I would like to ask to experienced coders, is there an existing indicator or a sample code which can help me to get these values to excel ?

Thanks in advance

Emre
You do not have the required permissions to view the files attached to this post.
I NEVER GIVE UP
Bruster400
Trader
Posts: 192
Joined: Tue Sep 24, 2013 3:19 pm

Exporting data from 10.7 CSS to Excel

Post by Bruster400 »

I know this is an old thread but I'd made this script for someone else so I thought I'd share it here. This doesn't do what you're looking for but it's a basic shell you could easily mod for what you want. Descriptions are in the code.

Bruster.
ExportingToExcel.mq4
You do not have the required permissions to view the files attached to this post.
gunaydines
Trader
Posts: 21
Joined: Tue May 23, 2017 5:34 am

Exporting data from 10.7 CSS to Excel

Post by gunaydines »

Bruster400 » Fri Aug 18, 2017 1:51 pm wrote:I know this is an old thread but I'd made this script for someone else so I thought I'd share it here. This doesn't do what you're looking for but it's a basic shell you could easily mod for what you want. Descriptions are in the code.

Bruster.
Thank you Bruster. I will change the code accordingly in order to get the data.

Cheers

Emre
I NEVER GIVE UP
gunaydines
Trader
Posts: 21
Joined: Tue May 23, 2017 5:34 am

Exporting data from 10.7 CSS to Excel

Post by gunaydines »

First of all, I am not a coder. Just trying to search, read and apply. So, please don't roast me for any mistakes in the code. I have just modified a couple of lines.

These steps worked for exporting the Super Slope values to Excel and can work for exporting any other indicators data with a small modification in the code. It was a couple of months ago when I achieved to do it, but I have seen that the same request came from c1borg and I decided it to put it here, and may be useful for someone else in the future.

1- Please load <<Baluda.SuperSlope.v.2.2_Excel.mq4>> to your Indicators folder.
2- In this code, please go to line 24 and change the timeframe input to which tf you would like to get the SS values from.
3-Then please load <<Export2Excel.mq4>> to your Indicators folder.
4- Go to line 15 and change the pair name and timeframe as an integer like 1,5,15,30,...,240,1440,... etc.
5- Go to chart screen, load the <<Export2Excel.mq4>> and it will create a CSV file in your MQL4\Files folder.

I have just followed these steps again in order to be sure before posting here and it looks OK.

Cheers,

Emre
You do not have the required permissions to view the files attached to this post.
I NEVER GIVE UP
User avatar
c1borg
Trader
Posts: 456
Joined: Sun Aug 14, 2016 5:09 pm

Exporting data from 10.7 CSS to Excel

Post by c1borg »

Many thanks :hi:
gunaydines
Trader
Posts: 21
Joined: Tue May 23, 2017 5:34 am

Exporting data from 10.7 CSS to Excel

Post by gunaydines »

Your welcome...

Emre
I NEVER GIVE UP
Post Reply

Return to “Coders Hangout”