Bank Level indicator

Forums ProRealTime English forum ProBuilder support Bank Level indicator

Viewing 14 posts - 1 through 14 (of 14 total)
  • #56825

    Hi All,

    I came across Paul Langham’s channel on You tube and in it he mentioned an indicator than draws in lines which he says the banks ‘trade’ at (I.e they often make a move at).

    Basically it seems to consist of the highs and lows for the last :-

    10 weeks

    10 Months

    10 Quarters

    10 Years

     

    I am not a coder which can be seen from my daily level effort which I have attached.

    It doesnt seem to work as intended :o(

    Can someone give me some direction? I tried to substitue Dhigh for Month[high] and it said it expected a positive value?

    Regards

    BN

    #57166

    I just made this rough code for this purpose, it only calculates the last 10 weeks and 10 months highest high and lowest low, not tested but should be ok.

    I’ll try to add the other levels later, time to rest a bit now 🙂

     

    #57259

    Cheers Nicolas,

    I will have a play around with it when I get in tonight

    #79429

    how do i use the code? copy paste in mt4 ? also how to code for yearly and quaterly

    #79489

    how do i use the code? copy paste in mt4 ? also how to code for yearly and quaterly

    The code is for use with ProRealTime only. This is a forum dedicated to ProRealTime code – it is not a place to find MQ4 code solutions.

    #113428

    Hello Nicolas,

    I am also interested in this indicator,I tried to install it but it does not seem to work,could you test it ?

    Thank you,

    Jan

    #113431

    Did you add it to the price chart via the wrench in the top left corner?

    #113444

    I tried that too but it gives me the same error notice,I attached a screen shot …

    #113449

    Sorry but that screen shot is not clear enough to read. I just cut and pasted Nicolas’ code into a new indicator and it works fine. What instrument and time frame are you applying it to so that everyone else can try to get the same error?

    #113457

    It seems there’s a wrong value within brackets with HIGHEST and LOWEST.

    Try using

    at lines 11-12, and

    at lines 29-30.

     

    #113463

    Perhaps it is trying to get the values on the first bar of a chart (barindex = 0) so that would create a negative value in the HIGHEST and LOWEST brackets. So you could just enclose the main code within the following IF THEN ENDIF to avoid this:

     

    #134412

    Hi

    I think there is a lot more to these levels than meets the eye. From my understanding these levels include a number of variables that help to define the level itself, such as, how recent has the level been hit, if the market goes through the level, which would be a negative score, volume or number of transactions at the level, etc. this is based on an indicator I have used on MT4 where this was the case.  I think what Paul Langham has developed is similar to the tool, maybe more advanced.

    I would love to have such an indicator as it is really helpful in setting up a trade in determining stops and targets. If someone knows how to get this in PRT that would be great.

    Toby

     

     

    #134432

    Please define the ways to calculate those levels and maybe someone would code it? Math formulas are appreciated, thanks.

    #134435

    Hi, Let me see if I can get the details you need from my source.  Many thanks

Viewing 14 posts - 1 through 14 (of 14 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login