Parabolic SAR of data2 ?  [SOLVED]

Questions about MultiCharts and user contributed studies.
maxmax68
Posts: 163
Joined: 20 Nov 2012
Has thanked: 55 times
Been thanked: 48 times

Parabolic SAR of data2 ?

Postby maxmax68 » 15 Jul 2016

Hello,
would be someone so kind to post the code (not the link) to plot
the parabolic sar of bar[1] of data2?

Thank you very much.
Massimo

maxmax68
Posts: 163
Joined: 20 Nov 2012
Has thanked: 55 times
Been thanked: 48 times

Re: Parabolic SAR of data2 ?  [SOLVED]

Postby maxmax68 » 16 Jul 2016

This should be correct

Code: Select all

Vars:
pSAR_data2(0,data2);

pSAR_data2=ParabolicCustom(0.05,0.2) data2;

Plot1(pSAR_data2[1]);

// or Plot1[1](pSAR_data2); Personally I prefer the other solution


Return to “MultiCharts”