Stochastics Slow Aggregation Period


Category:
0
0

Hi Pete,

I always have trouble with writing this out in the Wizard.

I would like to be able to scan for a 6 hour cross in the SlowStochastic.

Here is my attempt, though it will not take it.

My_Slow_Stoch().”SlowK” crosses above StochasticSlow().”SlowD”
getAggregationPeriod(). aggregationPeriod = AggregationPeriod.6_HOUR;

I’ve watched a few videos on this but STILL can’t get it. Please help.

Sabrina

Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on August 24, 2021 11:27 am
65 views
0
Private answer

What you are trying to do is add a secondary aggregation period to a custom scan. On Thinkorswim this is not supported. The aggregation period can only be set for the Study Filter and not within the code you add to the Study Filter. Screenshots below shows the only way you can set this up, along with the limited list of aggregation periods you can apply to a Study Filter. Notice that 6 hour aggregations are not supported for custom scans on Thinkorswim.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4086)
Answered on August 24, 2021 1:03 pm
0
Thanks Pete! Thought I could write a spiffy little minute script to get around it. I understand. Bummer.
( at August 27, 2021 11:17 am)