@giusepatane Yes, technically you can do that but I don't understand the logic behind it. Why are both SL supposed to be moved in a parallel range of price all the time?
Posts made by l'andorrà
-
RE: pendin orderposted in Questions & Answers
-
RE: Grid Tradingposted in Questions & Answers
@ashley111 Well, that is a very ambitious project to implement. Do you have any initial fxDreema project to begin with?
-
RE: Multiple Horizontal Lines Indicator/EAposted in Questions & Answers
@saif-1 So if I understand it correctly, you are not looking for an EA but an indicator, right? In that case fxDreema is not the most efficient tool to get it. It is designed for EAs, not indicators.
-
RE: Reading and displaying indicator values on a regular basisposted in Questions & Answers
@lomcio You ween to create a variable and store the value of those indicators in it. Then you can use the 'Comment (ugly)' or the 'Comment' block to do it.
-
RE: Option to Add at Applied Price if that possibleposted in General Discussions
@saeed-2 I Guess it cannot, but maybe some programmer here can prove me wrong.
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali Then you can begin with something like this. You will need a variable controlling the order of trades to be open:
-
RE: ea read indicators on chartsposted in Questions & Answers
@joele1989 Ok. The first thing to do is importing that indicator into your fxDreema account. Here you can find how to do it:
https://fxdreema.com/instructions/builder/indicators
Once done, let me know.
-
RE: Group martingale opersposted in Questions & Answers
@gallegu No sé si te acabo de entender exactamente. ¿Entiendo que tienes varios grupos de operaciones? Creo que lo mejor sería que compartieses el enlace de tu proyecto para poderlo ver directamente, si no te importa.
-
RE: ea read indicators on chartsposted in Questions & Answers
@joele1989 Well, I need to see what the indocator you want is doing in the chart. Can you please upload some screenshots?
-
RE: pendin orderposted in Questions & Answers
@giusepatane I don't fully undersand what you mean. Can you please provide mode detailed info?
-
RE: Working with "Pending Orders", their deletion and trailing of their Stop Loss when triggered inposted in Questions & Answers
@umbrellamaker Can you please share the link to your project?
-
RE: Group martingale opersposted in Questions & Answers
@gallegu Can you please share the link to your project?
-
RE: ea read indicators on chartsposted in Questions & Answers
@joele1989 It depends on the indicator. Some can be read and some cannot. More info would be apreciated.
-
RE: Option to Add at Applied Price if that possibleposted in General Discussions
@saeed-2 The only way I know of is by creating a custom code block. I'm not a programmer, so I have no idea how to do it, I'm afraid.
-
RE: one condition for both Buy and Sell entryposted in Questions & Answers
@lali Orange constants are the input parameters used to set the initial conditions whereas blue variables are used to do all math required for the EA to work. You can find more info here:
https://fxdreema.com/instructions/builder/constants-and-variables
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali That's a very weird way to trade. Do you want a sequence of buy, buy, sell, sell and then begin again no matter what? I don't see the logic behind that.
-
RE: Logic to detect hidden gapsposted in Questions & Answers
@breakertrader This is a first approach for the 'uptrend' example of your screenshot:

You will need to duplicate it in teh inverse for the 'downtrend'. As you can see I specified a minimum gap of 10 pips, but you can select any other distance.
-
RE: How to make a trade open just at a candle closeposted in General Discussions
@sherifkudo That ios not possible. Candle's Closing price is a visual artifact for us human traders to understand what is happening in the market. MT4 caanot know which tick will be the last one for the current candle. The closes you can get to do that is closing at the open of the next candle.
-
RE: Pending Order does not trigger Trade/ Positionposted in Questions & Answers
@umbrellamaker Maybe (just maybe) because you are testong the 1 minute chart some repainting is happening with that MA. Try with hifher timeframes to confirm it works correctly.
-
RE: Grid Tradingposted in Questions & Answers
@ashley111 No problem. Let's begin. This is the structure you need to open the first buy and sell pending orders:

Please look at the offset distance on both blocks. This is how you get them being 100 apart fom each other.
Now I need some additional infor about that part saying you want more trades...at this exact open price?