Open position on RSI crossing 50 only

Forums ProRealTime English forum ProOrder support Open position on RSI crossing 50 only

Viewing 12 posts - 1 through 12 (of 12 total)
  • #224759

    Hi ,

    • i work on RSI strategy, but there is issue i can’t find the slotion , i want it to open position  once RSI cross 50 only , but the system keep open postion once the RSI above 50 .

    Attached the indicators & the system .

    • secondly, can i let the system work only MES , and can`t be used for NQ or DAX  any others?   thanks
    #224763

    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’.
    I changed it.
    Thanks 🙂

    Remove line 13 and replace line 17 with:

    #224764

    Posting the code makes it easier and quicker for us to help as we can copy your code and then amend, with code in .jpg we have to type it out and keep looking back at your code in the jpg.

    Try coding betwen If and Endif in your Indicator as below …

     

     

    1 user thanked author for this post.
    #224765

    Thank you , for the other question is that possible.

    Appreacte your support

    #224770

    secondly, can i let the system work only MES , and can`t be used for NQ or DAX  any others?   thanks

    We can run Algos on 1 Instrument only, so either MES, or NQ or DAX or any other single Intstrument.

    I don’t think we can specify an Instrument within the Algo code; maybe somebody will jump in and say otherwise??

    #224791

    Yes , I want it to be only for 1 Instrument selected by me

    #224793

    So you are sorted then … just select the Instrument you want??

    #224819

    No prother , What i want to give you a copy only work for a precise Instrument only  , i want the system will not work on other Instrument

    my question can i deforce the system to work only on a precise Instrument  ?

     

     

    #224823

    No you can’t force the system to work only on a precise Instrument.

    If the System is offered via MarketPlace then it may be possible?  Hopefully an existing MP vendor will confirm this or not?

    #224827

    There is no specific instructions for the code to know wich instrument/asset is used, but as far as you know 1 or 2 (or more) accurates values of the asset in the past, maybe you can use them to let the system know if the asset/instrument is the good one (by comparing the values of the assets at those specific date to the ones you have put in the code)

    1 user thanked author for this post.
    #224829

    Hi Lucas,

    This idea is very good – I used it for myself some times (make Strategy depended on Instrument) – but in practice (Market Place application assumed) I don’t see this as something easy to accomplish.

    Say that you have the rougher TimeFrame of 1 day, then this 1 day could be used to look back (with one command, not a loop – a loop would be a no-go). But say that this starts today (ES being at 4575 as of now), then in a year of time this would this work, if you have PreLoadBars set to a virtual year. But also, because you’d also need the smaller TF of e.g. 15 minutes, then this may not be achievable in the 10000 of PreLoadBars we have. I did not do the math, but my guts tell me “not”.

    If the System is adjusted regularly *and* reloaded by the customer, it might work. But if the customer forgets to do that, suddenly his System will be rejected. And of course by then this is now understood.

    For Fahad :

     

    I must say, I always wonder how what you see below can be applied. So maybe the solution is in there somewhere ?
    And then indeed what GraHal says … maybe vendors on the Market Place know ? @Nicolas ?

    #224837

    Hi Lucas,

    This idea is very good – I used it for myself some times (make Strategy depended on Instrument) – but in practice (Market Place application assumed) I don’t see this as something easy to accomplish.

    Hi Peter,

    Of course, this would require regular adjustment.

    But at the same time, a strategy that used with an asset that it has not been optimised for would give very poor/bad result and that is maybe the best argument for avoiding to do that…

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

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