Advertisement
Maurizio-Ciullo

Indicatore Export Equity Linee

Aug 26th, 2023
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Vars: FileName("C:\exports\str_" + GetSymbolName +".csv"), mp(0);
  2. mp = marketposition[0];
  3. If mp <> mp[1] and mp <> 0 then begin
  4.     Print(File(FileName), FormatDate("yyyy-MM-dd", DateTime)+ ";" + FormatTime("HH:mm:ss", DateTime) + ";" + NumToStr(NetProfit,2));
  5. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement