NexusFi: Find Your Edge


Home Menu

 





RSI or MACD Regular and Hidden Divergence


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one aligator with 5 posts (3 thanks)
    2. looks_two CutLossShort with 5 posts (1 thanks)
    3. looks_3 MONICAP with 4 posts (0 thanks)
    4. looks_4 Airsoftor with 1 posts (0 thanks)
    1. trending_up 981 views
    2. thumb_up 4 thanks given
    3. group 5 followers
    1. forum 15 posts
    2. attach_file 4 attachments




 
Search this Thread

RSI or MACD Regular and Hidden Divergence

  #11 (permalink)
 
aligator's Avatar
 aligator 
Las Vegas, NV
Legendary Market Wizard
 
Experience: Advanced
Platform: Abacus, Slide Rule, HP-65
Trading: Futures, Stocks, Options
Posts: 3,621 since Aug 2010
Thanks Given: 1,071
Thanks Received: 5,994


MONICAP View Post
I was looking at this, but i don't know how to add it to my NT8, any idea? thank you

This is a .CS file (not zipped) and needs to be maually copied and paste in indicators folder.

1. Copy file
2. Go to Documnets > NinjaTrader 8 > bin > Custom > Indicators and paste it there
3, Open the NinjaScript Editor under NEW
4. Find and open the mRSI3NT8 indicator and compile (F5)

and you are done.

Cheers!

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
What broker to use for trading palladium futures
Commodities
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
About a successful futures trader who didnt know anythin …
Psychology and Money Management
 
  #12 (permalink)
 MONICAP 
Bucharest Romania
 
Experience: Advanced
Platform: NinjaTrader
Broker: NinjaTrader Broker
Trading: futures
Frequency: Daily
Duration: Minutes
Posts: 12 since Apr 2022
Thanks Given: 3
Thanks Received: 4


aligator View Post
This is a .CS file (not zipped) and needs to be maually copied and paste in indicators folder.

1. Copy file
2. Go to Documnets > NinjaTrader 8 > bin > Custom > Indicators and paste it there
3, Open the NinjaScript Editor under NEW
4. Find and open the mRSI3NT8 indicator and compile (F5)

and you are done.

Cheers!

Hey, thanks for the answer.
so I tried that but at compiling I get a bunch of errors, maybe i missing some addons that the indicator using? I attach the error


Follow me on Twitter Reply With Quote
  #13 (permalink)
 
aligator's Avatar
 aligator 
Las Vegas, NV
Legendary Market Wizard
 
Experience: Advanced
Platform: Abacus, Slide Rule, HP-65
Trading: Futures, Stocks, Options
Posts: 3,621 since Aug 2010
Thanks Given: 1,071
Thanks Received: 5,994



MONICAP View Post
Hey, thanks for the answer.
so I tried that but at compiling I get a bunch of errors, maybe i missing some addons that the indicator using? I attach the error


Most likely you do not have the companion RSI3 indicator installed on your system as required and used by indicator mRSI3NT8. If so, that is where all the errors come from, the compiler can not find the RSI3 indicator.

If so, see attached RSI3 indicator, download, and install. Then compile mRSI3NT8.

Let me know.

Cheers!

Attached Files
Elite Membership required to download: RSI3.cs
Visit my NexusFi Trade Journal Reply With Quote
  #14 (permalink)
 MONICAP 
Bucharest Romania
 
Experience: Advanced
Platform: NinjaTrader
Broker: NinjaTrader Broker
Trading: futures
Frequency: Daily
Duration: Minutes
Posts: 12 since Apr 2022
Thanks Given: 3
Thanks Received: 4


aligator View Post
Most likely you do not have the companion RSI3 indicator installed on your system as required and used by indicator mRSI3NT8. If so, that is where all the errors come from, the compiler can not find the RSI3 indicator.

If so, see attached RSI3 indicator, download, and install. Then compile mRSI3NT8.

Let me know.

Cheers!


thanks, true i was missing that, but looks like i missing something more. i will attach the errors. thanks again



So resolved, i hope is correct, first there's an error with the name "ana" and is "ama" and then delete the word filter from
snippet the
case 4:
main = anaSuperSmootherFilter(RSI3(period, smooth), period, 3);
average = anaSuperSmootherFilter(RSI3(period, smooth).Avg, period, 3);
break;

So it compiled with this one:
case 4:
main = amaSuperSmoother(RSI3(period, smooth), period, 3);
average = amaSuperSmoother(RSI3(period, smooth).Avg, period, 3);
break;

Thanks again for your help, now compiled and working

PS: what settings you use?

I see some show arrows, but not on the chart, maybe something i did wrong?

Follow me on Twitter Reply With Quote
  #15 (permalink)
 
aligator's Avatar
 aligator 
Las Vegas, NV
Legendary Market Wizard
 
Experience: Advanced
Platform: Abacus, Slide Rule, HP-65
Trading: Futures, Stocks, Options
Posts: 3,621 since Aug 2010
Thanks Given: 1,071
Thanks Received: 5,994


MONICAP View Post
thanks, true i was missing that, but looks like i missing something more. i will attach the errors. thanks again



So resolved, i hope is correct, first there's an error with the name "ana" and is "ama" and then delete the word filter from
snippet the
case 4:
main = anaSuperSmootherFilter(RSI3(period, smooth), period, 3);
average = anaSuperSmootherFilter(RSI3(period, smooth).Avg, period, 3);
break;

So it compiled with this one:
case 4:
main = amaSuperSmoother(RSI3(period, smooth), period, 3);
average = amaSuperSmoother(RSI3(period, smooth).Avg, period, 3);
break;

Thanks again for your help, now compiled and working

PS: what settings you use?

I see some show arrows, but not on the chart, maybe something i did wrong?

A couple of things:

1. ana was used by Fat Tails in his indicators for NT7. Later, he changed to ama for NT8 versions but the codes are the same. So, you are OK.

2. I am not sure what the arrows are for. I have not checked the code so I can't tell. All I know this is unfinished work that he never followed through.

I have no clue who picked this indicator as a good candidate for Divergence studies. But in my experience working on many momentum indicators (Stoch, RSI, MACD and just about anything out there) I find RMI(14,3) to be the most consistent and reliable indicator to use for identying swing divergences.

I started a thread many years ago focussed mainly on identifying the 4 types of divergences that I actually use to date with great success for just about any market. My following tread with about 3000 posts and much info on divergence trading may pick you interest:



Cheers!

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #16 (permalink)
 MONICAP 
Bucharest Romania
 
Experience: Advanced
Platform: NinjaTrader
Broker: NinjaTrader Broker
Trading: futures
Frequency: Daily
Duration: Minutes
Posts: 12 since Apr 2022
Thanks Given: 3
Thanks Received: 4


aligator View Post
A couple of things:

1. ana was used by Fat Tails in his indicators for NT7. Later, he changed to ama for NT8 versions but the codes are the same. So, you are OK.

2. I am not sure what the arrows are for. I have not checked the code so I can't tell. All I know this is unfinished work that he never followed through.

I have no clue who picked this indicator as a good candidate for Divergence studies. But in my experience working on many momentum indicators (Stoch, RSI, MACD and just about anything out there) I find RMI(14,3) to be the most consistent and reliable indicator to use for identying swing divergences.

I started a thread many years ago focussed mainly on identifying the 4 types of divergences that I actually use to date with great success for just about any market. My following tread with about 3000 posts and much info on divergence trading may pick you interest:



Cheers!

thank you . thank you. i will go read that . have great night!

Follow me on Twitter Reply With Quote




Last Updated on March 12, 2024


© 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
no new posts