fredesch
2nd April 2005, 12:14 AM
Dear Jose,
I incorporated some of your URSC code (see below) into a TradeSim Exploration and discovered that it blocked the acquistion of data into the TradeSim database prior to Jan 3, 2002. I set up the Exploration to begin on Jan 2, 2000 and it does so in the absence of this URSC code. This is the code from your indicator that I employed:
Idx:=Fml("URSC-US path S&P 500");
dat:=C;
{ Copyright material edited by moderator }
...;
...;
...;
...;
...;
RSC<Mov(RSC,50,S);
There is likely some component of your indicator that I can alter to suit my coding needs. Would you be able to identify it for me?
Thank you very much, Jose!
With kind regards,
Fred
I incorporated some of your URSC code (see below) into a TradeSim Exploration and discovered that it blocked the acquistion of data into the TradeSim database prior to Jan 3, 2002. I set up the Exploration to begin on Jan 2, 2000 and it does so in the absence of this URSC code. This is the code from your indicator that I employed:
Idx:=Fml("URSC-US path S&P 500");
dat:=C;
{ Copyright material edited by moderator }
...;
...;
...;
...;
...;
RSC<Mov(RSC,50,S);
There is likely some component of your indicator that I can alter to suit my coding needs. Would you be able to identify it for me?
Thank you very much, Jose!
With kind regards,
Fred