Volume Profile and Market Profile a new wave of market picture

Status
Not open for further replies.

vijkris

Learner and Follower
Happy Ji,

I am getting this error in no of AFLs including the above AFL shared by XRay bhai.

Thats just a warning na? Chart will be plotted na ?

PS. i have old version, urs is above 5.8 i m sure.. I used trial versions...
 

vijkris

Learner and Follower
Yup, charts are getting plotted, it is 6.2
:)
Newer versions are more coder friendly. One of the reason I like the newer ami. It points out errors etc. nicely.

My opinion, until charts are plotted, no need to worry.

It seems according to ami, division by 0 is a crime. :lol:
 

travi

Well-Known Member
Happy Ji,

I am getting this error in no of AFLs including the above AFL shared by XRay bhai.
That error is actually a warning.
Reason is: Your using it on a live chart, that too lower TF.
So when new candle is plotted,
the H-L will initially possible be 0 (Fresh Candle) and hence a divide by 0 condition.
Its like asking AB to calculate 1/0 or 20/0 :D

It can be ignored, or BV/SV variable If condition can be modified as with
"OR (H-L)==0"
Haven't tested, but something like that should work.
 

HappyLife

Well-Known Member
This is what happens to someone who takes potshots and jibes at others more than anything else :D
1. I've probably studied as many indicators as you have
2. That post has nothing to do with Price Action, logically, how can you split volume into a buy:sell ratio?
Then you've got to update your "incomplete knowledge".
Superimposition of price on volume bar could have been named accordingly, I already appreciated the AFL maker for an ingenious idea.

Even after your jibe Opinion still holds for intraday TF and your indicators :p
not trying to do any of those two …… just simply forgot to put Grim face at the end of first line…. for that so much so…

I know you are a knowledgeable person in every aspect ……. literature / philosophy / trading & many more …… you are God best creation

seriously you are good at trading but I don’t like the way you trade bnf for 10/20rs….. for me you are not doing justification to your trading knowledge.

I mention Accumulation / Distribution indictor because xray using the same concept h-c & c-l to measure selling & buying pressure.
 
Happy Ji,

I am getting this error in no of AFLs including the above AFL shared by XRay bhai.
You can put a condition for checking divide by zero values and assign it to null . . .

btw, me just changed the way it is plotted . . . bas candle ko ulta/pulat kiya . :)


Happy :)


Nz
- Null (Null/Nan/Infinity) to zero Miscellaneous functions
(AFL 2.3)


SYNTAX Nz( x, valueifnull = 0 )
RETURNS NUMBER, ARRAY
FUNCTION Converts Null/Nan/Infinity values to zero (or user defined value)
x can be number or array.

You can use the Nz function to return zero, or another specified value when argument x is Null or Nan or Infinite.

For example, you can use this function to convert a Null (empty) value to another value and prevent it from propagating through an expression. If the optional valueifnull argument is included, then the Nz function will return the value specified by that argument if the x argument is Null (or Nan or Infinity).
 

XRAY27

Well-Known Member
Last edited:

wisp

Well-Known Member
Status
Not open for further replies.

Similar threads