2 datas overlapping indicators- is there a trick ?

Questions about MultiCharts and user contributed studies.
brodnicki steven
Posts: 407
Joined: 01 Jan 2008
Been thanked: 3 times

2 datas overlapping indicators- is there a trick ?

Postby brodnicki steven » 07 Nov 2009

Is there a trick to making this work ?
I simply put data1 = daily data
data2 = weekly data
I applied 2 rsi's into one simple study vs using separate rsi's for each data stream, in TS2ki it works perfectly, in MC data2 doesn't match- see attached. (data1 does match)
Is there a trick to making it work in MC ? (other than a GV ) or is it a bad Bug ?
Attachments
2Rsi.txt
(131 Bytes) Downloaded 357 times
MC_2Rsi.jpg
(325.93 KiB) Downloaded 663 times
Ts2ki_2_RSI.jpg
(266.14 KiB) Downloaded 667 times

gregorio123456
Posts: 117
Joined: 08 Nov 2005
Been thanked: 3 times

Re: 2 datas overlapping indicators- is there a trick ?

Postby gregorio123456 » 08 Nov 2009

Is there a trick to making this work ?
I simply put data1 = daily data
data2 = weekly data
I applied 2 rsi's into one simple study vs using separate rsi's for each data stream, in TS2ki it works perfectly, in MC data2 doesn't match- see attached. (data1 does match)
Is there a trick to making it work in MC ? (other than a GV ) or is it a bad Bug ?
you are right this is one bug (RSI of data2(week) is calculated and plot for every day bar) instead every bar week.......

jo

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Postby TJ » 08 Nov 2009

try this

value2 = rsi( c of data2, 14 ) of data2;

brodnicki steven
Posts: 407
Joined: 01 Jan 2008
Been thanked: 3 times

Postby brodnicki steven » 08 Nov 2009

try this

value2 = rsi( c of data2, 14 ) of data2;
TJ: that still didn't fix it - see attached. I even went so far as to use variables instead of value1 and value2.
I used Vars: V1(0),V2(0,data2);
Still didn't work - this is a huge bug, if there is no work-around.
Attachments
Osc2_chg.jpg
(301.26 KiB) Downloaded 664 times

gregorio123456
Posts: 117
Joined: 08 Nov 2005
Been thanked: 3 times

Postby gregorio123456 » 08 Nov 2009

try this

value2 = rsi( c of data2, 14 ) of data2;
thanks TJ for tip( and working right)


brodnicki maybe you have some problems w settings of AA in exchange and sesion time of AA ...see in quotemananger and multicharts(time zone,etc)

reload the charts

some time happen w me ....
see if week data is all right (put visible week bar in your charts and see the close of friday(daly)= close of week

jo

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Postby TJ » 08 Nov 2009

thanks TJ for tip( and working right)

jo

You are welcome !

brodnicki steven
Posts: 407
Joined: 01 Jan 2008
Been thanked: 3 times

Postby brodnicki steven » 08 Nov 2009

try this

value2 = rsi( c of data2, 14 ) of data2;
thanks TJ for tip( and working right)


brodnicki maybe you have some problems w settings of AA in exchange and sesion time of AA ...see in quotemananger and multicharts(time zone,etc)

reload the charts

some time happen w me ....
see if week data is all right (put visible week bar in your charts and see the close of friday(daly)= close of week
* have you tried it and have it working right ? , I've tried rt data and eod data, the ONLY way I've been able to get it to work, is with GV's and I don't want to use them for something this simple. I'm going to investigate further, w/ visible d2- good idea.

gregorio123456
Posts: 117
Joined: 08 Nov 2005
Been thanked: 3 times

Postby gregorio123456 » 08 Nov 2009

try this

thanks TJ for tip( and working right)


brodnicki maybe you have some problems w settings of AA in exchange and sesion time of AA ...see in quotemananger and multicharts(time zone,etc)

reload the charts

some time happen w me ....
see if week data is all right (put visible week bar in your charts and see the close of friday(daly)= close of week

* have you tried it and have it working right ? , I've tried rt data and eod data, the ONLY way I've been able to get it to work, is with GV's and I don't want to use them for something this simple. I'm going to investigate further, w/ visible d2- good idea.

yes only for curiosity

jo
Attachments
picture1.png
(49.27 KiB) Downloaded 661 times

brodnicki steven
Posts: 407
Joined: 01 Jan 2008
Been thanked: 3 times

Postby brodnicki steven » 08 Nov 2009

I found that if I set "bars back", to identical lengths, on all 3 indicators, it seems to work ok, on "auto" seemed to cause a problem. Still testing.


Return to “MultiCharts”