(If you already have an account, login at the top of the page)
futures io is the largest futures trading community on the planet, with over 100,000 members. At futures io, our goal has always been and always will be to create a friendly, positive, forward-thinking community where members can openly share and discuss everything the world of trading has to offer. The community is one of the friendliest you will find on any subject, with members going out of their way to help others. Some of the primary differences between futures io and other trading sites revolve around the standards of our community. Those standards include a code of conduct for our members, as well as extremely high standards that govern which partners we do business with, and which products or services we recommend to our members.
At futures io, our focus is on quality education. No hype, gimmicks, or secret sauce. The truth is: trading is hard. To succeed, you need to surround yourself with the right support system, educational content, and trading mentors – all of which you can find on futures io, utilizing our social trading environment.
With futures io, you can find honest trading reviews on brokers, trading rooms, indicator packages, trading strategies, and much more. Our trading review process is highly moderated to ensure that only genuine users are allowed, so you don’t need to worry about fake reviews.
We are fundamentally different than most other trading sites:
We are here to help. Just let us know what you need.
We work extremely hard to keep things positive in our community.
We do not tolerate rude behavior, trolling, or vendors advertising in posts.
We firmly believe in and encourage sharing. The holy grail is within you, we can help you find it.
We expect our members to participate and become a part of the community. Help yourself by helping others.
You'll need to register in order to view the content of the threads and start contributing to our community. It's free and simple.
I received the following comment on NT Kase Bars via PM:
The following is how the implementation works: when a tick arrives it is always included in the current bar. Once the bar is updated, the true range is checked, and if the target range is met or exceeded a new bar will be formed on the next tick. If that next tick is at the same price, then the open of the new bar would be equal to close of the previous bar. The next tick could be the same or a different price.
So, the question is once a target range is achieved for a bar, do you wait to start a new bar until the range of that bar is exceeded?
In looking closer at the output of TS, the next bar is always opened outside of the current bar. If that is what is desired, then technically the bar is not closed when the target range is met, but only when it would be exceeded, and the new tick that exceeded the target range is part of the next bar.
I can easily change this, but Dan, perhaps you could comment first on how it should work. Thanks.
The following user says Thank You to aslan for this post:
After playing around with TS, I went ahead and changed the NT Kase Bar implementation to only close the bar when the range is exceeded, and now it should match up with the TS version. There is a new version (V2) in the download section.
Last edited by ZTR; July 11th, 2010 at 01:44 PM.
Reason: Added Link to Downloads
The following 7 users say Thank You to aslan for this post:
I fixed it, please re-download and confirm. We're implementing a new download system very soon, it will make versioning a lot simpler.
Mike
Due to time constraints, please do not PM me if your question can be resolved or answered on the forum.
Need help? 1) Stop changing things. No new indicators, charts, or methods. Be consistent with what is in front of you first. 2) Start a journal and post to it daily with the trades you made to show your strengths and weaknesses. 3) Set goals for yourself to reach daily. Make them about how you trade, not how much money you make. 4) Accept responsibility for your actions. Stop looking elsewhere to explain away poor performance. 5) Where to start as a trader? Watch this webinar and read this thread for hundreds of questions and answers. 6) Help using the forum? Watch this video to learn general tips on using the site.
If you want to support our community, become an Elite Member.
And thats why I hate Ninja, even something simple is not simple.
The problem is you have another bar type that is conflicting. In NT65, they use a routine called SortOrder() to return an integer that they use to arrange the sort order of all of the bar types. That is all and good, but nobody knows what other people use. Now, I used the next available even number, which in hindsight, was bad on my part because that is what everyone else does.
Try the following: Edit the KaseBarsType.cs file in the Type dir, and change the "14000" to "14123", and save the file, then edit any indicator, and compile it, then restart NT. That should fix your problem. If it does, I will update the file in the download section so others dont run into the issue.
Thanks for letting me know.
The following 2 users say Thank You to aslan for this post:
I tried editing the .cs file as suggested above, but the exact same error continues to come up - I am assuming that I did everything correct.
Until or if the Kase bar type file is "fixed" can someone tell me how to delete all related files so the error will not come up any more? I have attempted to delete all the files that I could find, but the error continues to pop up.
Thanks for a valiante effort and I look forward to the updated file.