Scripts: COLLECT ALL INDICATORS DATA

 

COLLECT ALL INDICATORS DATA:

This Script collects all MQL5 built-in indicators buffers and stores them in a CSV file for analysis purposes

COLLECT ALL INDICATORS DATA

Author: Omega J Msigwa

 
THANKS for script & effort
 
Mustafa Nail Sertoglu #:
THANKS for script & effort
You are welcome
 
It would be amazing if we could also have the corresponing OHLC timeseries included, but nonetheless amazing code
 

Very nice... thanks for this code..

 
Gamuchirai Zororo Ndawana #:
It would be amazing if we could also have the corresponing OHLC timeseries included, but nonetheless amazing code

no problem it will be added

 
Awesome script thank you . Amazing and powerful content and very thoughtful code . For some reason I was getting some garbage charaters in the header and only 1 line , changing line 300 for me to int handle=FileOpen(csv_name,FILE_READ|FILE_WRITE|FILE_CSV); resolved my issue , hope this helps someone
 
Interesting! Push all data to an Datalake and run som AI to find correlations that works :)
 

Now I wished I did my math homework in school better :)

Have someone pushed this kind of data to an AI and searched for correlations? Would be interesting to see results of this?
Would it not be good to have Symbol, timeframe, date, time, weekday on it also ?

I know there are some online AI engines like obviously.AI etc.. I got hungry to play with this even if I am not an expert at all..

If someone have tips on the subject or links to where to play with this kind of datasets?

Thanks for sharing 

 
skrantz71 #:

Now I wished I did my math homework in school better :)

Have someone pushed this kind of data to an AI and searched for correlations? Would be interesting to see results of this?
Would it not be good to have Symbol, timeframe, date, time, weekday on it also ?

I know there are some online AI engines like obviously.AI etc.. I got hungry to play with this even if I am not an expert at all..

If someone have tips on the subject or links to where to play with this kind of datasets?

Thanks for sharing 

Read my articles, you may find some invaluable information
 
First of all, I would like to extend my personal compliments to the author of this script who is piquing my curiosity for further exploration of the topic. To this end, I would like to ask two questions regarding: 1) which prices are used to calculate the indicators; 2) I understand that the "buffer_size" variable on line 18 of the script represents the depth of the archive that is created in the csv file, is this correct? Thank you for your help and congratulations to the author for the work done.