How to use ATR as price level when entering using pending orders
-
Hello guys im having a hard time trying to use ATR to set the pending order. I understand that price is in pips and ATR is a price fraction can someone please assist me to create EA which uses 1.5ATR as pending order (Buy/Sell). This is the project https://fxdreema.com/shared/oPX2a1Ird
-
-
Try this:

-
awesome works great thanks so much. This might be silly question but im not a programmer i wanted to know how i can multiply this function which you gave me, +iATR(NULL,0,14,0). As it is, it gives 1ATR so i wanted to know how i can get let's say 2ATR or 1.5ATR. And also what function do i use in the event of a pending sell order, i figured the function you gave me is for buy pending order. thanks again
-
put *x.xx at the end
-
@jstap thank you
-
