NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 23 of 23
Search: Posts Made By: aslan
Forum: Traders Hideout May 30th, 2011, 09:04 PM
Replies: 94
Views: 62,619
Posted By aslan
Why is this guy not marked as a vendor on...

Why is this guy not marked as a vendor on futures.io (formerly BMT)?

Also, anyone looking for this bar type should know that it is available free of charge for Ninja and Sierra as well, just...
Forum: Traders Hideout September 26th, 2010, 09:53 AM
Replies: 94
Views: 62,619
Posted By aslan
Yes, this can be done. The NT bar generation code...

Yes, this can be done. The NT bar generation code can be written to look at ticks or other bars types as input. The code is currently written to only look at ticks though, as that is what I have...
Forum: Traders Hideout July 27th, 2010, 11:29 AM
Replies: 94
Views: 62,619
Posted By aslan
V5 KaseBars in Download Area

V5 download file is now out there. This really only affects NT65 users that were having issues.
Forum: Traders Hideout July 27th, 2010, 09:55 AM
Replies: 94
Views: 62,619
Posted By aslan
Fix is coming

A fix is coming, waiting for download file to get updated.

I really don't know what is going on in NT65, but I was able to reproduce the issue, though I did not originally understand what people...
Forum: Traders Hideout July 26th, 2010, 01:00 PM
Replies: 94
Views: 62,619
Posted By aslan
Yes, the bars are presented as wonderful thing...

Yes, the bars are presented as wonderful thing (of course they are selling stuff), but I look at them as what they really are: a tweaked range bar. There are other bars out there (i.e. no gap range...
Forum: Traders Hideout July 26th, 2010, 12:32 PM
Replies: 94
Views: 62,619
Posted By aslan
Over the long haul, not sure they would be much...

Over the long haul, not sure they would be much better, but there are some reasons they seem better to me. The first is the removal of the phantom bars inserted when range bars are built. The Kase...
Forum: Traders Hideout July 26th, 2010, 10:27 AM
Replies: 94
Views: 62,619
Posted By aslan
Yes, they are VERY similar to range bars. The...

Yes, they are VERY similar to range bars. The main diff is not having phantom bars when there are gaps. If your target range size is large enough, you should not see much diff at all.
Forum: Traders Hideout July 26th, 2010, 09:48 AM
Replies: 94
Views: 62,619
Posted By aslan
Well if you compare the files, there was exactly...

Well if you compare the files, there was exactly one functional change made (3 lines of code and changing the SortId to 14123). The SortId and PeriodType were brought out to make it easier to change...
Forum: Traders Hideout July 26th, 2010, 08:18 AM
Replies: 94
Views: 62,619
Posted By aslan
Not sure what NT is doing, as this bar type...

Not sure what NT is doing, as this bar type should not be affecting other types. Did you try reloading historical data? The only diff between the previous version and V4 is changing the SortId, which...
Forum: Traders Hideout July 23rd, 2010, 10:15 AM
Replies: 94
Views: 62,619
Posted By aslan
Thanks for that list. I set it to 14123, but it...

Thanks for that list. I set it to 14123, but it might be easier to just download V4 from downloads.
Forum: Traders Hideout July 23rd, 2010, 09:29 AM
Replies: 94
Views: 62,619
Posted By aslan
V4 KaseBarsType in Downloads

Ok, I changed the default SortId for KaseBarsType, and I also added two new constants near the top of the file to make it easier for people to change the constants used for NT65/NT7 in the case that...
Forum: Traders Hideout July 22nd, 2010, 09:14 PM
Replies: 94
Views: 62,619
Posted By aslan
And thats why I hate Ninja, even something simple...

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...
Forum: Traders Hideout July 22nd, 2010, 12:06 PM
Replies: 94
Views: 62,619
Posted By aslan
V3 Kase Bars...

V3 Kase Bars (https://nexusfi.com/free_downloads/vip_elite_circle/566-download.html?view) are now in the download area, and add NT65 support. No other functional changes.
Forum: Traders Hideout July 11th, 2010, 04:25 PM
Replies: 94
Views: 62,619
Posted By aslan
Yes, V2 is now properly in the download section....

Yes, V2 is now properly in the download section. Thanks.
Forum: Traders Hideout July 11th, 2010, 02:45 PM
Replies: 94
Views: 62,619
Posted By aslan
The file I uploaded did not take, trying to...

The file I uploaded did not take, trying to figure it out with moderator, will post back when new file is up there.
Forum: Traders Hideout July 11th, 2010, 12:38 PM
Replies: 94
Views: 62,619
Posted By aslan
After playing around with TS, I went ahead and...

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...
Forum: Traders Hideout July 11th, 2010, 09:34 AM
Replies: 94
Views: 62,619
Posted By aslan
Kase Bar Question

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,...
Forum: Traders Hideout July 10th, 2010, 04:10 PM
Replies: 94
Views: 62,619
Posted By aslan
Sorry, I don't even have 6.5 loaded anymore, but...

Sorry, I don't even have 6.5 loaded anymore, but the code is fairly straight forward (does not use anything special from NT7) if someone wants to try to port it back. To my knowledge, only some of...
Forum: Traders Hideout July 10th, 2010, 02:07 PM
Replies: 94
Views: 62,619
Posted By aslan
Nope, I implemented what is in Tradestation per...

Nope, I implemented what is in Tradestation per the link I posted previously. It uses real data and looks at the true range of the bar, and closes the bar as soon as the range is met or exceeded.
...
Forum: Traders Hideout July 9th, 2010, 10:46 PM
Replies: 94
Views: 62,619
Posted By aslan
Good question, I added a wiki entry to answer it:...

Good question, I added a wiki entry to answer it: How to export a non-indicator from NT
Forum: Traders Hideout July 9th, 2010, 07:25 PM
Replies: 94
Views: 62,619
Posted By aslan
Kase Bars Type for NT7

I implemented Kase Bars for NT7, and they are available under the elite downloads. Enjoy.
Forum: Traders Hideout July 8th, 2010, 04:12 PM
Replies: 94
Views: 62,619
Posted By aslan
Here is a link to a TS page explaining the subtle...

Here is a link to a TS page explaining the subtle differences between kase and range bars:

Kase Bar Chart (http://help.tradestation.com/09_00/tradestationhelp/charting/kase_bar_chart.htm)
Forum: Traders Hideout July 8th, 2010, 09:38 AM
Replies: 94
Views: 62,619
Posted By aslan
Actually, you do not need the ATR at all. ...

Actually, you do not need the ATR at all.

She uses the ATR to pick a target range. The range is not auto-calculated on the fly, at least in Tradestation.

In TS, you specify a single parm called...
Showing results 1 to 23 of 23

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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