Hi there,
I need some help to improve my testing ability. I have End of Day excel price (OHLC) and volume data which I often need to check an idea by comparing historical examples which are similar.
Part of what I want to do is declare yesterday and today's OHLC data as variables and then add a condition (e.g. "if yesterday's close is < today's open" then "print value of the closing price in 60 trading sessions time")
I've tried using stack overflow however cannot seem to get it quite right. I thought maybe someone has experience building this type of looping request and provide an example which can get me over the hump.
thanks
I need some help to improve my testing ability. I have End of Day excel price (OHLC) and volume data which I often need to check an idea by comparing historical examples which are similar.
Part of what I want to do is declare yesterday and today's OHLC data as variables and then add a condition (e.g. "if yesterday's close is < today's open" then "print value of the closing price in 60 trading sessions time")
I've tried using stack overflow however cannot seem to get it quite right. I thought maybe someone has experience building this type of looping request and provide an example which can get me over the hump.
thanks