@xyon126 Exactly, you will need a specific structure to do that. The only way to create a hard TP is calculating the proce value first and then use the pink blocks to put it on the chart.
Posts made by l'andorrà
-
RE: How to add a common TP price for a group of tradesposted in Questions & Answers
-
RE: Why do you use SL when it is not switched on?posted in Questions & Answers
@biokaja said in Why do you use SL when it is not switched on?:
shared/Vp6YaunEd
There is no initial SL specified when opeining a trade. Then you select the trailing stop block. I'm not completely sure what you need exactly.
-
RE: Stop Trading After Profit Reached For The Day (or Loss)posted in Questions & Answers
@wadz91 I replied to your thread with this same question.
-
RE: Turing Off EA after set $/Pips madeposted in Questions & Answers
@wadz91 Your logic is correct. This means the reason for so few trades must be in the conditions required to open a new one. Maybe they are too restrictive.
-
RE: Drawdown shown as a percentage % on the screenposted in Questions & Answers
@piotras10000 If they are not necessary, simply remove them. You will still see the results I see your formula block is below the 'comment' block. You should connect it above instead. Otherwise you will never see the updated value of the DD.
-
RE: Why showing old block settings variables on strategy tester ?posted in Bug Reports
@walter-0 Can you please share the link to the project?
-
RE: The " Bucket of positions " block works perfectly in the backtest, but it doesn't work in the real market.posted in Questions & Answers
@ontradingx It is certainyly weird. I hope the admin can find the issue.
-
RE: How to add a common TP price for a group of tradesposted in Questions & Answers
@vish You can calculate the new TP into a variable and then use this:

-
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
@mr-lenny Here you have a fully functional martingale EA with fxDreema:
https://fxdreema.com/shared/6o0uTdg3e
However, I do not recommend to use this strategy for any serious trading. Any martingale will destru your account sooner than later.
-
RE: Drawdown shown as a percentage % on the screenposted in Questions & Answers
@piotras10000 Blocks 33 and 35 are not providing any value for those variables. What values are supposed to be there?
-
RE: 10 Pips a day EA - Turing Off EA after making profits +10 Pips per dayposted in Questions & Answers
@wadz91 Please focus on one thread only. You are still using two threads for the same question.
-
RE: Turing Off EA after set $/Pips madeposted in Questions & Answers
@wadz91 Can you please share the link instead? That will make it easier to review.
-
RE: How i can get fixed value to candle numberposted in Questions & Answers
@jstap Ok. So it should say If start_buy_count=false. Right?
-
RE: 3 difference Moving average combinationposted in Questions & Answers
@william-1 Are all combinations possible or just some of them? There is a simple way to do it via arrays, but then you will need custom code. There are no blocks in fxDreema doing that, I'm afraid.
-
RE: Candle type signal difference ?posted in Questions & Answers
@ontradingx I remember the admin saying long ago this is an old relict of repvious versions of fxDreema. The 'once per bar' option there is not relevant now as there is a block doing exactly that, so you can use the 'continuous' option by default and then use the 'once per bar' block when necessary.
-
RE: How i can get fixed value to candle numberposted in Questions & Answers
@jstap Are you sure block 4 is correct? I guess not.
-
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
@mr-lenny Man, don't get me wrong but you are requiring something to expensive to aks for it for free here!
Trust me, you cannot understand the logic just by backtesting it only. -
RE: Create robot to manage operationposted in Questions & Answers
@cuyano Technically it is possible, but additional info would be appreciated. What criteria are supposed for the EA to determine those TP and SL distances. And what about lot size. Depending on those criteria the complexity of the project can increase dramatically.
-
RE: Drawdown shown as a percentage % on the screenposted in Questions & Answers
@piotras10000 I recommnd to use the 'Comment' block on a completely separated tree that should be executed the last on the 'on tick' time. If you use it like that now you will never get the updated value of DD.
On the other hand I see you didn't specify any modification for all variables on blocks 33 and 35. Did you missed them?