stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Exporting data from 10.7 CSS to Excel
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5225
Page 1 of 1
Author:  gunaydines [ Thu Jul 20, 2017 9:55 pm ]
Post subject:  Exporting data from 10.7 CSS to Excel

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
Author:  Bruster400 [ Fri Aug 18, 2017 1:51 pm ]
Post subject:  Exporting data from 10.7 CSS to Excel

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
Author:  gunaydines [ Sat Aug 19, 2017 10:35 am ]
Post subject:  Exporting data from 10.7 CSS to Excel

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
Author:  gunaydines [ Thu Mar 15, 2018 8:21 am ]
Post subject:  Exporting data from 10.7 CSS to Excel

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
Author:  c1borg [ Thu Mar 15, 2018 9:29 am ]
Post subject:  Exporting data from 10.7 CSS to Excel

Many thanks :hi:
Author:  gunaydines [ Thu Mar 15, 2018 10:53 am ]
Post subject:  Exporting data from 10.7 CSS to Excel

Your welcome...

Emre
All times are UTC Page 1 of 1