Hi

I am using the Example for computing trade signals in R from the tutorial to just do that.
I have some question due to my lack of background in coding.

First: how the myprojects.bin file looks like? I have not seen such in the tutorial.

The second question is about how to handle data sent to R through the Rset function. It is described in the tutorial how to handle data in R or to import data from a csv file. In the script about signals only 200 candles are sent to R. How this data is supposed to be handle?

I created a simple .r script with a function where signal = +1 or -1 depending on if Close[0]>Open[0]. A really simple signal in zorro but I cant make the script to work in R. I get sesion aborted error on the zorro window when I try to run it.

The problem is, I do not know how to handle the data sent to R with the Rset function.


Last edited by Nanitek; 05/26/16 17:01.