NexusFi: Find Your Edge


Home Menu

 





Make Charts Pretty!


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one ThatManFromTexas with 39 posts (74 thanks)
    2. looks_two Fat Tails with 25 posts (69 thanks)
    3. looks_3 lolu with 21 posts (9 thanks)
    4. looks_4 Mindset with 18 posts (38 thanks)
      Best Posters
    1. looks_one Fat Tails with 2.8 thanks per post
    2. looks_two Mindset with 2.1 thanks per post
    3. looks_3 ThatManFromTexas with 1.9 thanks per post
    4. looks_4 Big Mike with 1.3 thanks per post
    1. trending_up 79,530 views
    2. thumb_up 263 thanks given
    3. group 48 followers
    1. forum 202 posts
    2. attach_file 66 attachments




 
Search this Thread

Make Charts Pretty!

  #141 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,355


lolu View Post
@TMFT,

This thing just works GREAT !!!



Your BB (Bolliger Band) has the Z Order code to make it work on the background; so, for any indicator with fills feature (e.g. Fat Tails' BB and VWAP, etc ), they have to be tweaked with Z Order for their fill painting to appear on the background... RIGHT ? How easy is this ?

Lolu

Actually, the reason my Bollinger shows up on the image background is because I changed the Draw Region to FillPolygon and use Zorder .

The Zorder itself is very simple;

Assign a specific value

 
Code
protected override void Initialize()
		{
			Overlay				= true;
			ZOrder				= -10;
		}
Or assign the Max/Min level value

 
Code
if(UseZorder)
			ZOrder = int.MaxValue;
			else
			ZOrder = int.MinValue;

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
 
  #142 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,236
Thanks Received: 101,660


ThatManFromTexas View Post
@lolu

I took your suggestion of using the same image and changing the hue depending on the trend. It works great , you just have to choose a "good" image to start with.

Very creative, nice work.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #143 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,355



lolu View Post
@TMFT,

This thing just works GREAT !!!



Your BB (Bolliger Band) has the Z Order code to make it work on the background; so, for any indicator with fills feature (e.g. Fat Tails' BB and VWAP, etc ), they have to be tweaked with Z Order for their fill painting to appear on the background... RIGHT ? How easy is this ?

Lolu

@lolu

I edited the BollingerEMA to change the region color in sync with the trend just like the ImageFile.









You're welcome

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Attached Files
Elite Membership required to download: BollingerEma2FpTrendByThatManFromTexas.zip
Reply With Quote
Thanked by:
  #144 (permalink)
 
Rad4633's Avatar
 Rad4633 
Greensboro NC
 
Experience: Advanced
Platform: TOS/ NT Dorman
Trading: ES TF CL
Posts: 1,357 since Sep 2011
Thanks Given: 2,657
Thanks Received: 894


Fat Tails View Post
I first thought you made a bad joke, but then I saw that there is really somebody selling this for money.

The indicator code is rather simple, and I think that it is rather a gadget, not something that should be sold.
Here is a poor man's version that allows you to insert a background picture on the price panel.


@Fat Tails

I have been trying for a hour to make this work, if you can assist many thx. Ok I downloaded image, then copied location to your pic indi, but It wont plot. I ve tried restarting ninja etc nothing will make it plot. it shows up in indicator list???? ideas?

Attached Thumbnails
Click image for larger version

Name:	f1.PNG
Views:	276
Size:	167.5 KB
ID:	84875  
Visit my NexusFi Trade Journal Reply With Quote
  #145 (permalink)
 
lolu's Avatar
 lolu 
Lagos, Nigeria
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader, SierraChart
Trading: Euro Currency & Oil
Frequency: Daily
Duration: Hours
Posts: 2,552 since Jun 2009
Thanks Given: 1,049
Thanks Received: 1,678


Rad4633 View Post
@Fat Tails

I have been trying for a hour to make this work, if you can assist many thx. Ok I downloaded image, then copied location to your pic indi, but It wont plot. I ve tried restarting ninja etc nothing will make it plot. it shows up in indicator list???? ideas?

Use ONLY TMFT indy ... remove Fat Tails' PiccyBack.

Lolu

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #146 (permalink)
 
Rad4633's Avatar
 Rad4633 
Greensboro NC
 
Experience: Advanced
Platform: TOS/ NT Dorman
Trading: ES TF CL
Posts: 1,357 since Sep 2011
Thanks Given: 2,657
Thanks Received: 894


lolu View Post
Use ONLY TMFT indy ... remove Fat Tails' PiccyBack.

Lolu

thx Lolu for reply, ImagefilebyTMFT got it...thx again

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #147 (permalink)
 
Rad4633's Avatar
 Rad4633 
Greensboro NC
 
Experience: Advanced
Platform: TOS/ NT Dorman
Trading: ES TF CL
Posts: 1,357 since Sep 2011
Thanks Given: 2,657
Thanks Received: 894

@ThatManFromTexas


I hate to bother you Ive been working for hours trying to upload picture. what I am doing, is I go to my pictures and copy paste path as shown. Ive tried restarting but nothing makes pic plot, am I not coping correct pathway?

Driving me nuts as I am not a computer savvy person

thx for everyone helping me with this

Attached Thumbnails
Click image for larger version

Name:	T1.PNG
Views:	248
Size:	102.3 KB
ID:	84885  
Visit my NexusFi Trade Journal Reply With Quote
  #148 (permalink)
 
lolu's Avatar
 lolu 
Lagos, Nigeria
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader, SierraChart
Trading: Euro Currency & Oil
Frequency: Daily
Duration: Hours
Posts: 2,552 since Jun 2009
Thanks Given: 1,049
Thanks Received: 1,678


Rad4633 View Post
@ThatManFromTexas


I hate to bother you Ive been working for hours trying to upload picture. what I am doing, is I go to my pictures and copy paste path as shown. Ive tried restarting but nothing makes pic plot, am I not coping correct pathway?

Driving me nuts as I am not a computer savvy person

thx for everyone helping me with this

TMFT has kindly posted three images in post #139 ... just save those three images with their default names, in your folder path and reload your chart ... you don't need to restart NT. And if you want images different from TMFT's, just make sure they reflect up/down/flat trends in appearance. I advise that you just load TMFT's posted images ... they are FANTASTIC.

Lolu

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #149 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Rad4633 View Post
@Fat Tails

I have been trying for a hour to make this work, if you can assist many thx. Ok I downloaded image, then copied location to your pic indi, but It wont plot. I ve tried restarting ninja etc nothing will make it plot. it shows up in indicator list???? ideas?

It should plot, if you enter the full path. If it does not plot

-> the file extension might be missing
-> you use another indicator which plots the backcolor of the chart on top of the image.

The indicator by @ThatManFromTexas uses basically the same code, but will allow you to divide the picture between several panels.

Reply With Quote
Thanked by:
  #150 (permalink)
 
Rad4633's Avatar
 Rad4633 
Greensboro NC
 
Experience: Advanced
Platform: TOS/ NT Dorman
Trading: ES TF CL
Posts: 1,357 since Sep 2011
Thanks Given: 2,657
Thanks Received: 894



Fat Tails View Post
It should plot, if you enter the full path. If it does not plot

-> the file extension might be missing
-> you use another indicator which plots the backcolor of the chart on top of the image.

The indicator by @ThatManFromTexas uses basically the same code, but will allow you to divide the picture between several panels.

Yes thanks to @lolu I figured out I wasnt giving the full pathway. Works fine now

Thank you for the reply sorry for the bother

Visit my NexusFi Trade Journal Reply With Quote




Last Updated on December 17, 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