Range Rule bias RSI

Forums ProRealTime English forum ProBuilder support Range Rule bias RSI

  • This topic has 6 replies, 3 voices, and was last updated 1 year ago by avataryas.
Viewing 7 posts - 1 through 7 (of 7 total)
  • #205705
    yas

    Hi Guys

    Need bit of help on my code i am trying to code this indicator using RSI but i am getting the following error on the code when trying to upload to the pro real time

    error is postive integer field expected with rsi

    here is the code

     

    anyone can help please

    #205706
    yas

    can some one help me with this code error please

    #205708

    You posted your request at 12:33, now it’s 12:43 and you are urging a reply.

    You will get one, as soon as someone is available. Be patient, please 🙂

     

    #205709

    Hi,

    Topic moved from french probuilder forum to english probuilder forum, to comply with forum rules in yellow box below, appearing just before the “submit” button.

    You have this line:

    requiring your rsiperiod to be an integer,

    but at the beginning, it is defined as:

    which is not an integer…

    So depending on what you’re trying to achieve, either you make rsiperiod an integer to start with, or you use something else which is an integer in your irsi definition

    #205711

    The issue is in line 2, since  is assigned an RSI value, instead of a number of periods.

    It should read:

    #205712

    Two replies in a row is better than one!

    1 user thanked author for this post.
    #205713
    yas

    Thank you much appreciated many thanks again for speedy response

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

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