builder cant set pending limit order by pips
-
My problem: i want to make pending order custom level by pips from price because my custom indi show values on pips not price, but on builder only show custom level by price, what should i do ?pleasee help me
What I tried: i want to make ea trade manager for scalling position, EA show button sell and buy,if buy then it will entry and place pending limit order based on my custom indicator ATR in pips value and vice versa for sell
What I expect:
My platform:mt4
-
use Formula block to add the pips to current level, so you get the level you need
-
thank for feedback roar,can you give me example how to use formula block for my purpose EA
-
https://fxdreema.com/shared/NxMZ0yxob
Something like this..
I dont know about your indicator, i assumed the indicator gives its output as pips (usually indicators output price levels or fractions)Hope you get the idea
-
my indicator is ATR but only show pips
-
atr, by default, shows a price fraction (like 0.003421)
https://fxdreema.com/shared/LqRr6HOhd
thats for atr -
thanks again roar !