@talalkhan They are the same but dis pip is in pips, so what distance to you want to use where? What do you want to know about your ZZ project?
Posts made by jstap
-
RE: How to find candle 1 and 2 pipsposted in Questions & Answers
-
RE: How to find candle 1 and 2 pipsposted in Questions & Answers
@talalkhan Something like this https://fxdreema.com/shared/MJDtrIBmb haven't tested but should work.
-
RE: How to find candle 1 and 2 pipsposted in Questions & Answers
@talalkhan High-low is the distance, once you have this in a variable convert to pips using a modify variables block.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 I cant really help with the average pip block, you do have buy/sells options mixed up in different places though.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 To do this set a separate close block for buys and sells, put whatever conditions to close type above.
-
RE: Define previous swing high/lowposted in Questions & Answers
@prabhu7418 this indicator doesn't give the candle ID's, I am unsure how you would get these.
-
RE: Distance in pips between two prices in MTposted in Questions & Answers
@rodrigo-ortuzar Not 100% sure what your asking, high-low is the distance, pink for each trade->pink pips away->buy/sell block, will place a trade when pip distance away
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 You don't need the pink block above the blue, this should work but have never used the average pips block, you could use profit = ? close all trades.
-
RE: Define previous swing high/lowposted in Questions & Answers
@prabhu7418 The picture shows how to set up indicator, there are 2 buffers that give the price of last high and low: https://fxdreema.com/shared/Jx68xWPId

-
RE: why the condition works just for first trade?posted in Questions & Answers
@khansari To reset a flag use another condition or like you did under a situation that says the flag should now be true/false, if you create a bool variable, set and reset using modify variables block, you can then put this in a comment and visually check when it changes.
-
RE: Close all trades at one triggerposted in General Discussions
@baxishparmar You'll need to create a condition so when 1 happens it closes a single group, when the other happens it closes all groups, in the block add all groups with a , like 1,2,3,4,5 etc.
-
RE: Will pay someone to fix my indicator so it works on fxdreema.posted in Questions & Answers
@james-d In here http://fxdreema.com/forum/topic/12802/atr-pips/2 you will see how to get the ATR value in pips and how to get the level of a multiplied ATR value, create a project and ask about any issues you're having.
-
RE: RSI current and past bottoms and tops.posted in Questions & Answers
@ontradingx Yes you have 2 lows that are below the line, this makes it easier, for example RSI X> line record and count candle ID, when this happens again commit the action wanted, you may want to add other conditions because this would work without a move away.
-
RE: Will pay someone to fix my indicator so it works on fxdreema.posted in Questions & Answers
@james-d Not sure if any one here can help with this, am assuming it works by a ATR level, you and do this on FX without a indicator.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 Not the pink blocks (these are good for getting current/closed information), the purple blocks as in the picture are what you need.

-
RE: RSI current and past bottoms and tops.posted in Questions & Answers
@ontradingx This is not simple, because the last low above your value is nearly the line, the low artier is simple, you could decide candle range for your previous range, basically you need to record your candle low, then add 1 every candle, so you can differentiate from the new low.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 It does put your latest shared project here, I'll have a look at what's not right.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 Yes set it on the on trade tab.