PDA

View Full Version : URSC Code


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

Jose
3rd April 2005, 03:19 AM
Fred, your code works fine all the way back to the 50's here.
Check to see that your S&P data goes back beyond 2002, and also read the Copyright message in the URSC formula header.

jose '-)

fredesch
3rd April 2005, 09:38 PM
Dear Jose,
My apologies for stipulating the copyright code! I just wasn't thinking properly. I'll certainly not do that in the future.

You were correct about the lack of S&P 500 index data.

Many thanks,

Fred