Pocket pivot point

  • This topic has 6 replies, 3 voices, and was last updated 1 week ago by avatarIván.
Viewing 7 posts - 1 through 7 (of 7 total)
  • #232431

    Hello,

    I would like to see all the stocks that meet the following criteria:

    1. De price is above EMA50 day
    2. De price is higher then 2 usd
    3. De price is higher then price day before
    4. The last daily volume bar (which is green) needs to have a higher volume then any RED volume bar in the last 10 days (see attachment for example)

     

    gr Marco

    #232451

    Hi. Here you have the code:

    1 user thanked author for this post.
    avatar JS
    #232453
    JS

    Hi @Iván

    Nice solution…

    I see that you make the color of the “volume bar” depend on “Close and Close[1]” e.g. green is “Close>Close[1]”…

    Doesn’t the color of the volume bar depend on the “Close and Open”, e.g. green is “Close>Open”…?

    #232482

    Hi JS!
    No it doesn’t.
    Look at the screenshot

    #232486

    thanks Ivan

    #232490
    JS

    Hi Iván

    Look at this screenshot… 😉

    ???

     

    #232495

    Hi
    We can modify in settings.
    By default is close >= close[1] –> green

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

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