NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 32
Search: Posts Made By: kaywai
Forum: NinjaTrader October 20th, 2010, 01:28 AM
Replies: 56
Views: 51,806
Posted By kaywai
Hi Cory, I've looked at JHLTDSetup. His...

Hi Cory,

I've looked at JHLTDSetup. His version is really about the TDST lines, not TD Sequential. WRT your version, from what i see on the chart, 1) your td setup is not consecutive (your "green...
Forum: NinjaTrader October 19th, 2010, 10:42 PM
Replies: 56
Views: 51,806
Posted By kaywai
Hi, If I have the following code, how can I...

Hi,

If I have the following code, how can I branch out to another count with its own set of conditions when the setupCount = 9 and have the setupCount simultaneously continue counting till its...
Forum: NinjaTrader March 22nd, 2010, 12:55 PM
Replies: 56
Views: 51,806
Posted By kaywai
decs, I've attached an intraday chart from...

decs, I've attached an intraday chart from bloomberg and NT together with the data.

1) Pls ignore the count that began at 9:48. There was a data discrepancy between the bloomberg chart and data....
Forum: NinjaTrader March 22nd, 2010, 05:37 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, is it possible to have a separate...

decs0057,

is it possible to have a separate version of td setup which counts setup bars (based on existing rules but not restricted to 9 counts) until a priceflip occurs?

just checking.
...
Forum: NinjaTrader March 18th, 2010, 09:10 AM
Replies: 56
Views: 51,806
Posted By kaywai
low of 8th <= close of 5th. sorry. low of 13th...

low of 8th <= close of 5th. sorry.
low of 13th <= close of 8th.

in addition open/close of 13th <= low of 2 bars earlier.

i apologise for my sloppiness.
Forum: NinjaTrader March 17th, 2010, 09:37 AM
Replies: 56
Views: 51,806
Posted By kaywai
recycling next? used the same data i...

recycling next?

used the same data i provided you a short while ago. see the attached charts and compare it with NT chart.

From the Bloomberg charts, there is an "R" on February 21, 2008 and...
Forum: NinjaTrader March 17th, 2010, 09:17 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, take a look. pretty similar. the two...

decs0057, take a look. pretty similar. the two charts are using the same data so they should be identical.

what are we missing?

1) the risk level for the 2nd countdown.
2) how do you...
Forum: NinjaTrader March 16th, 2010, 11:53 PM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, here is an example of what we are...

decs0057, here is an example of what we are trying to achieve (attached chart).
The chart starts with a buy setup followed by a buy countdown with a deferred 13 (note the "+").

This is followed...
Forum: NinjaTrader March 16th, 2010, 04:17 PM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, the counts seem correct though you seem...

decs0057, the counts seem correct though you seem to have a display issue with the countdowns and to a lesser extent the setups (please see chart a & b). could you have display look like chart c?...
Forum: NinjaTrader March 14th, 2010, 03:38 PM
Replies: 56
Views: 51,806
Posted By kaywai
Another suggestion since there are quite a few...

Another suggestion since there are quite a few different type of counts working at the same time...have different colors for setups and countdowns AND for buy setups, place the counts below the bars...
Forum: NinjaTrader March 14th, 2010, 02:17 PM
Replies: 56
Views: 51,806
Posted By kaywai
1) for a buy countdown, a count is registered if...

1) for a buy countdown, a count is registered if Close[0] <= Low[2]. There are a total of 13 printed counts in a countdown (this excludes the counts where "+" is used) and they do not have to be...
Forum: NinjaTrader March 14th, 2010, 11:57 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, 1) a countdown is only cancelled if...

decs0057,
1) a countdown is only cancelled if i) a setup in the opposite direction is completed or ii) price bar trades below its tdst line if it is a sell setup or prices trade above its tdst line...
Forum: NinjaTrader March 14th, 2010, 06:15 AM
Replies: 56
Views: 51,806
Posted By kaywai
1) if you put remove counts = true, you don't get...

1) if you put remove counts = true, you don't get countdowns, correct?
2) one completed setup = 9 consecutive counts with each count's close less than the close 4 bars ago. one completed recycle...
Forum: NinjaTrader March 13th, 2010, 11:39 AM
Replies: 56
Views: 51,806
Posted By kaywai
This is what your code looks like (attached chart...

This is what your code looks like (attached chart a).

1) There are some "funny" counts which occur below the bar mid-Aug to end Sep. Not sure what counts these are. One has 5 counts, another has...
Forum: NinjaTrader March 13th, 2010, 05:43 AM
Replies: 56
Views: 51,806
Posted By kaywai
This is what your latest indicator produced...

This is what your latest indicator produced (please see chart). Countdown is still not being displayed. I think the tdst is fine.

I've attached your first version...seems to have a lot more...
Forum: NinjaTrader March 9th, 2010, 09:33 AM
Replies: 56
Views: 51,806
Posted By kaywai
re: your latest td sequential code, 1)...

re: your latest td sequential code,
1) countdown is not working. at best, it can do one sell countdown and one buy countdown - at the start of the data. so if i had 15 days of data, the is only one...
Forum: NinjaTrader March 9th, 2010, 08:35 AM
Replies: 56
Views: 51,806
Posted By kaywai
for a buy setup, the low of the 8th or 9th must...

for a buy setup, the low of the 8th or 9th must be lower than the 6th and 7th. for sell setup, it's the high.
Forum: NinjaTrader March 8th, 2010, 12:57 PM
Replies: 56
Views: 51,806
Posted By kaywai
Small matter but I'll let you decide. do you...

Small matter but I'll let you decide.
do you think you could re-code to have the tdstline from the bar its value was derived? It wouldn't look so awkward like it was arbitrarily drawn. At the same...
Forum: NinjaTrader March 8th, 2010, 09:08 AM
Replies: 56
Views: 51,806
Posted By kaywai
If a setup is not completed, it is removed and...

If a setup is not completed, it is removed and you will need a price flip to commence a new setup...you already have it because the setup is not completed...

I've attached 2 charts for your...
Forum: NinjaTrader March 8th, 2010, 04:58 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, 1) I made an error on line 94:...

decs0057,

1) I made an error on line 94: Close[0] should read Open[0] in your code. Likewise line 99. same thing.

2) the calculation of the tdst line should take into account the close of the...
Forum: NinjaTrader March 7th, 2010, 10:12 PM
Replies: 56
Views: 51,806
Posted By kaywai
yes you do but only for the first setup. if a...

yes you do but only for the first setup. if a second successive setup starts, there is no need for the price flip. another thing is this is only for the "buy". the sell is the reverse.
Forum: NinjaTrader March 7th, 2010, 09:35 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, here are the td sequential rules. kay...

decs0057, here are the td sequential rules. kay wai
Forum: NinjaTrader March 6th, 2010, 03:13 PM
Replies: 56
Views: 51,806
Posted By kaywai
Ok. Give me some time to type it up. You...

Ok. Give me some time to type it up.

You could work on the TDST Line first if you like. This horizontal line is drawn upon the completion of a setup count.

For a TD Buy Setup, The TDST Line...
Forum: NinjaTrader March 6th, 2010, 02:40 PM
Replies: 56
Views: 51,806
Posted By kaywai
I have the rules which are from 1) his books...

I have the rules which are from 1) his books 2)Jason Perl's book on Demark indicators 3) Bloomberg's TDRS<GO> which would be the latest.

I think both of us have gotten the setup portion done....
Forum: NinjaTrader March 6th, 2010, 05:14 AM
Replies: 56
Views: 51,806
Posted By kaywai
decs0057, The idea is there though still...

decs0057,

The idea is there though still buggy. Some comments if you like:-
Setup
1) Setups are always a 9 consecutive bar count. Countdown always a 13 count, not necessarily consecutive....
Showing results 1 to 25 of 32

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