Hi to all! I'm new in this forum and I'll would to greetings to you!
I have a problem with a spunky indicator... I got already some advice but i feel that I can't do it by myself...
So I want to make a so simple thing...I want to put a fixed 30 min timeframe pricechart below two different timeframe stochastic indicator.... a 4 hour and a 1 day stoch...so the price chart have to stay in 30 min timeframe...
so thank your help...bye
pikk-pak
----------------
I made it...
So the 4 hourly looks like ---
TimeFrameSet(4*inHourly);
lassu= StochD(5,3,3);
gyors=StochK(5,3);
Plot (gyors, "Stoch 5,3,", colorBlue);
Plot (lassu, "Stoch 5,3,3", colorRed);
------------------
now i have another question
the 4 hourly scrolling faster than the daily...and it is not too good for me...I want that how so will be as the attachment...the bottom stock nice flat..
yesss...I made it
TimeFrameSet(4*inHourly);
_SECTION_BEGIN("stochastic 4 oras");
lassu= StochD(5,3,3);
gyors=StochK(5,3);
Plot(TimeFrameExpand(lassu, 4*inHourly),"Stoch 5,3,3", colorRed);
Plot(TimeFrameExpand(gyors, 4*inHourly), "Stoch 5,3", colorBlue);
_SECTION_END();
I have a problem with a spunky indicator... I got already some advice but i feel that I can't do it by myself...
So I want to make a so simple thing...I want to put a fixed 30 min timeframe pricechart below two different timeframe stochastic indicator.... a 4 hour and a 1 day stoch...so the price chart have to stay in 30 min timeframe...
so thank your help...bye
pikk-pak
----------------
I made it...
So the 4 hourly looks like ---
TimeFrameSet(4*inHourly);
lassu= StochD(5,3,3);
gyors=StochK(5,3);
Plot (gyors, "Stoch 5,3,", colorBlue);
Plot (lassu, "Stoch 5,3,3", colorRed);
------------------
now i have another question
the 4 hourly scrolling faster than the daily...and it is not too good for me...I want that how so will be as the attachment...the bottom stock nice flat..
yesss...I made it
TimeFrameSet(4*inHourly);
_SECTION_BEGIN("stochastic 4 oras");
lassu= StochD(5,3,3);
gyors=StochK(5,3);
Plot(TimeFrameExpand(lassu, 4*inHourly),"Stoch 5,3,3", colorRed);
Plot(TimeFrameExpand(gyors, 4*inHourly), "Stoch 5,3", colorBlue);
_SECTION_END();
Attachments
-
22.3 KB Views: 618
-
37.2 KB Views: 588
Last edited: