NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 35
Search: Posts Made By: wccktrader
Forum: NinjaTrader October 6th, 2011, 08:25 AM
Replies: 10
Views: 10,082
Posted By wccktrader
If you would like to show the Bollinger Band of...

If you would like to show the Bollinger Band of RSI in the RSI panel, you would need to change the input series of the Bollinger Band indicator to RSI instead of default price series. See pic below....
Forum: Trading Reviews and Vendors October 5th, 2011, 04:44 AM
Replies: 5
Views: 12,000
Posted By wccktrader
Check out the wave volume indie in the Elite...

Check out the wave volume indie in the Elite download section. :)
Forum: NinjaTrader August 24th, 2011, 02:37 AM
Replies: 4
Views: 3,407
Posted By wccktrader
Check out the Index indie in the download...

Check out the Index indie in the download section.:)

https://nexusfi.com/free_downloads/ninjatrader-7/indicators/889-download.html?view
Forum: NinjaTrader August 20th, 2011, 04:36 AM
Replies: 18
Views: 12,333
Posted By wccktrader
SwingChartTrend Indicator

Attached is an indicator that I have coded based on NT's Swing indicator. It shows the trend based on a specified swing strength/period. The indicator can be referenced from a strategy. The code...
Forum: Traders Hideout August 16th, 2011, 04:42 AM
Replies: 84
Views: 23,936
Posted By wccktrader
Ping

Pehon,

I trade from Singapore and I have got a ping of 271 ms. No problem for me as well as I do not day trade.
Forum: Stocks and ETFs May 19th, 2011, 06:42 AM
Replies: 70
Views: 60,548
Posted By wccktrader
If you are scanning for stocks approaching...

If you are scanning for stocks approaching trendline supports or resistances, check out Chart Pattern Recognition Forex and Stock Screener Finds Chart Patterns Fast (http://www.nebadawn.com/). :)
Forum: NinjaTrader May 19th, 2011, 02:41 AM
Replies: 61
Views: 33,394
Posted By wccktrader
If I am not mistaken, the cs was taken from one...

If I am not mistaken, the cs was taken from one of Zac's earlier post. So it's ok to remove it.
Forum: NinjaTrader May 7th, 2011, 09:38 PM
Replies: 61
Views: 33,394
Posted By wccktrader
I have marked up my earlier chart in blue to show...

I have marked up my earlier chart in blue to show 3 reversal bars that did not break the 3rd bar back. Thanks.:)
Forum: NinjaTrader May 7th, 2011, 03:02 AM
Replies: 61
Views: 33,394
Posted By wccktrader
I was referring to the discrepancies as described...

I was referring to the discrepancies as described in the chart attached to post #16. Please compare the LineBreakWicked bar type on the chart to that of the ThreeLinesBreakOnPrice indicator (which is...
Forum: NinjaTrader May 6th, 2011, 11:17 PM
Replies: 61
Views: 33,394
Posted By wccktrader
I was using the post #1 version. I have just...

I was using the post #1 version. I have just downloaded the post #13 version and it shows the discrepancies. Thanks for looking into this. :)
Forum: NinjaTrader May 4th, 2011, 04:45 AM
Replies: 61
Views: 33,394
Posted By wccktrader
LineBreakWicked Bar Type Vs ThreeLinesBreakOnPrice Indicator

Thanks for sharing the LineBreakWicked bar type. I have compared this bartype with the ThreeLinesBreakOnPrice indicator and have noted some discrepancies. I believe the ThreeLinesBreakOnPrice...
Forum: NinjaTrader April 28th, 2011, 12:48 AM
Replies: 7
Views: 3,288
Posted By wccktrader
.Main[0] is the ADXVMA line itself. .Main[0] -...

.Main[0] is the ADXVMA line itself. .Main[0] - .Main[1] is the current slope. .Main[1] - .Main[2] is the slope of the previous bar. :)
Forum: NinjaTrader April 27th, 2011, 03:59 PM
Replies: 7
Views: 3,288
Posted By wccktrader
Make sure you have enough bars in the data series you are accessing

It is to ensure that there are enough bars in data series you are accessing (as the code makes reference to data 2 bars back.

More info in this thread: Make sure you have enough bars in the...
Forum: NinjaTrader April 27th, 2011, 01:56 PM
Replies: 7
Views: 3,288
Posted By wccktrader
ADXVMA changing from yellow to red ....try this: ...

ADXVMA changing from yellow to red ....try this:


if (CurrentBar < 2)
return;

if ( _ADXVMA_v01_5_2(9, true).Main[0] < _ADXVMA_v01_5_2(9, true).Main[1]

&& _ADXVMA_v01_5_2(9, true).Main[1]...
Forum: Traders Hideout April 24th, 2011, 05:21 AM
Replies: 34
Views: 18,263
Posted By wccktrader
USO trade like CL. You can also trade options of...

USO trade like CL. You can also trade options of USO. :)
Forum: Traders Hideout April 23rd, 2011, 06:30 AM
Replies: 47
Views: 20,197
Posted By wccktrader
Buying and selling whenever price crosses the...

Buying and selling whenever price crosses the moving average will definitely give a lot of whipsaws. The SMA(3,-3) should not be used on its own.

I would buy pullbacks after the a new uptrend has...
Forum: Traders Hideout April 22nd, 2011, 10:31 PM
Replies: 47
Views: 20,197
Posted By wccktrader
Thanks for sharing, especially on how you use the...

Thanks for sharing, especially on how you use the 12EMA on the daily chart to identify trend. I use SMA(3,-3) i.e. 3 period simple moving average shifted forward by 3 period on the daily chart and...
Forum: Traders Hideout April 21st, 2011, 10:59 PM
Replies: 47
Views: 20,197
Posted By wccktrader
Do you buy breakouts or pullbacks after the...

Do you buy breakouts or pullbacks after the breakouts? For swing trading, if the market has completed a correction and is on another impulsive upwave, I would expect that there will be lower risk...
Forum: Traders Hideout April 21st, 2011, 09:37 PM
Replies: 12
Views: 8,011
Posted By wccktrader
Search anything you want and build your own feeds

Check out Moreover Technologies - Moreover Technologies - RSS Feeds (http://www.moreover.com/public/free-rss/rss-feeds.html)

Get free RSS feeds, searching more than 48,000 news sources and over...
Forum: Psychology and Money Management March 19th, 2011, 11:06 PM
Replies: 33
Views: 10,600
Posted By wccktrader
I fully agree that price-based strategies works...

I fully agree that price-based strategies works better than indicator-based strategies (especially the standard momentum indicators). I have also found that the profitability of price-based...
Forum: Psychology and Money Management March 18th, 2011, 02:28 PM
Replies: 33
Views: 10,600
Posted By wccktrader
If backtesting shows a method would not work in...

If backtesting shows a method would not work in the past, it will definitely not work in the future. However, if backtesting shows a method would work in the past, then it may still work in the...
Forum: NinjaTrader March 16th, 2011, 11:44 PM
Replies: 2,093
Views: 978,663
Posted By wccktrader
chances are ..... zero! :)

chances are ..... zero! :)
Forum: NinjaTrader March 11th, 2011, 12:00 PM
Replies: 16
Views: 12,539
Posted By wccktrader
I would backtest on a basket of stocks and choose...

I would backtest on a basket of stocks and choose the stocks that show good results for trading. These stocks are usually stocks that are trading in upward or downward sloping channels i.e. stocks...
Forum: NinjaTrader March 10th, 2011, 11:54 AM
Replies: 16
Views: 12,539
Posted By wccktrader
Fisher Transform

I have backtested it for US equities. As the indicator is based on price distribution (pdf), it does a good job in finding cyclical turning points. It is also less sensitive to the lookback period...
Forum: NinjaTrader March 9th, 2011, 11:52 PM
Replies: 16
Views: 12,539
Posted By wccktrader
Fisher Transform

It appears from my backtesting/optimization with Fisher Transform that it works better with daily bars (lookback periods of 5 to 10) than with intraday bars. Perhaps John Ehlers had designed the...
Showing results 1 to 25 of 35

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