NexusFi: Find Your Edge


Home Menu

 





ADX set up for 5m aggPeriod required


Discussion in ThinkOrSwim

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




 
Search this Thread

ADX set up for 5m aggPeriod required

  #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?
Strategy stop orders partially filled
EasyLanguage Programming
What broker to use for trading palladium futures
Commodities
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #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


© 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