Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Divergence of peaks between Awesome Oscillator and price
Collapse
X
-
Divergence of peaks between Awesome Oscillator and price
Good afternoon, I am trying to figure out how to identify regular divergence between price and the Awesome Oscillator (any oscillator really, but prefer the AO) in twin peaks formations. For short entries, Price needs to make a higher high on peak formations, while the AO makes a lower high. How would I create this logic in the strategy builder? I am not good with code. Attached is a quick example for a short entry as well as an example of a long entry. As you can see, price created a higher high, and both the RSI and the Awesome Oscillator created a lower high. Opposite for long entries. Entry would be on the AO color change. Any help would be appreciated! Thanks in advance.Tags: None
-
Hi Superlite, thanks for your question.
Unfortunately, I am unable to develop any custom code. To gain more knowledge on what the strategy builder can access/do, try using the Print statement and simply print out the values of AO. I attached a strategy as an example. Printing data from what the strategy is reading can help to understand what one can and can not do with the builder.
Kind regards,
-ChrisLAttached Files
-
Thank you for the reply, and sorry for the late one myself! I'm not trying to get you to write a custom code, i just need help figuring out what to choose in the strategy builder for the divergence logic between peaks. Also, I have a question for the Awesome Oscillator. How would I capture "on bar close" of the first color changed bar on the histogram for confirm my short or long entry as per the picture above? My arrow is pointing to the first histogram bar of a different color. That is my entry point. After that first histogram bar of a different color, as long as there was regular divergence between the peaks of both the Awesome Oscillator and price, I need to enter. How do I capture that in the strategy builder? Thanks.
Comment
-
Hi, Superlite thanks for your reply.
For what to pick to find a higher high/higher low, you can use the MAX and MIN methods. Pass in the indicators to these methods and you can find max's and min's over a number of bars. I attached a sample that will detect the Awesome Oscillators downtrend as well, this is another method of finding peaks and valleys.
Please let me know if I can assist any further.Attached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment