NexusFi: Find Your Edge


Home Menu

 





ADX set up for 5m aggPeriod required


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
alagrande
glendale ca usa
 
Posts: 97 since Sep 2017
Thanks Given: 11
Thanks Received: 88

hi, i need help, i need to have this indicator to be set at 5min aggregation period (programatically) while running on a 1min timeframe.
Anybody would like to help i thank you!


input ADX_length = 9;
input LookBack = 3;

def ADX = DMI(ADX_length).ADX;

# ADX label
AddLabel(ADX > 20, "1M: " + Round(ADX, 2), Color.GREEN);
AddLabel(ADX < 20, "1M: " + Round(ADX, 2), Color.PINK);
# Compare ADX to previous value
AddLabel(ADX > ADX[1], " ", Color.GREEN);
AddLabel(ADX < ADX[1], " ", Color.PINK);
# Compare ADX to previous X bars
AddLabel(ADX > Highest(ADX[1], LookBack), " ", Color.GREEN);
AddLabel(ADX < Lowest(ADX[1], LookBack), " ", Color.PINK);


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Iran Lebanon Problem Kills Switzerland Talks, Brent at $ …
Prediction Markets & Event Contracts
Kalshi Sets $4.13B All-Time Weekly Record as Polymarket …
Prediction Markets & Event Contracts
El Clasico Draws $9.2M in Prediction Market Action -- Bi …
Prediction Markets & Event Contracts
Iran Peace Expired NO: Ceasefire on Life Support, OPEC a …
Prediction Markets & Event Contracts
April Jobs Beat Flips Fed Hike Odds Past 52% for First T …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #2 (permalink)
 shzhning 
Madison, NJ
 
Experience: Intermediate
Platform: CQG/TOS
Broker: Optimus/CQG
Trading: ZN/TN/ES/NQ
Posts: 134 since Jun 2010
Thanks Given: 65
Thanks Received: 112

I use 30 min ichimoku on 10 min chart. What's been working for me is to use default input value times 3. In your case, try set your length to 45, and lookback to 15 (9x5; 3x5). It might work

Sent using the NexusFi mobile app


Reply With Quote




Last Updated on May 4, 2018


© 2026 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 - Downloads - Top
no new posts