Working on a ichimoku strategy…

Forums ProRealTime English forum ProOrder support Working on a ichimoku strategy…

Viewing 10 posts - 1 through 10 (of 10 total)
  • #48180

    This is a very simple EA, I wrote it in the simplest way possible so that anyone can understand and work on it.
    I’m not very happy with the result, the problem is that ichimoku is strongly related to the trend,  and I’m thinking about how to do a prt analysis of the trend on different TSs.
    Anyway, I hope you also want to work on it.

     

     

     

    2 users thanked author for this post.
    #48311

    How can we help you? Do you need more assistance about:

    how to do a prt analysis of the trend on different TSs

    #48312

    Hi,

    if I want compare the current graph TF ichimoku with the ichimoku values ​​on a higher TF, for example at 1 hour respect the 15 minutes of the graph, it is possible with prt?
    Thank’s
    Piero
    #48318

    Not right out of the box (for now… still waiting for this crucial update 😀 ), but since Ichimoku is only built upon highest high and lowest low of different periods, we could try to get accurate values of higher timeframe, just by simulating them with periods multiplication. I think it should do the trick for Ichimoku.

    1 user thanked author for this post.
    #48320

    Well done @pieroim, you are making excellent progress!

    I can see that you are a seasoned coder looking at your programming style.

    I will look a bit closer at your strategy and see if I can make any improvements.

    I have a few tricks up my sleeve that I can try.

     

     

     

    #48328

    Ok.

    To speed up writing the code, I used “pointize” as a constant in various functions. This works fine with eurusd at 15 and 30 minutes, otherwise it is worth to be calculated.

    Remember, this is only the first version…

    #48331

    Nicolas, is there a way to close an order to a specific price? Example: to a 1.17113 in eurusd

    #48362

    Of course, you can use contrarian pending orders to close orders at specific price. If you want to close a BUY position above its current price:

    or to close the BUY position below its current price:

     

    #48948

    Now I’m working on the code for the pseudo higher timeframe..

    with the above code i would like to calculate an 4h ADX in a 15m chart .. but it does not go .. the chart values, no matter if fragmented, are far from those of a 4 hour ADX ..

     

    #48953

    errata/corrige..

    now vorks a little better..

    1 user thanked author for this post.
Viewing 10 posts - 1 through 10 (of 10 total)

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