CustomNakedLevels

Login or Register

Please login or register in order to view and post in the Forum.

7 posts / 0 new
Last post
Eternum
Last seen: 2 months 2 weeks ago
Joined: 07/30/2014 - 16:18
CustomNakedLevels

Hi Chad,

Unless I misunderstand the purpose of this indicator, it does not look like it works correctly. Please see screenshot for ONHi as an example.

I tried to upload chart definition, but got an error saying "The selected file NakedLevelTest.txt cannot be uploaded. Only files with the following extensions are allowed: png, gif, jpg, jpeg."

Thank you.

0
Eternum
Last seen: 2 months 2 weeks ago
Joined: 07/30/2014 - 16:18
CustomNakedLevels

Never mind about chart definition. I used wrong widget. Attached.

cpayne
Last seen: 1 year 9 months ago
Joined: 03/30/2009 - 00:00
Try this chart: https://www

Try this chart: https://www.linnsoft.com/charts/nakedleveltest2-es

Inspect the syntax I used for the Custom Indicator. The syntax is...

SESST * (SESST_BAR = 1)

Where SESST gives me the ONHI, and SESST_BAR is the number of bars into the day session, so by adding * (SESST_BAR = 1), we will get the ONHI but only on 1st bar of the day session (and zero on all other bars) and then NakedLevels will take that value (just one value on one bar per day...the first bar of day session) and it will extend while naked....and then reset at end of session.  Let me know if tha tworks for you.  The blue line is our Naked Levels while the green is just there to show the developing ONHI.

Eternum
Last seen: 2 months 2 weeks ago
Joined: 07/30/2014 - 16:18
CustomNakedLevels

My bad. The chart you posted works fine.

Thank you for the explanation, Chad. Much appreciated.

Eternum
Last seen: 2 months 2 weeks ago
Joined: 07/30/2014 - 16:18
CustomNakedLevels

Chad,

One more question. What SESST_BAR parameters do I need to use for IBHi? Attached is a screenshot of what I tried and it does not seem to work.

cpayne
Last seen: 1 year 9 months ago
Joined: 03/30/2009 - 00:00
Naked IBHI

OK, so here is how I did IBHI.

Chart Definition: https://www.linnsoft.com/charts/nakedleveltest2-es

The syntax is...

SESST_IBH * (SESST > 60 AND SESST.1 <= 60)

Where SESST_IBH gives us the IBHI, while SESST is setup for "minutes into period" (day session period).  So the result will be the IBHI but only on the 1st bar after that IBHI period, and zeros on all other bars.  NakedLevels then takes it from there and extends that price until touched (or end of session) and ignores all those zeroes.

Eternum
Last seen: 2 months 2 weeks ago
Joined: 07/30/2014 - 16:18
Naked IBHI

Thank you, Sir!