Recent content by ptbhacker

  1. P

    Advice on a prorealtime pro screener request

    Hello I'm trying to create a price/MACD divergence screener but the code has me stumped . Would anyone have some insight they could offer? Thanks. I have the price section relatively sorted but I cant see how to apply this to MACD: High10 = Highest[10](High) Low10 = Lowest[10](Low) C1 =...
  2. P

    ProRealTime / ProScreener / ProRealTrend / ProBackTest

    Hello Would anyone be able to offer some advice on a price/MACD divergence pro screener? I have the following so far on price (this bit seems ok) however I'm trying to apply the same to the MACD, but the code has me beat: High10 = Highest[10](High) Low10 = Lowest[10](Low) C1 = (High10 <...
Top