@rashed23 I think it's just stop loss.
Posts made by jstap
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 Ok if you struggle just ask.
-
RE: Need help from fxdremia professional...!posted in Questions & Answers
@haikel I agree with @biztet this creates too many signals, if you want to add this it should be simple, open my indicators and create from the EX4 file, add 2 buffers and call them RED and Green (or what ever you want), tell FX to draw an arrow when indicator appears, once per bar create on multiple bars but not redraw, the arrows will likely match the dots.
-
RE: multi timeframe (candle id problem)posted in Questions & Answers
@khansari So CCI on daily time frame crosses -150? this is correct (I think) create a separate project just doing this, test and see if this is or isn't working.
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 Use no trade in the first tree, have a second tree with pink for each trade block->pips away->buy/sell block. Or what ever conditions to open a new trade.
-
RE: Notification signal setting on FX Dreemaposted in Questions & Answers
@kingsandon Add a shared link and what's happening can be looked at, the problem is that you need a block above to limit the notifications.
-
RE: Is this possible? Moving average crossover and RSIposted in Questions & Answers
@richestcousin If you have too many trades put a no trade block above, this will limit trades to 1.
-
RE: Data typeposted in Questions & Answers
@j-c Use int or double, don't right click and add, use something like * and the name of the constant/variable, the box would look like *CONSTANT
-
RE: Conditional Block not working on Boolean Comparisonposted in Bug Reports
@sktsec It works for boolean, try again and if still fails put a shared link here.
-
RE: no more tradeposted in Questions & Answers
@haidang8055 @l-andorrà That picture is in the group box, I think it was meant to be in the symbol box.
-
RE: Distance between Open Position and Succeeding Candlesposted in Questions & Answers
@marvinm Your welcome, you may also need a once per trade block.
-
RE: How to check if trendline already exist on the chart and if is do not draw another oneposted in Questions & Answers
@william29 Try under the block that's creating the trend line turning a flag false, when you need turn the flag back to true, maybe delete the line.
-
RE: Distance between Open Position and Succeeding Candlesposted in Questions & Answers
@marvinm In the loop you need open price, you have 1 trade in not more box, as you have this placing 1 trade per bar this probably needs to be more.

-
RE: How do you calculate distance between 2 prices?posted in Questions & Answers
@ontradingx No mate high - low is the distance, to put it simply 3000 - 2000 = 1000.
-
RE: ATR pipsposted in Tutorials by Users
@rick01 Something like this should do it: https://fxdreema.com/shared/oXnt5ZR8
-
RE: how to set trailing stop for multiple postition in bucketposted in Questions & Answers
@akallai86 if position->trailing stop block, this will work for as many positions you have open.
-
RE: Distance between Open Position and Succeeding Candlesposted in Questions & Answers
@marvinm Pink for each trade block ,condition Candle 1 close => (or=< for sells) pink loop with + or - 20 pips in adjust box.
-
RE: TRAIL STOP LOSS AFTER PROFITposted in Questions & Answers
@skyzen Am a little lost at what your trying to achieve, I would not set a TP using the pink for each trade and pips away blocks I would start the trailing stop.