NexusFi: Find Your Edge


Home Menu

 





Flashing signal objects in NT7


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one aligator with 2 posts (0 thanks)
    2. looks_two Quick Summary with 1 posts (0 thanks)
    3. looks_3 bukkan with 1 posts (0 thanks)
    4. looks_4 Fat Tails with 1 posts (2 thanks)
    1. trending_up 4,680 views
    2. thumb_up 2 thanks given
    3. group 4 followers
    1. forum 5 posts
    2. attach_file 0 attachments




 
Search this Thread

Flashing signal objects in NT7

  #1 (permalink)
 
aligator's Avatar
 aligator 
Las Vegas, NV
Legendary Market Wizard
 
Experience: Advanced
Platform: Abacus, Slide Rule, HP-65
Trading: Futures, Stocks, Options
Posts: 3,621 since Aug 2010
Thanks Given: 1,071
Thanks Received: 5,994

Is it possible to code a flashing object ( i.e. an arrow, a triangle, dot, diamond, etc.) in an indicator in NT7? It will be interesting to have a flashing alert, buy, or sell signal on the screen.

Visit my NexusFi Trade Journal 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
Cheap historycal L1 data for stocks
Stocks and ETFs
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
 
  #3 (permalink)
 
redratsal's Avatar
 redratsal 
Milan (I)
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick
Trading: FDAX,6E,CL,YM,NQ,ES
Posts: 1,648 since Oct 2010
Thanks Given: 1,215
Thanks Received: 2,090



aligator View Post
Is it possible to code a flashing object ( i.e. an arrow, a triangle, dot, diamond, etc.) in an indicator in NT7? It will be interesting to have a flashing alert, buy, or sell signal on the screen.

Hi aligator

You could use a cycle with
DrawArrowDown(string tag, int bar, double y, Color.Red)
DrawArrowDown(string tag, int bar, double y, Color.Transparent)

using same bar and y coordinate, the arrow should alternate between red and transparent on bar update.

I suggest to use sound alerts you can notice them even if you're not in front of the screen or doing something else with your computer.

Visit my NexusFi Trade Journal Reply With Quote
  #4 (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

NinjaTrader is event driven, both OnBarUpdate() and Plot() will only be triggered with a new incoming tick. So it will not flash, if no new ticks are registered. Also the Draw() methods can slow down NinjaTrader considerably, if frequently executed (news release), a flashing signal might contribute to a freeze of NT. Not recommended.

I think that a sound alert with a rearm interval is a much better option to attract your attention than a flashing signal. You will even notice it, if you are watching some pretty girls through your office window.

Reply With Quote
Thanked by:
  #5 (permalink)
 
aligator's Avatar
 aligator 
Las Vegas, NV
Legendary Market Wizard
 
Experience: Advanced
Platform: Abacus, Slide Rule, HP-65
Trading: Futures, Stocks, Options
Posts: 3,621 since Aug 2010
Thanks Given: 1,071
Thanks Received: 5,994


Fat Tails View Post
NinjaTrader is event driven, both OnBarUpdate() and Plot() will only be triggered with a new incoming tick. So it will not flash, if no new ticks are registered. Also the Draw() methods can slow down NinjaTrader considerably, if frequently executed (news release), a flashing signal might contribute to a freeze of NT. Not recommended.

I think that a sound alert with a rearm interval is a much better option to attract your attention than a flashing signal. You will even notice it, if you are watching some pretty girls through your office window.

Thanks Redratsal and FT. Great point.

p.s. My sound alerts are tied to my intercom system and I didn't want the pretty girl to run upstairs every time she hears the whistle and I am in a trade )

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #6 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271


Fat Tails View Post
NinjaTrader is event driven, both OnBarUpdate() and Plot() will only be triggered with a new incoming tick. So it will not flash, if no new ticks are registered. Also the Draw() methods can slow down NinjaTrader considerably, if frequently executed (news release), a flashing signal might contribute to a freeze of NT. Not recommended.

I think that a sound alert with a rearm interval is a much better option to attract your attention than a flashing signal. You will even notice it, if you are watching some pretty girls through your office window.

one can always create a custom timer and use the ChartControl.Refresh() for the issue.

Reply With Quote




Last Updated on January 31, 2011


© 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