Trades not activated although signal is given

Forums ProRealTime English forum ProOrder support Trades not activated although signal is given

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

    Hi,

     

    I have set a up a simple algo with an indicator which I am backtesting.The system is always either in a long or short trade ( all day between 09:00 and 17:30). There is an issue that although the system should be taking trades it does not. I am working with 1 hour candlestick chart so the maximum amount of trades per day is 9 but on some day the system takes much less trades even though the previous trade is already closed. It even happens that on some days the system does not take any trade at all. Could anyone help to clarify?

    #195029

    I’d have the same response as in the other topic – post your code please. 🙂

    #195031
    #195032

    attached you can also see that the system does not take trades when it is supposed to…

    #195037

    the system does not take trades when it is supposed to…

    I see it the (kind of) other way around : the system does not Exit (so your issue is about the Trailing Stop (other topic) indeed. So it’s still in and therefore does not trade (new Entries).
    But this is at a glance …

    Edit : no, I am not correct there. Wait …

    #195038

    Different approach :

    Can’t you take an other Indicator at first ?
    I recall a topic in here where it took several people (including me) several hours to understand this Aroon indicator. After working on this it was my conclusion that it could be useful after some more understanding. But I also recall I remained alone on that vision. Anyway, please use a pair of simple averages (longer and shorter) to test your PRT capabilities. If should just work as you expect, but with an indicator which does what you want. 🙂

    PS: And if I don’t see it, then hopefully someone else does ? … I take it that your daysForbiddenEntry is fine.

    #195039
    #195040

    hey,

    yes, I can also look at other indicators but i would really like to understand why the execution is not as wanted. Thank you for the link which I will look at with interest.
    Day entry is fine…it´s just random days where trades are not taken..

    #195051

    In your code, your conditions are wrong, you are testing in both conditions is AroonUp is above AroonDown, while I think you dont want that in both cases.

    #195091

    Hey Nicolas, I’m not sure wether I don’t see what you mean but for the long trade Aroon up is above Aroon down and for the short trade Aroon down is below Aroon up. Am I missing something?

    #195093

    C1 and C2 are the same!
    You replaced > with <, which is correct, but swapping indicators as well, made that replacement useless!

    1 user thanked author for this post.
    #195094

    now I see what you mean!

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