Pocket pivot point
- This topic has 6 replies, 3 voices, and was last updated 11 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
Similar topics:
Forums › ProRealTime English forum › ProScreener support › Pocket pivot point
Hello,
I would like to see all the stocks that meet the following criteria:
gr Marco
Hi. Here you have the code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
//---EMA ema50 = average[50,1](close) //---Green and Red volume bar green=close>close[1] red=close<=close[1] //---Volume red if red then volred=volume else volred=0 endif //---Maximum volume red in 10 bars maxvolred = highest[10](volred) //---Setup c1 = close > ema50 c2 = close > 2 c3 = green c4 = volume>maxvolred setup = c1 and c2 and c3 and c4 screener[setup] |
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”…?
Find exclusive trading pro-tools on