Indicators: Indicator Data to CSV file

 

Indicator Data to CSV file:

This indicator gathers indicator data and prints them in the csv file.

Author: Mustafa Doruk Basar

 

Hi

I want to use this indicator to gather historical data from a 9 period moving average (exponential) and an 18 period moving average (exponential) on the same chart.

Please can someone tell me what info to enter into line 84 etc, and into line 31 in order to gather the data for these 2 indicators

 

Many thanks

Mike 

 

Hi

Is it possible to change the code so that it exports the 'signal' of the MACD?

Marek

 

Hi

You need to change the value '0' to '1'.


91            iMACD(Symbol(),0,12,26,9,PRICE_CLOSE,1,barind),


Marek

 

Hi,

I write a loop that get data to 10 days ago (1 to 10*24*60) with minute unit and save in a csv file, but when I open csv file I see only 400 data rows have non zero value and other rows ares zero.

thank you in advance.

 

Hi,

I was looking for something like this for a couple of months. It's a great indicator and it works just fine. Unfortunately, I have a problem downloading Heiken Ashi data. How should I fill the iCustom parameters for Heiken Ashi? Can you help me please

Thanks