Dark Theme
Light Theme
Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to
register in order to view the content of the threads and start contributing to our community.
It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Updated August 2, 2020
Top Posters
looks_one
Aregon
with 2 posts (3 thanks)
looks_two
mgwill
with 2 posts (0 thanks)
looks_3
josemarcello
with 2 posts (0 thanks)
looks_4
Saylarr
with 2 posts (0 thanks)
trending_up
7,130 views
thumb_up
3 thanks given
group
6 followers
forum
9 posts
attach_file
3 attachments
April 11th, 2015, 01:41 PM
Olivos, Buenos Aires, _Argentina
Experience: Intermediate
Platform: ninjatrader
Trading: futures
Posts: 52 since Nov 2014
Thanks Given: 14
Thanks Received: 2
hi,
There is a similar indicator to xtl to get advance?
it can be adjusted at 35 bars
see the picture
Can you help answer these questions from other members on NexusFi?
Best Threads (Most Thanked) in the last 7 days on NexusFi
November 30th, 2015, 08:26 AM
uk
Experience: Beginner
Platform: tradestation
Posts: 11 since Feb 2010
Thanks Given: 10
Thanks Received: 2
Hi There,
I have downloaded this for earlier in the year but my computer crashed and I cannot find the file even through the advanced search, if anyone could help that would be very kind.
many thanks in advance.
Mark (UK)
November 30th, 2015, 11:29 AM
Queensland, Australia
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: micro emini's
Posts: 64 since Sep 2009
Thanks Given: 375
Thanks Received: 92
November 30th, 2015, 12:14 PM
uk
Experience: Beginner
Platform: tradestation
Posts: 11 since Feb 2010
Thanks Given: 10
Thanks Received: 2
many thanks Aregon, I found this indicator very good for keeping you in the trend.
cheers form the UK
May 26th, 2017, 10:31 AM
phoenix
Experience: Intermediate
Platform: ninja
Trading: emini
Posts: 3 since Mar 2017
Thanks Given: 1
Thanks Received: 0
Hello,
I'm wondering if anyone knows of an indicator like this (or this particular one) that is is available for ?
Appreciate the help.
March 27th, 2020, 09:54 AM
London
Experience: Intermediate
Platform: Ninja Trader
Trading: Index
Posts: 4 since Jan 2015
Thanks Given: 5
Thanks Received: 1
Hi Im looking for XTL indicator for or if someone can convert it from .
Thanks
March 27th, 2020, 11:13 PM
Queensland, Australia
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: micro emini's
Posts: 64 since Sep 2009
Thanks Given: 375
Thanks Received: 92
Jose - Check this link - Post #2 !!
Aregon
May 4th, 2020, 07:49 PM
Las grutas
Posts: 3 since May 2020
Thanks Given: 0
Thanks Received: 0
Hi, I'm looking for this XTL indicator, but for Thinkorswim , is there one? or has anyone done a conversion of this to thinkscript?
Sorry if my English is bad, I am using the translator.
Cheers
July 5th, 2020, 04:33 PM
Las grutas
Posts: 3 since May 2020
Thanks Given: 0
Thanks Received: 0
Saylarr
Hi, I'm looking for this XTL indicator, but for Thinkorswim, is there one? or has anyone done a conversion of this to thinkscript?
Sorry if my English is bad, I am using the translator.
Cheers
Well in the end I managed to translate it to TOS myself, I'll leave it here in case someone needs it in the future.
Code
input period = 35;
input paintBars = yes;
input showTargets = yes;
def fixedValue = 37;
#XTL pintado de barras y periodos cci
def GreenPrice = CCI(period) > fixedValue;
def RedPrice = CCI(period) < -fixedValue;
def NeutralPrice = -fixedValue <= CCI(period) and CCI(period) <= fixedValue;
DefineGlobalColor("Bullish", Color.BLUE);
DefineGlobalColor("Neutral", Color.WHITE);
DefineGlobalColor("Bearish", Color.RED);
AssignPriceColor(if !paintBars then Color.CURRENT else if GreenPrice then GlobalColor("Bullish") else if RedPrice then GlobalColor("Bearish") else GlobalColor("Neutral"));
August 2nd, 2020, 09:40 PM
London
Experience: Intermediate
Platform: Ninja Trader
Trading: Index
Posts: 4 since Jan 2015
Thanks Given: 5
Thanks Received: 1
Hi
I used to have XTL with daily VWAP on . Can someone put these two indicators together as one and convert it to ?
Thanks
Attached Files
Elite Membership required to download: XTL.zip
Elite Membership required to download: SessionVWAP.zip
Last Updated on August 2, 2020