PhilippulusBlog – Welcome to the forums. I see that this is your first post. Please use the ‘Insert PRT Code’ button when posting code in your future posts as it makes it so much easier for others to read. I have tidied up your post for you. 🙂
Thanks, I changed it according to and it works now:
1
2
3
4
5
6
7
8
9
10
11
12
13
mm7=AVERAGE[7]
mm23=AVERAGE[23]
dynamic=MOMENTUM(mm7-mm23)*100/CLOSE
KapitalMini=50000000// Minimum Capital (in K)
Kapital=Volume*WeightedClose/1000
KapitalOK=(Kapital>KapitalMini)
IFmm7CROSSES UNDERmm23THEN
SCREENER(dynamicAS"Force")
ENDIF
SCREENER[dynamicANDKapitalOK]
But whatever ‘KapitalMini’ value I used, I tried 50,000, 500,000, 5,000,000, I never get less than 114 hits for US NYSE Stocks.
What could the issue be?
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue