ProRealTime / ProScreener / ProRealTrend / ProBackTest

loudon3

Newbie
Messages
9
Likes
3
Is there any interest out there in starting a forum to discuss trading strategies using some of the powerful new features of the ProRealTime / ProScreener / ProRealTrend / ProBackTest software ?

There is a Group on Facebook for this at http://www.facebook.com/group.php?gid=100491550007233, but I can't seem to find anything here on Trade2Win.

If anyone is interested in discussing ideas on ProRealTime strategies, please let me know.

I've been experimenting with some Forex trending trading ideas using ProScreener to pre-screen Forex pairs to trade using the ProRealTrend module, for example.:)
 
Trade The Forex Trend with ProRealTime using ProScreener

Herewith copy of my write-up on a way I am using ProRealTime to Day Trade Forex pairs.

I use the SuperTrend indicator to establish a common trend across 3 separate timeframes, and ProRealTrend to show the current trading channels to help spot trade entry and exit points within trending pairs.

I attach also a sample picture of how the screen layout looks on Short trades, together with a typical SuperTrend shot.

Lastly, I attach images of the Long and Short ProScreener code
 

Attachments

  • Trade The Forex Trend with ProRealTime using ProScreener.doc
    27 KB · Views: 1,698
  • ProRealTime Short whole page 1.jpg
    ProRealTime Short whole page 1.jpg
    522.5 KB · Views: 5,211
  • ProRealTime Long ProScreener code.jpg
    ProRealTime Long ProScreener code.jpg
    156.3 KB · Views: 1,163
  • ProRealTime Short ProScreener code.jpg
    ProRealTime Short ProScreener code.jpg
    155.9 KB · Views: 941
  • Sample SuperTrend picture.jpg
    Sample SuperTrend picture.jpg
    286.4 KB · Views: 3,127
ProScreener code for Long and Short screens

Herewith copies of the actual code for Long and Short screens.

Use the procedure outlined on the ProRealTime in order to load up these screens.

[I have been trying to publish these on the ProRealTime website but can't get their recommended process to work for me yet... am talking to their Customer Service about that.]
 

Attachments

  • ProRealTime code for All-ST-Long-4-1-15 screener.doc
    22 KB · Views: 1,180
  • ProRealTime code for All-ST-Short-4-1-15 screener.doc
    22 KB · Views: 885
Publishing ProScreener code on ProRealTime website

Herewith copies of the actual code for Long and Short screens.

Use the procedure outlined on the ProRealTime in order to load up these screens.

[I have been trying to publish these on the ProRealTime website but can't get their recommended process to work for me yet... am talking to their Customer Service about that.]

Heard back today from ProRealTime today - they vet each individual submission, so there is a backlog of screeners waiting to be published.
 
This is extremely interesting thanks for sharing this. I trade the daily timeframe so I'll have a play with this and see what I come up with. Thank you!
 
Hi I'm very interested :)

What I'm trying to do is build a proscreener that selects stocks whereby price has made a new high but MACD moving avergae crossover is lower each time (MACD 12 26 9) on a 4hrly chrt (please see attachment).

I have looked everywhere on the web for this and tried to program it myself but have been unsuccessful. Are you able to assist?

Cheers

MR.
 

Attachments

  • Doc1.doc
    148.5 KB · Views: 623
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 < High10[21])
C2 = (Low10 > Low10[11])
C3 = (High10 > High10[11])


SCREENER[c1 AND c2 AND c3]


Any advice appreciated.

Regards
Pete
 
Top