Help with heikin ashi Algo please

Forums ProRealTime English forum ProOrder support Help with heikin ashi Algo please

Viewing 6 posts - 1 through 6 (of 6 total)
  • #237787

    Hi there,

    I wondered if I could have some help coding an algo idea that I have,  I’m trying to get PRT to take a trade on the open of the red candle (with the red arrow) on the attached.

    This is the trade entry criteria for the order;

    For a short
    Close < VWAP

    close < close[1]
    close[1] > close[2]
    close[2] > close[3]
    Open = High (No wick on top of candle)

    Stop = High[1]
    Target = 2 x Stop

    Any help would be greatly appreciated.

    AH

    #237792

    Your screenshot doesn’t seem to have HA candlesticks plotted?

    Here is the code using HA candlesticks:

    #237795

    @Roberto

    could we kindly have also the opposite in order to send a BUY order ?

    many thanks in advance

    #237808

    First of all I noticed a bug in the code, regarding the TP calculations. This is the amended code:

    then here is the code with both entries:

     

     

     

    1 user thanked author for this post.
    #237907

    Is the VWAP – SMF Indicator in the Library please (under another name?)?

    #237914

    Yes, I used the f symbol to automatically insert the CALL instruction and the code of the indicator was not visible as it’s a built-in proprietary code.

    In any case a different VWAP indicator can be used, despite some differences in the returned data. But VWAP is almost impossible to replicate exactly.

    Just CALL another one.

     

     

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

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