9 lines
568 B
Plaintext
9 lines
568 B
Plaintext
#include <Marketeer/GroupSettings.mqh>
|
|
|
|
input GroupSettings Report_Settings; // R E P O R T S E T T I N G S
|
|
|
|
input string ReportFile = ""; // · ReportFile
|
|
input string Prefix = ""; // · Prefix
|
|
input string Suffix = ""; // · Suffix
|
|
input int TimeShift = 0; // · TimeShift
|