NexusFi: Find Your Edge


Home Menu

 





Economic News Indicator for NT8 available for download


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Popsicle with 21 posts (57 thanks)
    2. looks_two Aregon with 6 posts (2 thanks)
    3. looks_3 timendaGain with 6 posts (12 thanks)
    4. looks_4 JonnyBoy with 4 posts (2 thanks)
      Best Posters
    1. looks_one willphule with 4 thanks per post
    2. looks_two selnomeria with 3.5 thanks per post
    3. looks_3 Popsicle with 2.7 thanks per post
    4. looks_4 timendaGain with 2 thanks per post
    1. trending_up 46,830 views
    2. thumb_up 131 thanks given
    3. group 50 followers
    1. forum 92 posts
    2. attach_file 15 attachments




 
Search this Thread

Economic News Indicator for NT8 available for download

  #31 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550

I don't know the difference between right and left

The margin is on the left, will rename the variables and indicator parameter correctly and post a new version


Sent from my iPhone using NexusFi mobile app

Follow me on Twitter Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #32 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550

I just released version 1.0.7 of the indicator. Just a small change not impacting functionality. I renamed the "Right Hand Margin" parameter to "Left Hand Margin" which it actually is.



Little interesting tidbit, I don't naturally know the difference between the two. When someone asks me which is left and which is right, I try to write with a hand, if it does not feel natural, I know that is left

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #33 (permalink)
 TimStone 
Vienna, Austria
 
Experience: Beginner
Platform: NT
Trading: Emini
Posts: 7 since Feb 2016
Thanks Given: 0
Thanks Received: 3


hi,

i tried that indicator and it looks good.
however once i use it my fixed horizontal lines (every 2points) on the chart disappear. any idea how to fix? thanks

Reply With Quote
  #34 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550

Hi @TimStone,

I will have a look why this is happening and post a new version with the fix.

Sent using the NexusFi mobile app

Follow me on Twitter Started this thread Reply With Quote
  #35 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


TimStone View Post
hi,

i tried that indicator and it looks good.
however once i use it my fixed horizontal lines (every 2points) on the chart disappear. any idea how to fix? thanks


Popsicle View Post
Hi @TimStone,

I will have a look why this is happening and post a new version with the fix.

Sent using the NexusFi mobile app

you just need to set "DrawHorizontalGridLines" and "DrawVerticalGridLines" to "true". don't think a new version is necessary

 
Code
protected override void OnStateChange()
	    {
	        if (State == State.SetDefaults)
	        {
	            Description 				= @"Economic news indicator that shows the economic news on your   
	            Name 					= "awxEconomicNews";
	            Calculate 				= Calculate.OnBarClose;
	            IsOverlay 				= true;
	            DisplayInDataBox 			= false;
	            DrawOnPricePanel 			= true;
	            DrawHorizontalGridLines 		= false;
	            DrawVerticalGridLines 		= false;
	            PaintPriceMarkers 			= false;
	            ScaleJustification 			= NinjaTrader.Gui.Chart.ScaleJustification.Right;
	            IsSuspendedWhileInactive 	= true;
	        }

Reply With Quote
Thanked by:
  #36 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550

Thanks @Silvester17

EDIT: @TimStone you can also just remove the two lines of code that @Silverster17 highlighted in the post above. This will ensure that the indicator will leave whatever the default is on your chart.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #37 (permalink)
 TimStone 
Vienna, Austria
 
Experience: Beginner
Platform: NT
Trading: Emini
Posts: 7 since Feb 2016
Thanks Given: 0
Thanks Received: 3

will experiment with it and see if i get it working.

thanks alot for quick replies, much appreciated


edit: worked, cheers

Reply With Quote
Thanked by:
  #38 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550


TimStone View Post
will experiment with it and see if i get it working.

@TimStone, I just uploaded a new version (Version 1.0.8) that removes these lines of code and respects your chart settings. Please just download and install the latest version and the problem should be solved.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #39 (permalink)
 protrader007 
Bee Cave,Tx
 
Experience: Intermediate
Platform: NinjaTrader
Trading: CL
Posts: 54 since Aug 2010
Thanks Given: 31
Thanks Received: 20

Loaded the indicator and it appears to be working and saved the chart template. However, if I restart NT8 the indicator does not appear on the chart although its in the list of chart indicators!

I checked the log file and there is an error message that "Chart rendering failed" and that a "Direct X error has occurred while rendering the chart".

Would you take a look and see if you can fix the problem?
Many thanks.

Reply With Quote
Thanked by:
  #40 (permalink)
 
Popsicle's Avatar
 Popsicle 
Pretoria Gauteng
 
Experience: Intermediate
Platform: Sierra Charts
Trading: NQ
Posts: 250 since May 2016
Thanks Given: 2,448
Thanks Received: 550


Hi @protrader007, I will have a look and post a new version

Sent using the NexusFi mobile app

Follow me on Twitter Started this thread Reply With Quote
Thanked by:




Last Updated on November 7, 2023


© 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