Best way to get pips from ATR
-
What is the best way to get pips from ATR? I am having issues doing it since some currency pairs need to be multiplies by x100 and others need x10000. I believe this will also change depending the broker.
How can I get the pip value from ATR irrespective of currency pair or broker I am using?
-
hm ... try this:
https://fxdreema.com/shared/ENYOaDiC

-
@miro1360 said in Best way to get pips from ATR:
hm ... try this:
https://fxdreema.com/shared/ENYOaDiC

what is the toPips() function? Where is this defined? Is this inbuild MT4 function? Can you point me to where I can read about all that this function is doing?
-
it is not MT4 default function, it comes from fxDreema own functions and here is one note, when this function change (like its name), and you need recompile/edit project, you need also change this name of function ... and where you can read about, I think there is no documentation ...
but here in fxDreema Studio you can create own functions and use them in all projects:
-
@miro1360 Where can I get a list of all the function that fxDreema has? Can I also open these functions in fxDreema studio to read the code and modify them as per my need?
-
I dont know, this list probably does not exist and also it think it is not helpful to have something like this, why? because, you need documentation for it and this nobody create
- you can easily lost here if you cant code .... and if you can code, is mostly better for you create own in studio ....
this one "toPips" is something special and was discussed more times here ...in studio is is not possible open all functions, only own functions ...
-
I did this once, unfortunately I deleted the project, but it was something like the picture below, which would then work for broker and pair alike:

Google ATR to pips conversion and mimic it with the (point size) stuff in the picture. Too busy to do the research for you but its not hard. Maybe Miro can help you on from here.
-
I did not noticed this option "Customized", in that case, using formula this way it must working good
