NexusFi: Find Your Edge


Home Menu

 





AggregationPeriod.DAY usage in ThinkOrSwim Mobile


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,420 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 0 posts
    2. attach_file 0 attachments




 
Search this Thread

AggregationPeriod.DAY usage in ThinkOrSwim Mobile

  #1 (permalink)
kryurik
San Francisco, CA
 
Posts: 1 since Sep 2016
Thanks Given: 0
Thanks Received: 0

I have several indicators with AggregationPeriod.DAY displayed on my intraday charts in TOS desktop.

Example:
 
Code
# Previous Close

plot PrevDayClose;

# Previous Close
PrevDayClose = close(period = AggregationPeriod.DAY);
PrevDayClose.SetPaintingStrategy(PaintingStrategy.HORIZONTAL);
PrevDayClose.SetStyle(Curve.LONG_DASH);
PrevDayClose.SetDefaultColor(CreateColor(240,240,240));
PrevDayClose.SetLineWeight(1);
I also want to use it in TOS Mobile, but for some reason aggregation period is always equal to the period which is currently selected for the mobile chart. So, in my case for the example above it's displayed for each 5-min candle.

Does anyone know how to fix it?

Reply With Quote




Last Updated on March 26, 2018


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts