PureBytes Links
Trading Reference Links
|
> >If LastBarOnChart then FileAppend ("c:\direct\filenam.csv",
> > GetSymbolName + "," +
> > numtostr(NetProfit,2) + "," +
> > numtostr(NumWinTrades,0) + "," +
> > numtostr(TotalTrades,0) + newline);
> That did work, but produced a file with all of the data in one
> long row.
Did you include newline as in the example above? Newline is the
fileappend equivalent of a carriage return.
--
Dennis
|