I'm using the following TC2000 script to scan everyday (with EOD data) many forex currencies in order to find pairs that met my criteria.
But... I need desperately to convert it in Metastock but I haven't use metastock the last 6 years and all this is a nightmare in my head


So, I kindly ask if someone can help me to convert this in Indicator/Expert Advisor
(I want to scan everyday my list of forex pairs)
(TC2000) Script for shorts :
O>L1 AND
C>L1 AND
L<L1 AND
O>XAvg(C,200) AND
C>XAvg(C,200) AND
L<XAvg(C,200) AND
XAVG(C,18)>XAVG(C,50) AND
XAVG(C,50)>XAVG(C,100) AND
XAVG(C,100)>XAVG(C,200)
O, C, L are Open, Close, Low of present candle. L1 is the Low of previous candle.
XAVG is Exponential Moving Average.
(TC2000) Script for longs :
O<H1 AND
C<H1 AND
H>H1 AND
O<XAvg(C,200) AND
C<XAvg(C,200) AND
H>XAvg(C,200) AND
XAVG(C,18)<XAVG(C,50) AND
XAVG(C,50)<XAVG(C,100) AND
XAVG(C,100)<XAVG(C,200) AND
C>5
I really appreciate if someone can help me.
Regards
Panos
But... I need desperately to convert it in Metastock but I haven't use metastock the last 6 years and all this is a nightmare in my head
So, I kindly ask if someone can help me to convert this in Indicator/Expert Advisor
(TC2000) Script for shorts :
O>L1 AND
C>L1 AND
L<L1 AND
O>XAvg(C,200) AND
C>XAvg(C,200) AND
L<XAvg(C,200) AND
XAVG(C,18)>XAVG(C,50) AND
XAVG(C,50)>XAVG(C,100) AND
XAVG(C,100)>XAVG(C,200)
O, C, L are Open, Close, Low of present candle. L1 is the Low of previous candle.
XAVG is Exponential Moving Average.
(TC2000) Script for longs :
O<H1 AND
C<H1 AND
H>H1 AND
O<XAvg(C,200) AND
C<XAvg(C,200) AND
H>XAvg(C,200) AND
XAVG(C,18)<XAVG(C,50) AND
XAVG(C,50)<XAVG(C,100) AND
XAVG(C,100)<XAVG(C,200) AND
C>5
I really appreciate if someone can help me.
Regards
Panos