For an example I am trying to compare if today's close is greater than daily MA of last 20 days along with the condition if this week's close is also greater than weekly MA of last 10 days.
So, I am first trying to check if I am getting correct weekly close when I run explore with daily periodicity using below codes:
Thank you very much for the answer. I am able to use this code, but when I use the given code it takes Friday as the start of the week and Thursday as the end of the week. Do I need to change anything on the Amibroker options to resolve that?
Also, if in my code I am trying to use the same logic for a bit complex calculation like Super Trend, it's not working. So, if you can guide me how to find weekly parameters like in case of SuperTrend TrendUp, TrendDown and trend.
Thank you very much Tomasz. TimeFrameGetPrice function perfectly helps me to find OHLC data based on week time frame. But if I want to find a bit more complex value like SuperTrend variables, then could you please guide me how to achieve that?