Kijunsen MTF very slow to calculate
Forums › ProRealTime English forum › ProBuilder support › Kijunsen MTF very slow to calculate
- This topic has 9 replies, 3 voices, and was last updated 3 years ago by gfx.
-
-
02/24/2021 at 10:46 PM #162549
Hi all,
I wanted to play around with the instruction timeframe()
1234567891011DEFPARAM CALCULATEONLASTBARS = 200inpS = 9inpM = 26inpL = 52timeframe(default)// ComputeKjS = KijunSen[inpS,inpM,inpL]return KjSThis is immediately displayed on screen
123456789101112131415DEFPARAM CALCULATEONLASTBARS = 200inpS = 9inpM = 26inpL = 52timeframe(default)KjS = KijunSen[inpS,inpM,inpL]timeframe(30 minutes, updateonclose)htfKjS = KijunSen[inpS,inpM,inpL]return KjS, htfKjSStill calcultating after 5 minutes
02/24/2021 at 10:47 PM #16255002/24/2021 at 11:01 PM #162552It calculates every 5 minutes if your default TF is 5 minutes.
But what’s inside the 30-minute TF should remain unchanged for 30 minutes.
02/24/2021 at 11:12 PM #162556gfx – Topic moved to ProBuilder forum as it is an indicator question and not a platform issue.
Have you read this?
https://www.prorealcode.com/blog/learning/approach-multi-timeframe-trading-prorealtime/
02/24/2021 at 11:46 PM #162560thks. I did read the post. When I say it is still calculating, I mean … (see attached)
On a 15 minutes Dax chart.
Indeed, I do not expect an update of values every 15 minutes for the 30 minutes TF calculation.
But I would expect the indicator to be displayed on chart immediately for previous bars.
Have you tried it on a live account ?
02/25/2021 at 12:07 AM #162565You mean calculating time!?
Since there was no pic attached, I thought you were talking about the different TF’s timing.
On my PC it works like a charm, even increasing 200 to 2000 did not make any difference, just 20000 caused some slight delay.
02/25/2021 at 12:11 AM #16256602/25/2021 at 12:15 AM #162567OK – so what you are actually saying is that just a 15 minute Kijunsen calculates quickly on a DAX 15 minute chart but a 30 minute Kijunsen along with a 15 minute Kijunsen calculates extremely slowly on a DAX 15 minute chart.
I’ll change your topic title as it is a little confusing and hopefully others can test and see if they have the same issue. Until then I’m off to bed as it is a bit late/early here in Greece!
02/25/2021 at 12:18 AM #16256802/25/2021 at 8:44 AM #162583 -
AuthorPosts
Find exclusive trading pro-tools on