Display monthly SVEPivots on 1 min chart


Category:
0
0

Let’s say I am looking at 1min chart. I can plot, let’s say, SVE pivots of daily aggregation. I also want to plot the pivots with aggregationperiod.month. However, the monthly won’t show up except for the 1st and 2nd day of month (As in the bar is included in that day).

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on May 15, 2020 7:19 pm
133 views
0
Private answer

I updated the title of your question because it failed to describe the context of your request. How to display monthly data on a one minute chart. That is simple:

plot priceClose = close(period = AggregationPeriod.MONTH);

However that is not all what you are requesting.

Your solution is very simple. You need to make sure your 1 min chart contains sufficient data to include at least one full month of data. Which is utterly insane, but required if that's what you want. I honestly don't understand this obsession with 1 min time frames. So many folks are using that these days. In all my years of studying with the pros I never once saw any of them use a 1 min time frame. Nothing but noise down there. But, oh well.

Screenshot below shows the monthly SVEPivots plotted on a 1 min chart. Note that I have set the 1 min chart to include 90 day worth of data.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on May 15, 2020 8:18 pm