Hello,
Lets says i’d like to sent to a friend only the return’s code, not the code it self.
return x as “New signal”, y as “New Position”, z as “Original Signal”,zz as “Original Position”
Value1 , Value2 , Value3 , Value4
Export’s return may like : date,return Value1, return’s Value2, ….., ….,
Let say that friend would like import these data into Prorealtime.
Thank for reading
Hello RicLg,
You can already do that, with a little trick and one value at once, by using ProScreener. The return values are sorted in a table that can be copy/paste to Excel for example, or just swipe them to the Excel sheet area to make the values appear in the cells.

It works too with ProBacktest results, that’s how I made my deep analysis of strategies.
Thanks Nicolas for the trick, Nicolas