Hi, I am trying to learn to build a ProScreener code and need some help.
Before I have to invent the wheel again, Please reply with the simple ProScreener code of price crosses a 50MA to the upside.
I am intent to use this code as a solid base to build out my screener.
Best regards, Marcel
Here is a simple screener code of a Close price crosses a 50 periods moving average:
c = close crosses over average[50]
screener [c]
Thanks a lot, I guess this is a good base for my screener.