I am creating a DB for following stocks. The table looks like this:
Date, Hi, Lo, Close, Change, Support, Resistance,
I have it all working, except I want access to calculate the Change column
for me. The change is the difference between the close. So if it closed at
50 yesterday and closed at 55 today - the change would be +5. Conversely,
if it closed and 55 yesterday and closed at 50 today then the change would be
-5. IS there an easy way to do this?/
Date, Hi, Lo, Close, Change, Support, Resistance,
I have it all working, except I want access to calculate the Change column
for me. The change is the difference between the close. So if it closed at
50 yesterday and closed at 55 today - the change would be +5. Conversely,
if it closed and 55 yesterday and closed at 50 today then the change would be
-5. IS there an easy way to do this?/
Comment