Price action strategy for volatile instruments

Forums ProRealTime English forum ProOrder support Price action strategy for volatile instruments

Viewing 11 posts - 1 through 11 (of 11 total)
  • #49664

    I am developing a price action strategy for volatile instruments like cryptocurrencies. The strategy will be modular and each module will examine a different price change characteristic. One of the modules will be the continuous optimisation of the code based on @juanj heuristics algorithm but slightly different.

    I will be sharing the code here for other people to use or to optimise further or if I need assistance.

    #49670

    If anyone is interested in doing this together, may I ask them to come up with a code to determine if the higher high higher low pattern exist. I don’t really like to use ADX or other commercially available indicators. I don’t think they do the job but let’s see. This will be one of the modules.

    #49673

    Yeah let’s do this together. The modules use the same variables but work independently of each other. Any suggestions? If anyone wants to take the lead I’m happy to be a contributor.

    #49680

    I think you have to take the lead since nobody knows what you have in mind exactly.

    #49706

    Hi Mansoor

    What do you mean exactly about this? ” the higher high higher low pattern”

    higher lows and higher highs like a rising donchian channel?

    or higher pivots/fractals?

    #49750

    My main objective is to determine if price rise/fall is accelerating or decelerating.

    #49765
    Leo

    I can’t follow you…

    i am developing an idea for detecting maximums and minimums locals. Maybe is helpful for you as well.

    I am posting my ideas here due to my goal is to detect double top and bottoms

    https://www.prorealcode.com/topic/dobule-bottom-or-double-top/

     

    #49886

    @Leo, every time you have retracement you will have a double top or a double bottom signal which in a lot of cases would be a false signal.

    #49994
    Leo

    Hi,

    I posted a method for detecting and locating minimums and maximum locals, here:

    https://www.prorealcode.com/topic/dobule-bottom-or-double-top/ 

    Hope we can created a very powerful tool, have a look in the photo

    1 user thanked author for this post.
    #50010

    The backbone of my idea is momentum in very short timeframe like 10 seconds. This should catch any breakout which you expect at critical points and should eliminate the need for checking support and resistance levels because breakouts usually occur at high speed.

    Basically:

    If Momentum[period] > factor*Criteria Then Buy

    If Momentum[period] < -factor*Criteria Then Sell

    Period & Criteria will be optimised by PRT. Factor is a function of other technical indicators for example “If RSI > 70 Then factor = 1.2”.

    I think the idea is great but I’m a bit inexperienced to develop it. My initial results with factor = 1 are not really impressive at all. It’s not even worth to share the code here. 🙁

    #50011

    This code will make your broker rich very quickly!!

    I’m leaving this project at this stage. If anyone wants to work on it and develop it further, please update the revision in the filename.

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

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