weekly high low indicator
Forums › ProRealTime English forum › ProBuilder support › weekly high low indicator
- This topic has 19 replies, 4 voices, and was last updated 1 year ago by flippingthefib.
-
-
09/23/2023 at 6:08 PM #221482
Hi can anyone code me a high low weekly and daily indicator or help me to do it
With Thanks
09/24/2023 at 11:17 AM #221495You can use the standard indicator “Donchian Channel”…
Donchian Channel works with:
WeekHigh=Highest[Period](High)
WeekLow=Lowest[Period](Low)
For example, if you use a time frame of 1 hour, you use for the period of a week:
Period=24 x 5 = 120 (24 hours x 5 days)
09/24/2023 at 4:55 PM #221514Thanks Js
but is there a code i can put in for last weeks high low that goes into this week that i can use on the 15 min chart im just looking dor them 2 lines
With thanks
09/24/2023 at 5:26 PM #22151909/24/2023 at 5:34 PM #22152209/24/2023 at 7:32 PM #22152509/25/2023 at 12:50 PM #221555Thank You JS and Phontzs
Thats what i wanted
I wantes to back test my strat that if i sold at the high and buy at the low. But for some reason i cant figure out it keeps giving an error as attached
any ideas
With thanks
09/25/2023 at 3:24 PM #221568Maybe some odd characters have been added unintentionally while editing or pasting code.
09/25/2023 at 9:08 PM #221586More help please
The code below i wanted to set the time for the 8 hours to be 22.00 06.00 and 1400 as the time
But the come in on the chart as 00.00 08.00 and 16.00
Can and how do i do this please
With thanks to anyone who can help me
09/25/2023 at 11:39 PM #22158909/26/2023 at 7:42 AM #221594Yes but i need a weekly high low which i have
But i also need an 8 hour high low with the high low of the 22.00 06.00 and 14.00 timeframe
But it gives me the high low of the 00.00 08.00 16.00 timeframe can i change it and how
With thanks to all who are helping
09/26/2023 at 6:09 PM #221619You can’t change the date the candles are formed, it’s a choice of the broker.
You can only tag them using a different time zone.
09/26/2023 at 6:43 PM #221627Or do you mean something like that, a “High” and a “Low” starting at a certain time (in this case 220000 hours) …
High Low 22000012345678910TimeFrame(1 hour, UpDateOnClose)If OpenTime=220000 thenxHigh2200=Highest[8](High)xLow2200=Lowest[8](Low)EndIfTimeFrame(Default)Return xHigh2200 as "High2200", xLow2200 as "Low2200"09/27/2023 at 4:00 PM #221689Thank you JS
That is perfect
Im trying to backtest but it keeps giving me an error as attacked for some reason
Im buying at the low and selling at the high
Im doing this in simpilifed creation. As know little about coding
Any idea how to do this
With thanks
09/27/2023 at 4:09 PM #221691 -
AuthorPosts
Find exclusive trading pro-tools on