Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Ticard_Real  

Hello mr. Bravetti
I've just downloaded the script for MT5. I see on the pictures(MT4 I suppose) there is a input window for the parameters when you start the script but this doesn't happen in MT5. I cannot choose anything and the message is

=====================

"The name of the file in the input has not been inserted".


I looks like a very useful tool and I hope you can easily fix it :)

Eugenio Bravetti  
Ticard_Real #:

Hello mr. Bravetti
I've just downloaded the script for MT5. I see on the pictures(MT4 I suppose) there is a input window for the parameters when you start the script but this doesn't happen in MT5. I cannot choose anything and the message is

=====================

"The name of the file in the input has not been inserted".


I looks like a very useful tool and I hope you can easily fix it :)

Hi Ticard_Real,

Thanks for your report of bug

I have already fix the bug and I am uploading the new version

Ticard_Real  
Eugenio Bravetti #:

Hi Ticard_Real,

Thanks for your report of bug

I have already fix the bug and I am uploading the new version

It doesn't work. It only writes in the journal:

"2021.10.31 17:27:40.296    Scripts    script Load positions from MQL5 history reports for MT5 (USDCHF,H4) loaded successfully"

"2021.10.31 17:27:52.135    Scripts    script Load positions from MQL5 history reports for MT5 (USDCHF,H4) removed (result code 0)"


but nothing happens on the chart.

I'm attaching the files that I've tried.


I also tried with other files on MT4 (downloaded from MT4 signal), nothing happens also there. The difference is that there it shows a message with only "0" (zero) statistics.

 

Dateien:
Eugenio Bravetti  
Ticard_Real #:

It doesn't work. It only writes in the journal:

"2021.10.31 17:27:40.296    Scripts    script Load positions from MQL5 history reports for MT5 (USDCHF,H4) loaded successfully"

"2021.10.31 17:27:52.135    Scripts    script Load positions from MQL5 history reports for MT5 (USDCHF,H4) removed (result code 0)"


but nothing happens on the chart.

I'm attaching the files that I've tried.


I also tried with other files on MT4 (downloaded from MT4 signal), nothing happens also there. The difference is that there it shows a message with only "0" (zero) statistics.

 

Hi Ticard_Real,

thanks for your bug report

I have seen the problem and will fix it soon (maybe today)

Eugenio Bravetti  

Hi Ticard_Real,

I have loaded the new version of script

thanks for your bug report

Charter10150220  
Dear Eugenio Bravetti, I found that it can correctly import the csv file of MT4, but it cannot import the csv file of MT5 completely, it seems that there is some kind of bug.
Eugenio Bravetti  
Charter10150220 #:
Dear Eugenio Bravetti, I found that it can correctly import the csv file of MT4, but it cannot import the csv file of MT5 completely, it seems that there is some kind of bug.

Hi  Charter10150220

You have download the correct report?

You send me the report that you want import and I test it.

Thierry34  
Hello Eugenio,

I have the same problem as Ticard, I get these two messages: 


Eugenio Bravetti  
ThierryA #:
Hello Eugenio,

I have the same problem as Ticard, I get these two messages: 



Hi ThierryA

I have been upload a new version now...Try it

Genio

Payman  
can it also be used for statement downloaded from myfxbook? thanks
Eugenio Bravetti  
Payman #:
can it also be used for statement downloaded from myfxbook? thanks

 Hi Payman 

Im sorry, but at moment the script not can load the myfxbool statement

Thomas Gardling  
Is there still problems with the script? I cant make it work on MT5. Loaded correctly but no plotting on chart.
Eugenio Bravetti  
Thomas Gardling #:
Is there still problems with the script? I cant make it work on MT5. Loaded correctly but no plotting on chart.

Hi, 
I just did a test with a downloaded file taken at random from here:

https://www.mql5.com/it/signals/2018455?source=Site+Signals+MT5+Tile#!tab=stats

as you can see from the attached image, it worked perfectly.


Check what it writes (if it writes) in the "Experts" tab of the platform when you run the script. (See image 2)

Dateien:
Immagine.png  38 kb
image2.png  83 kb
Thomas Gardling  
Eugenio Bravetti #:

Hi, 
I just did a test with a downloaded file taken at random from here:

https://www.mql5.com/it/signals/2018455?source=Site+Signals+MT5+Tile#!tab=stats

as you can see from the attached image, it worked perfectly.


Check what it writes (if it writes) in the "Experts" tab of the platform when you run the script. (See image 2)

Sorry for the late reply, didn't get any notification in my defense. Thought I would get that automatically after commenting.

I still cant get it to work. It just says loaded successfully in the journal tap, no comments in the expert tab at all.

Eugenio Bravetti  

Hi Tommaso, I write here the sequence you have to follow 1) Download a report (Ex. https://www.mql5.com/it/signals/2018455?source=Site#!tab=history)

	2) Copy the report to the Files directory
	From MT5 platform......File > Open data folder > MQL5 > Files

3) Open a chart of the symbol you are interested in viewing

	4) Load the script and in the input list configure the parameters as follows:

Report type: MT5

File name: xxxxxxxx.csv Delimiter: ; Symbol to load: The name of symbol that you want to load on chart (In the report there can be multiple trades on different symbols, the script filters only those with the name set in this input... NB: The name must be the one in the file not the one you read in your platform. See image1.png)

To be safe, I downloaded the version here from the MQL5 and I tried that and it works correctly (See image2.png)
Dateien:
Immagine1.png  51 kb
Immagine2.png  58 kb
Thomas Gardling  
Eugenio Bravetti #:

Hi Tommaso, I write here the sequence you have to follow 1) Download a report (Ex. https://www.mql5.com/it/signals/2018455?source=Site#!tab=history)

3) Open a chart of the symbol you are interested in viewing

Report type: MT5

File name: xxxxxxxx.csv Delimiter: ; Symbol to load: The name of symbol that you want to load on chart (In the report there can be multiple trades on different symbols, the script filters only those with the name set in this input... NB: The name must be the one in the file not the one you read in your platform. See image1.png)

Hi, I see now where I went wrong.

In the description on the first page you state copy files in the common folder. I got it to be copy files into the common folder.

Also .csv is needed after the file name you want to plot.


Thanks for the clarification, I got it to work now. Just me misunderstanding things.

//Thomas

Eugenio Bravetti  
Tommaso Gardling #:

Hi, now I understand where I went wrong.

In the description on the first page you say to copy files to the common folder. I got it to copy files to the common folder.

You also need to add .csv after the name of the file you want to track.


Thanks for clarifying, I got it now. I'm the only one who misunderstood.

//Thomas

Hi, I just checked the code, the script looks in both the common and platform folders.

You can put it wherever you want

Thomas Gardling  
Eugenio Bravetti #:

Hi, I just checked the code, the script looks in both the common and platform folders.

You can put it wherever you want

Yes, you are right. Got the same result from both places, must have been that I forgot the .csv after the file name then.


Anyway, thanks for taking your time and clarifying it.

Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen