array variables availability in ProRealTime – examples and discussions

Forums ProRealTime English forum ProBuilder support array variables availability in ProRealTime – examples and discussions

Viewing 11 posts - 196 through 206 (of 206 total)
  • #206317

    Hi Nicolas,

    I use your example1 to the TSLA chart. But it seems a very important resistance/support zone could not be found?

     

    #206319

    That code are using tops and bottoms aligned, not accumulation of prices in the same zone.

    #206323

    Hi Nicolas,

    I use the example4 on the SPY. But it looks quite different than your example screen.

     

    #206325

    Because you are applying it on the daily chart. Pivot points change everyday and that’s what you observed as a curve on a daily chart.

    #206326

    I apply your example5 on SPY but see nothing.

     

    #206328

    Do not add it on the price, but like an oscillator indicator.

    #213774

    Hi Nicolas, I know it’s an old topic but I’m struggling to understand the use of Array. If I put in this indicator Timeframe (1 day, Updateonclose) at the beginning of the code Example #1: support and resistance example, based on fractals points, is it possible to see the rectangles of that timeframe on my chart timeframe 5 minutes? I ask you this because if I do that, I don’t see anything, probably I’m missing something. Second question, If I want to see the condition if price close in TF 5 minutes  for example in the middle of a $Topy(y) – $Topy(y) detected in TF 1 day, do I have to do a cycle For, to look for the array and then code a Buy if that condition is Ok? It’s not clear for me, it’d be of great help if you could help me.

    thank’s in advance

     

    Alessio

    #220348

    If you have a list of values (a list of recent highest high, for example), storing them in single variables could look like this:

    Hi Nicolas,

    In your post on 2/6/2020 you seem to have examples or code you used for explanation of the ArrayMax. For some reason, I cannot copy this code or view it. Are these still available?

    Thx

    Pieter

    #220349

    I had the same issue when I first copied the code. If I remember well, you need to reduce/increase the factor of 0.5, it’s ticker and timeframe dependent.

    #220350

    If I put in this indicator Timeframe (1 day, Updateonclose) at the beginning of the code Example #1: support and resistance example, based on fractals points, is it possible to see the rectangles of that timeframe on my chart timeframe 5 minutes?

    No, if you want to get the support and resistance detection of the daily timeframe in an inferior timeframe, then the detection must be made in the code. The example #1 should be changed a bit for that purpose..

    If I want to see the condition if price close in TF 5 minutes  for example in the middle of a $Topy(y) – $Topy(y) detected in TF 1 day, do I have to do a cycle For, to look for the array and then code a Buy if that condition is Ok?

    Yes, if you want to find something relevant for your condition in the table, then loop in it and explore the data stored 🙂

    #220351

    In your post on 2/6/2020 you seem to have examples or code you used for explanation of the ArrayMax. For some reason, I cannot copy this code or view it.

    I recoded the examples in the first post.

    1 user thanked author for this post.
Viewing 11 posts - 196 through 206 (of 206 total)
Similar topics:

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