NexusFi: Find Your Edge


Home Menu

 





trend in multiple time zones


Discussion in Traders Hideout

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




 
Search this Thread

trend in multiple time zones

  #1 (permalink)
 Abusamjad91 
San Francisco California
 
Experience: None
Platform: NinjaTrader
Trading: futures
Posts: 70 since Oct 2020
Thanks Given: 56
Thanks Received: 59

Hi all,

Does anyone know of an indicator that shows the trend or the current bar colors for multiple time zones? For example are there green bars in the 1 minute bars, 2000 tick bars etc. For NT8. I guess similar to the ribbon-trader indicator but for different time zones.

Thank you

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
MC PL editor upgrade
MultiCharts
What broker to use for trading palladium futures
Commodities
 
  #2 (permalink)
 Abusamjad91 
San Francisco California
 
Experience: None
Platform: NinjaTrader
Trading: futures
Posts: 70 since Oct 2020
Thanks Given: 56
Thanks Received: 59

I found this code from @jmont1. Could you guys help to show different data series instead of the emas? I'm currently working at it myself but with no coding skills.

Select Indicator from list at right and click on Ribbon.
Make your changes to the numbers in BOTH BOLDED places and compile by using PF5 or the compile symbol about the middle of the options symbols.

private int length1 = 5;
private int length2 = 10;
private int length3 = 20;
private int length4 = 30;

private EMA[] ema = new EMA[4] { null, null, null, null };

protected override void OnStateChange()
{
if (State == State.SetDefaults)
{
Description = @"Enter the description for your new custom Indicator here.";
Name = "Ribbon Trader";
Calculate = Calculate.OnBarClose;
IsOverlay = false;
DisplayInDataBox = true;
DrawOnPricePanel = true;
DrawHorizontalGridLines = true;
DrawVerticalGridLines = true;
PaintPriceMarkers = true;
ScaleJustification = NinjaTrader.Gui.Chart.ScaleJustification.Right;
//Disable this property if your indicator requires custom values that cumulate with each new market data event.
//See Help Guide for additional information.
IsSuspendedWhileInactive = true;
Length1 = 5;
Length2 = 10;
Length3 = 20;
Length4 = 30;

Started this thread Reply With Quote
  #3 (permalink)
 
glennts's Avatar
 glennts 
Corpus Christi, TX / Westcliffe, CO
 
Experience: Advanced
Platform: NinjaTrader
Broker: DDT / Rithmic / Kinetick / IQ
Trading: 6E, ES
Posts: 420 since Oct 2010
Thanks Given: 24
Thanks Received: 1,022


If all you are interested in is knowing up, down or sideways on different time frames you can accomplish this with Market Analyzer.

Reply With Quote




Last Updated on October 26, 2021


© 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