I am building a 5-minute scan where I look at the OHLC of candlesticks in 5 minute periods, but I also want to filter out stocks that do not meet a daily volume threshold and which are traiding above the high of the previous day. Is it possible to set up a scan that looks at 5 minute prices but also uses DAILY prices or volume? In other software I've used, a formula might look something like:
Close[5,1]-Close[5,2] > 0.10 AND VOL[D] > 1000000 AND VOL[D, 1] > 1000000.
This would say the 5-minute close 1 period ago is greater than the 5-minute close 2 periods ago and the Daily Volume today and Yesterday are bother greater than 1 million. Is there a way to set up PCF formulas in a similar manner?
Thanks.
|
I am new to TC2000 and tried searching the formums to the answer to this question and couldn't find anything, so forgive me if this is a very basic question.
I trade with several different platforms, primarily lightspeed. Is it possible to link the chart windows in TC2000 with trading platforms at all? If so, how would I go about this?
Thanks.
|