Welcome to NexusFi: the best trading community on the planet, with over 150,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)
Jeremy Tang, Founder of SharkIndicators, and Keith Wolf, Support at SharkIndicators, will be monitoring this thread so that they may answer any questions that you post here relating to SharkIndicator's products and services.
SharkIndicators has been involved in the NinjaTrader Ecosystem since 2011, providing tools - like BloodHound and BlackBird - that help traders be more productive and in control of their own trade systems, without needing to write code. Thousands of users and 8 years later, we are proud of the work we've done in benefit of the trading community.
About Jeremy Tang:
Jeremy is the founder of SharkIndicators and Chief Architect of BloodHound and BlackBird; revolutionary trading software that allows traders to model their trade management rules and systems without coding, providing complete control and clear precise signals.
With over 20 years of combined software development and trading experience, Jeremy is a rare breed. Jeremy’s company, SharkIndicators, is the result of his expertise, passion and devotion to the betterment of retail traders. His primary mission is to arm retail traders with the same power and technology once only privy to that of deep pocketed hedge funds.
About Keith Wolf:
Keith has been a member of the Shark team since 2014, aiding happy customers in finding their ideal trading solution. Keith is an invaluable member of the SharkIndicators team, possessing both technical prowess and business acumen. Prior to joining SharkIndicators, Keith founded and operated a computer repair business and held positions that provided practical experience in technical sales. Keith is passionate about outdoor sports including hiking and rock climbing (although if you ask him, he'll humbly admit he's not very good at either of them).
Use of this thread
Please keep in mind that some customer service/technical support issues are best handled through proper channels at SharkIndicators, and not here in this thread.
Feel free to ask any questions below and we'll do our best to get them answered.
The NexusFi "AMA" (Ask Me Anything) series is by invitation only.
Recently stumbled over a vendor that has programmed an indicator/strategy for ninjatrader to combine NT7 indicators, with severeral integrated logics, to half or fully automate trading ideas. They allow unlimited trial for demo trading, so you only pay …
#1 The latest release (8.1.14.18) supports a first draft for Tick Replay (T/R), but there are a few things we want to work a little easier before we officially announce it. e.g. In order to get a T/R indicator (a guest indicator) to load T/R data you need to select the solver(s) that references a T/R indicator and open BH's Select Indicator window to force the T/R indicator to load T/R data. Pressing F5 on the chart is not currently forcing the T/R indicators to load T/R data, and that is how we would like it to work. And, before anyone asks... there is no ETA on when that will be.
#2 Just for clarification for those who don't know, BloodHound is an indicator, and indicators can not be run in the Optimizer. As for Raven and BlackBird (strategies) running BH templates, the proper answer is NT needs to support dynamically changing property grids. e.g. The MACD will only have 3 input properties, Fast, Slow, and Smooth periods. The MACD will never have a 4th or 5th input period. If it ever does, it will not be the MACD any more, it will be a new indicator with a different name. Currently, NT is designed to support "standard" indicators which have fix/unchanging input properties. As for BH, the indicators you decide to use within it change all the time, and thus Ninja's property grid would need to change all the time to accommodate all the different indicators and their different input properties being used inside any given BH system. It has been mentioned from time to time in the workshops that Jeremy has some ideas for a possible work-around to NT's static property grid, but it is just an idea not a known solution. I'd like to reiterate again, as I've done in the workshops, testing this work-around idea will be very time consuming and thus the risk is very high that all that time spent (about 9 months or more) becomes a huge waist of time if it doesn't work out. Later this summer and in the next year to come, we have several new features for BH and BB (BlackBird) that we know don't run the risk of being wasted time, and those features will always have priority over optimization. As much as we would love to have Raven & BB optimizer compatible, because it would make BH a much stronger product of course, I just don't want to get your hopes up.
Thanks,
Zac
Am I able to use BlackBird (without Blackhound) to fully automatize Trade Signal plots with indicators i.e. from Lizardtrader (Harry) like the "AuctionBars"?
If so, is the BlackBird able to stop trading for the day after a certain target or loss is reached?
Yes, absolutely. BlackBird (BB) is built to read trade signal plots or Series<T> from other 3rd party vendors.
I can't speak to each indicator out there, or guarantee someone else's indicator. To put it very simply, SharkIndicators can not guarantee someone else work, even companies listed on our Vendors site, although we do work closely with those companies to make sure their indicator work correctly. What I can say is, as long as that indicator has a "trade signal" plot or Series<T> then it should work fine. Typically, programmers will use a +1 value to indicate a buy signal, a -1 value for a sell, and zero for no signal. For more technical info the documentation can be found here... https://www.sharkindicators.com/documentation/blackbird/order-settings/trade-signals/
Harry is a great programmer, so I image that is what he did.
BlackBird is a trade manager. Without a signal source there is no "automated strategies". As with all custom coded strategies, internally there is indicator type code that calculates the trade signals. That is why BB has a trade Signal section, so that you can plug-in whatever signal source you want. Either BloodHound or a 3rd party/custom indicator. BB is designed to be as modular as possible.
If you don't want to use BloodHound for the trade signal source, then you can create your own custom indicators to provide signals to BB, and yes, then you have an automated strategy to backtest in Ninja's S/A.