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 Airspace Collapses 18 Points to 15.5% While Hormuz …
Prediction Markets & Event Contracts
Sundays Verdict: Lebanon Locked at 99.85% as Iran June 7 …
Prediction Markets & Event Contracts
April CPI Preview: +3.7% YoY Expected at 8:30 AM ET -- C …
Traders Hideout
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
Iran Peace Expired NO: Ceasefire on Life Support, OPEC a …
Prediction Markets & Event Contracts
 
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