Indicators: Not Only Spread

 

Not Only Spread:

Spread, its moving average (EMA), its maximum and minimum, and ticks per second (market speed) in the Comment.

Author: fajuzi

 

I updated the indicator so that the spread values are written to an output file in CSV format.

 

maxspread replaces maxpread

I added variables

datetime date_time; //    date

int file_handle;

int speed;

string symbol;

int period;

string filename;

 

to help with print format for datetime, speed calculation, filename handling (default filename).

Files: