NexusFi: Find Your Edge


Home Menu

 





Pick up black box signals?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Mindset with 6 posts (0 thanks)
    2. looks_two Big Mike with 3 posts (0 thanks)
    3. looks_3 sam028 with 1 posts (0 thanks)
    4. looks_4 cbritton with 1 posts (0 thanks)
    1. trending_up 6,886 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 13 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 292

I have a black box indicator. I don't want to hack it or anything like that - but what I would like to be able to do is pick up (in code) when it gives a signal.
I have asked the developer if he could provide a 1 - 0 -1 output but he refuses.
One of the things this black box does is play a sound file on each signal.
Is it possible to capture when a sound file is played??


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Irans Dual Probability: Guns Quiet at 99.95% While Forma …
Prediction Markets & Event Contracts
Trump Lands in Beijing on CPI Day: Iran Peace Expires To …
Prediction Markets & Event Contracts
More Than Capable: Hegseths War Warning Validates $114M …
Prediction Markets & Event Contracts
CFTC Rewrites the Rulebook -- Kalshi Cracks $1B Non-Spor …
Prediction Markets & Event Contracts
Fabrication or Framework? Irans Denied MOU Explains the …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
8 thanks
Darmok and Jalad at Tanagra
1 thanks
  #3 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927


hm - no idea - i dont think thats possible.

does it plot arrows or so, something that stays permanently ?
or does it only play sounds ?

but if the developer isnt willing to offer an output for further usage, you are forced to reverse-engeneer it i think


max-td
Reply With Quote
  #4 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 292

Yes it does plot arrows and stuff that are permanent.
I have no hope of reverse engineering it - I don't want to resort to that kind of stuff- but was hoping I could sort of work my way behind it.
I can also get the signals in the data box - again I was wondering if somehow I could 'capture' the signals there?


Started this thread Reply With Quote
  #5 (permalink)
 MooreTech 
Orlando, Florida
 
Experience: Advanced
Platform: NinjaTrader, TradeStation, MultiCharts, eSignal, MetaTrader
Trading: ES
Posts: 57 since Aug 2010
Thanks Given: 6
Thanks Received: 73

NT 6.5 or 7? It may be difficult to pick up the draw objects, but I've done similar using the bar color. Is the indicator coloring bars according to the signals?


Follow me on X Reply With Quote
  #6 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 292

Unfortunately there is no bar color change that would be useful.


Started this thread Reply With Quote
  #7 (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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,577


Mindset View Post
Unfortunately there is no bar color change that would be useful.

Have you used IntelliSense or the wizards to see what exposed dataseries are available? You might be able to find one and piggy back it.

Why does the guy refuse to help? Is it because he doesn't want it to be automated? Or maybe it's because he knows if you backtest it, it will fail. I would be more concerned with why he is not wanting to help, it's probably a precursor of what is to come.

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 X Visit my NexusFi Trade Journal Reply With Quote
  #8 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 292

Sorry Mike you would have to explain that a little more. How would a wizard / intellisens expose a dataseries - that's a new one to me?

On the other note (testing,etc ) I totally agree with you ( hence I had better not name it now for libellous reasons). However it produces a no of signals some of which I would find useful.


Started this thread Reply With Quote
  #9 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,758 since Jun 2009
Thanks Given: 3,828
Thanks Received: 4,644


Mindset View Post
Sorry Mike you would have to explain that a little more. How would a wizard / intellisens expose a dataseries - that's a new one to me?

On the other note (testing,etc ) I totally agree with you ( hence I had better not name it now for libellous reasons). However it produces a no of signals some of which I would find useful.

Check Intellisense definition here, and test it with the editor on a well know non-protected indicator.

For the developper, modifying the indicator like you asked may take 2 minutes, typing with gloves and one finger, so it should be interesting to know why he doesn't want to modify such a simple thing.


Success requires no deodorant! (Sun Tzu)
Reply With Quote
  #10 (permalink)
 
cbritton's Avatar
 cbritton 
Atlanta, Georgia
 
Experience: Intermediate
Platform: NT
Broker: DDT
Trading: ZN, ZB
Posts: 230 since Mar 2010
Thanks Given: 152
Thanks Received: 256



sam028 View Post
Check Intellisense definition here, and test it with the editor on a well know non-protected indicator.

For the developper, modifying the indicator like you asked may take 2 minutes, typing with gloves and one finger, so it should be interesting to know why he doesn't want to modify such a simple thing.

Out of curiosity, is Intellisense the only way to view public variables and functions in C#?

Regards,
-C


“Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat.” - Sun Tzu
Reply With Quote




Last Updated on August 25, 2010


© 2026 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 - Downloads - Top
no new posts