Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
There are no real straight forward instructions. However, if you can use the NT editor, it is quite easy with simple cut and paste to add additional indicators for divergences. Use the latest NT8 version of the code.
1. In PriceActionSwingBase indicator: Add your indicator, RMI, MFI, etc. under DivergenceMode enum list (line 30 I think), then complie and done.
2. In PriceActionSwingPro Indicator: Do a search and find MACD and add similar code for your indicator. You will find 3 areas where the required input for MACD is coded.
Easy Cut and Paste:
a. Copy all lines related to MACD and paste them as a new option in each of 3 section and edit to change from MACD to your specific divergence indicator name.
b. Once you have added your Indicator(s) in those 3 areas of the code, you can compile, and you have it.
Important :
1. When you cut and pase make sure the text format (cap, none cap) remain the same, spelling is correct, and you have the correct parmeters for your indicator.
2. If you do not intend to have variable input parameters for your indicator it is easier to just use numbers such as RSI(14,3), instead of RSI(param1, param2). Otherwise, you need to make sure your parameters are defined and already coded when running the indicator. 90% of the time the default parameters for any indicators are the best optimized numbers and are recommended.
RSI is already included as a divergence option along with Stoch and MACD. You simply select RSI on dropdown list of indicator parameters on the chart under Features>Divergence Indicator< RSI. Make sure you are using the latest NT version of PriceActionSwingPro.