How to remove date from message in mql5 journal?

 

I want to remove date from messages in jorunal if is it possible...

OR

What I actually want is to separate the date and my Print() function message displayed in the 'Messages' tab in the jorunal... because I want to paste it into excel with just my print() message not with the date in the cell too. Only my message in the cell.


Here is the example.

Files:
Capture_1.PNG  33 kb
Capture_2.PNG  35 kb
 
Its easy, fix you code or learn excel
 
Shele: I want to remove date from messages in jorunal if is it possible... OR What I actually want is to separate the date and my Print() function message displayed in the 'Messages' tab in the jorunal... because I want to paste it into excel with just my print() message not with the date in the cell too. Only my message in the cell. Here is the example.
Here are some options:
  • Use Excel's own functionality (e.g. Text to Columns) to separate the fields.
  • Use an advanced text editor to select columns of text to delete or modify it.
  • Output the data to a CSV file instead of the Journal Print statements.
 
you do know you can write the data in a file instead of print, isn't it?
 
  • Use Excel's own functionality (e.g. Text to Columns) to separate the fields.

Done this, thanks guys!

Reason: