NexusFi: Find Your Edge


Home Menu

 



Categories Help    






The Elite Circle
File sharing for Elite Members only, includes any and all platforms and file types


Sort by
Filter

Show full/short entries Entries
Scalp Trader V1 5 *
This is a testing tool for NT 7 which I developed with Trading Coders (I paid for their help - https://www.tradingcoders.com/) for my personal use. It's primarily a scalping tool using a simple MACD cross. There are two additional indicators which are optional: a simple EMA and StepMAV71Sharky which was freely available. Thank you Sharky wherever you are.
It includes a profit target and stop loss. You can also test time of day and has an alert.
You can select to trade long, short or both. I generally test one side at a time. Even when I'm using it in live trading, I insert a long and a short side usually on separate charts and do not use "both". The signals are more accurate.

If someone wants to covert it for NT 8, that would be nice. Let me know if someone does the conversion.
I'm a scalper so I find it useful to test different scalping ideas.
Any questions or comments, please feel free to contact me.

PhantomTrader
 
Suggest other entries I might like
Details: Scalp Trader V1


February 12th, 2020
Size: 14.37 KB
Custom Trader Dynamic Index (TDI) NT8 5 *
Hey guys, I've discovered a custom TDI that can be created without coding. All the indicators are available if you have NT8. Instructions are as follows:

Double stochastics 10 period; Scale justification - right

SUM 3 period; Input series - RSI period 13; Scale justification - overlay
SUM 18 period; Input series - RSI period 13; Scale justification - left
Bollinger; Input series - RSI period 13; Scale justification - right; Period 34, Standard deviations - 2 (Set upper and lower band to transparent to hide or you can leave them if you prefer)

* Best trade set ups for longs is when the 2 SUMs are above the middle Bollinger band and double stochastic is oversold. The reverse is true for shorts. You can also trade it when fast SUM crosses slow SUM just like other oscillators. Feel free to change the period settings to suit your trading needs. Play around with it and let me know how it works for you!

*The Download is a copy of my indicator template that you'll have to import into your charts.
 
Suggest other entries I might like
Details: Custom Trader Dynamic Index (TDI) NT8


December 22nd, 2019
Size: 52.70 KB
Custom Trader Dynamic Index (TDI) NT8 5 *
Hey guys, I've discovered a custom TDI that can be created without coding. All the indicators are available if you have NT8. Instructions are as follows:

Double stochastics 10 period; Scale justification - right

SUM 3 period; Input series - RSI period 13; Scale justification - overlay
SUM 18 period; Input series - RSI period 13; Scale justification - left
Bollinger; Input series - RSI period 13; Scale justification - right; Period 34, Standard deviations - 2 (Set upper and lower band to transparent to hide or you can leave them if you prefer)

* Best trade set ups for longs is when the 2 SUMs are above the middle Bollinger band and double stochastic is oversold. The reverse is true for shorts. You can also trade it when fast SUM crosses slow SUM just like other oscillators. Play around with it and let me know how it works for you!
 
Suggest other entries I might like
Details: Custom Trader Dynamic Index (TDI) NT8


December 21st, 2019

[Status unknown]
Market Profile / Volume Profile 5 *
Updated Market Profile / Volume Profile for Sierra Charts (Version 1848), MP and VP for each session (RTH / ETH) respectively. Chartbook also has subchart tab for daily, which main chart uses for volume. Currently set up to use Rithmic data feed, will need to be updated if using a different data feed.
 
Suggest other entries I might like
Details: Market Profile / Volume Profile


July 9th, 2019
Size: 136.43 KB
Bollinger Band Keltner Channel Squeeze (BBKC Squeeze) 4 *
V2.0 - Automated drawing of Blue rectangle on the chart

You can access the plot value be using BBKCDelta[0] (for the current bar) in your trading strategies...

Message me with questions..
Thanks.

=======================
I wrote this indicator recently to help identify possible consolidation in the market. It detects times when Bollinger Band squeezes within the Keltner Channel (implies consolidation) and plots as a histogram below the chart.

Bollinger Band and Keltner Channel Period may be customized. Default 20
Keltner Channel Offset default is 1.5

I have provided for an additional offset parameter to adjust the Squeeze threshold. This helps lead the beginning of consolidation. Default is 0.5; I usually set it to 1.5. Works for me. More picky about trade signals...

I use it towards confirming my trend based trades.

Please post your questions, comments and/or feedback.


Regards!
 
Suggest other entries I might like
Details: Bollinger Band Keltner Channel Squeeze (BBKC Squeeze)


May 15th, 2019
Size: 8.42 KB
ADX based Trend/Reversal Regions 4 *
HI All,

I have created a simple indicator that "paints" regions on the chart based on ADX and EMA.

Very Simple algorithm:

Chart paints regions only when ADX is above a customizable level. Default is 15.

Region Color Green: ADX Rising; EMA Rising (Potentially Bullish Trending)
Region Color Blue: ADX Falling; EMA Rising (Potentially Reversal)
Region Color Red: ADX Rising; EMA Falling (Potentially Bearish Trending)
Region Color Yellow: ADX Falling; EMA Falling(Potentially Reversal)

You can use this indicator as a means of confluence with other strategies you may have.

I am new to this forum and my first attempt at publishing my program. Hence I am not aware of all caveats that I need to include here. But this is merely an indicator that portrays ADX Value and EMA Value movements. This is not by any means a suggestion to trade !!

Please provide your feedback and suggestions. Would appreciate that.

Thanks
 
Suggest other entries I might like
Details: ADX based Trend/Reversal Regions


April 26th, 2019
Size: 6.48 KB


Keywords: adx reversal trend
Better_Volume_Arrows_v1 indicator
Here is the Better_Volume_Arrows_v1 indicator with it you will be able to spot climax regions either tops or bottoms. Or up or down. I Ported it from a thinkorswim indicator file. It looks pretty good. Oh by the way its for Multicharts.
 
Suggest other entries I might like
Details: Better_Volume_Arrows_v1 indicator


April 11th, 2019
Size: 15.96 KB
Volume Weighted MACD for NT 7 5 *
Same logics as for the NT 8
 
Suggest other entries I might like
Details: Volume Weighted MACD for NT 7


March 2nd, 2019
Size: 4.21 KB


Keywords: macd volume vwmacd weighted
Volume Weighted MACD for NT 8 5 *
Hello All!

It is my first attempt to build and share indicator, so be lenient.

I have found this indicator's logic in TradingView and looked for it's analog here and NT forums.
Unfortunately I didn't find it, so decided to build it myself.
It is just volume weighted, TradingView Code:

"fastMA = ema(volume*close, fastperiod)/ema(volume, fastperiod)
slowMA = ema(volume*close, slowperiod)/ema(volume, slowperiod)
vwmacd = fastMA - slowMA
signal = ema(vwmacd, signalperiod)
hist= vwmacd - signal"


I added Histogram Multiplier variable to set Difference Histogram more easy to view.
I just multiplies Difference Histogram on set value.

I don't researched all NT indicator methods yet, so it seems I have made a lot of surplus actions and rows,
such as new data series for every calculation step. I would be grateful if you could tell me how to make it
easier and more elegant.

I hope someone will find it useful!
 
Suggest other entries I might like
Details: Volume Weighted MACD for NT 8


March 1st, 2019
Size: 3.50 KB
SMA Indicator Pack - NT 8 8.0.17.0 5 *
Due to a breaking change in NT 8.0.17.0 I have re-released all of the indicators described elsewhere as there are a number of inter-dependencies. This seems far easier than breaking them apart - for me anyway (hope you agree). There are a number of sub-indicators, but the main ones are:
  • smaCDCycleMTF
  • smaDeltaMomentum
  • smaCDMomentum
  • smaVacuumBars
  • smaProAm
  • smaZiggetyZag
  • smaSineWave




All described:
I have included MathNet DLL in the ZIP to make things a little easier. And remember most need Tick Replay.

Enjoy.
 
Suggest other entries I might like
Details: SMA Indicator Pack - NT 8 8.0.17.0


February 5th, 2019
Size: 531.89 KB
 



 
Category
 




© 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