candle range indicator
Forums › ProRealTime English forum › ProBuilder support › candle range indicator
- This topic has 13 replies, 3 voices, and was last updated 1 month ago by tonbijl.
-
-
02/09/2021 at 11:29 AM #16078602/09/2021 at 12:15 PM #160796
There you go:
1SCREENER[range <= 10.0 * pipsize](Range as "Range")02/09/2021 at 1:01 PM #16080002/09/2021 at 2:31 PM #160818It can’t work in ProBuilder, it’s a screener to be used in ProScreener.
ProBuilder only deals with indicators.
This is the above code for ProBuilder:
1RETURN (range <= 10.0 * pipsize)02/09/2021 at 5:08 PM #160844tonbijl – Your topic title has been edited. Please try to follow the forum rules with any future topics.
- Give your topic a meaningful title. Describe your question or your subject in your title. Do not use meaningless titles such as ‘Coding Help Needed’.
02/13/2021 at 10:49 AM #16127402/13/2021 at 11:01 AM #161275There you go:
123456789c1 = (range <= 10.0 * pipsize)c2 = 0IF close > open THENc2 = (high - close) <= 1 * PipSizeELSIF close < open THENc2 = (close - low) <= 1 * PipSizeENDIFCond = c1 AND c2SCREENER[Cond](Range as "Range")02/13/2021 at 11:10 AM #16127702/13/2021 at 11:41 AM #161280tonbijl – You clearly want indicator help and not screener help so I have changed your title and moved your topic from the screener forum to the indicator forum.
Try to be a little clearer with what you actually need with any future posts to try to save confusion and wasted time.
12345678910c1 = (range <= 10.0 * pipsize)c2 = 0IF close > open THENc2 = (high - close) <= 1 * PipSizeELSIF close < open THENc2 = (close - low) <= 1 * PipSizeENDIFCond = c1 AND c2return Cond02/20/2021 at 3:54 PM #162107is it possible to add this formula to the indicator Above
1234shooting = (min(open,close)-low)/range<=.5 and (open-low)/range<=.5 and (close-low)/range<=.5hammer = (high-max(open,close))/range<=.5 and (high-open)/range<=.5 and (high-close)/range<=.5return -shooting,hammer02/20/2021 at 4:19 PM #162109tonbijl – Once again I have had to tidy up your post. It was a HTML mess – are you cutting and pasting from a translation app? If so please stop doing it. If your post looks wrong then you have five minutes to edit it or delete it after clicking submit.
You also failed to use the ‘Insert PRT Button’ when posting code as requested in the forum rules. I tidied that up too.
On top of this you have posted two topics so far and managed to put both in the wrong forums
You have also failed to give both of your topics meaningful titles.
You are creating a lot of work for moderators having to tidy up your posts so please re-read and understand the few simple forum rules before posting again.
The forum rules are the things written under the text box and above the ‘submit’ button if you are struggling to find them.
02/21/2021 at 9:43 AM #162156Sorry for the inconvenience this is the complete code
1234shooting = (min(open,close)-low)/range<=.5 and (open-low)/range<=.5 and (close-low)/range<=.5hammer = (high-max(open,close))/range<=.5 and (high-open)/range<=.5 and (high-close)/range<=.5return -shooting,hammerI hope it is possible to complete the code
02/21/2021 at 10:03 AM #162158Why are you posting it again!!! ? I already said that I tidied up your last post and inserted the code.
1234567891011121314c1 = (range <= 10.0 * pipsize)c2 = 0IF close > open THENc2 = (high - close) <= 1 * PipSizeELSIF close < open THENc2 = (close - low) <= 1 * PipSizeENDIFshooting = (min(open,close)-low)/range<=.5 and (open-low)/range<=.5 and (close-low)/range<=.5hammer = (high-max(open,close))/range<=.5 and (high-open)/range<=.5 and (high-close)/range<=.5Cond = c1 AND c2 and (shooting or hammer)return Cond09/23/2024 at 7:44 PM #237959 -
AuthorPosts
Find exclusive trading pro-tools on