@behnnod_rp Not sure I get the idea. Do you mean calculating the distance from the open price to the lowest price of the last 10 candles and the double that distance for the TP of the trade?
Posts made by l'andorrà
-
RE: take profitposted in Questions & Answers
-
RE: two following lineposted in Questions & Answers
Do you really need those lines? You can store those values into variables instead and make the EA far more efficient.
-
RE: salida cronometrada en perdidasposted in Questions & Answers
De nada. Y agracias a ti por el consejo.
-
RE: EA that trade without uploading custom indicatorposted in Questions & Answers
Then how is the EA supposed to know where those lines are if the indicator is not used?
-
RE: Draw Custom Indicator automaticallyposted in Questions & Answers
Can you please open a new thread for your question?
-
RE: How to backtest the close order by object on chart on MT5 ?posted in Questions & Answers
Is the object really necessary? You can store the value of the object into a variable and do the calculations normally instead.
-
RE: Lot sizeposted in Questions & Answers
Not sure what you mean by 'with 25% of the already opened lot size'. Do you mean opening a second trades with 25% lot size of the previous one?
-
RE: Mouse click on chart - how the get x, y, time, price, barposted in Tutorials by Users
Thank you for sharing.
-
RE: Help with a problem with sell now and buy nowposted in Questions & Answers
Are you paying a full membership subscription? If you are not, you created a project with more than 10 connections between blocks. This is why the error popped up.
-
RE: Help with indicator in oscillatorsposted in Questions & Answers
The problem is that you combined two indicators (MA and RSI) into the same chart window. Sadly, fxDreema cannot understand that. You will need a custom indicator combining both into one only file and then import it into your fxDreema account to be used in any 'condition' block.
-
RE: Last priceposted in Questions & Answers
That depends on your definition of 'price drops a certain number of points'. Do you mean dropping after hitting a previous higher price? Or dropping from the open price?
-
RE: price off set pending orderposted in Questions & Answers
@MT4stefano If you are using the standard 'pending order' block and you type 20, it immediately understands +20 pips for a buy and -20 for a sell. You don't need to use any symbol unless you want to consider subtracting (for a buy) or adding (for a sell).
-
RE: Help with a problem with sell now and buy nowposted in Questions & Answers
@byterbluu You need to use the 'on trade' tab instead. This is the structure for buys closed:
https://fxdreema.com/shared/JVD3VWLGd
Then you need to duplicate the same for sells.
-
RE: Several EA's, same instrument.posted in Questions & Answers
@Johnster Yes, you can do it by using different group numbers, one for each different strategy to consider.
-
RE: All Comment add on the chart ?posted in Questions & Answers
@ItzShahzad-X Then what you need is using variables first before visualizing them in the comment block. I see no variables are created for that project. Are you familiar with them?
-
RE: Buttons Not showingposted in Questions & Answers
The logic is correct. The button should be visible. Is this the whole project or just part of it?
-
RE: profit prevous day then...posted in Questions & Answers
@MATTOMATTEO77 You can also use a pink loop by using a 'for each closed trade' block on top and limiting the search to yesterday.
-
RE: EA works with some brokers and not others?posted in Questions & Answers
@sarunbot That is exactly what I was referring to in my post. Thanks for the clarification.