sierra worksheets

juanbyte

Well-known member
Messages
338
Likes
10
Hi

Does anyone know how to add indicator values to a worksheet
in sierracharts
 
Simple, just add the indicator to the chart as a study along with the default worksheet study!!!

JonnyT
 
Hi,

While where on the subject of Sierra workbooks does anybody
know how to convert the TS7 code on this link to sierra format ?

DP15 CODE:

var: aline(0), bline(0);

aline = ((low[1]+low[2]+low[3]+low[4]+low[5]+low[6]+low[7]
+low[8]+low[9]+low[10])/10);
bline = ((high[1]+high[2]+high[3]+high[4]+high[5]+ high[6]+high[7]+high[8]+high[9]+high[10])/10);
value1 = (aline+bline)/2;
plot1 [-5](value1 + .00025);



HL CODE:

var: aline(0), bline(0);

aline = ((low[1]+low[2]+low[3]+low[4]+low[5])/5);
bline = ((high[1]+high[2]+high[3]+high[4]+high[5])/5);
value1 = (aline+bline)/2;
plot1 (value1 + .0001);


http://www.trade2win.co.uk/boards/showthread.php?s=&threadid=9551

cheers
Ian
 
JonnyT

I have done that but there are still no indicator values
in the worksheet e.g. RSI, ADX.

The worksheet is updating real-time, but there is nothing in the quote line fields.

I am still unsure how to add the ADX to the worksheet, it is on the chart but not the sheet.

Less hair by the minute :)
 
juan, can u post an attachment (screenshot) of how it looks?

are you sure you have the right symbol in for the instrument you are trying to chart?

is there any data at all on the sheet - price, for example, or is it just the indicator values that are blank?
 
Thanks lads

I had to go out. It was opening 4 seperate sheets in one worksheet.

When I came back I opened a new chartbook and a new worksheet.

Looks like everything is ok now, will just check the figures.


Yes well over to the left colomn AM.ks again

Thanks again
 
Top