I don't understand that 'at 40 the stop move up' part. If your TS move 15 pips in profit evry time you are 25 pips in profit, the levels t consider are 0,25,50,75, and so on, not 40.
Posts made by l'andorrà
-
RE: Trailing stopposted in Questions & Answers
-
RE: Stop Trading after TP and wait for 1 hour.posted in Questions & Answers
@pipsondeck Yes, you can do it. You can specify the minimum time to pass from the last open or closed trade like this:

If you connect those blocks immediately above the buy/sell now block. No new trade will be open for 1 hours since the last open trade. If the trade was closed, you will have to use a 'for each closed trade' block instead.
-
RE: OW TO MAKE A CONTINUOS WITHDRAWAL DURING THE OPTIMIZATING AND BACKTESTposted in Questions & Answers
Ok. I see you created a new thread. Please don't duplicate the same question on different threads. On your questions, as far as I know it is not possible to to what you want because of the way the platform works. However, I can not discard a programmer can do it via custom code. If that is true, that custom code should be incorporated into fxDreema because no fxDreema block can do it.
-
RE: HOW TO MAKE TIME DISTANCE BETWEEN THE NEW TRADE THE THE NEXT PREVIOUS ONE ?posted in Questions & Answers
I see you marked the topic as solved. Is your question still open?
-
RE: FIX ERROR TO CLOSE OPEN TRADE OR POSITIONposted in Bug Reports
Can you please be more specific? What do you exactly mean?
-
RE: How to Setup Stop Loss For Buy Trade To Equal ZigZag Last Swing High - Current Price Divided By 2 Opposite For Sell Trade?posted in Questions & Answers
Could you please upload a screenshot showing a visual example for a buy?
-
RE: pip difference between pending order and market properties for synthetic indicesposted in General Discussions
That depends on the broker, not on the chart. You will have to try and test different values until you find the correct one.
-
RE: HOW TO MAKE TIME DISTANCE BETWEEN THE NEW TRADE THE THE NEXT PREVIOUS ONE ?posted in Questions & Answers
You need to use the same 'for each position' blocks you are using on the right immedietely above those 'check age' blocks on the left.
-
RE: Check Max Stop Loss distance before placing a tradeposted in Questions & Answers
@pipsondeck No problem. You can still do it this way:

-
RE: Check Max Stop Loss distance before placing a tradeposted in Questions & Answers
You can use a condition block immediately before the buy now block checking that the value of ATR itself is lowers than 20.
-
RE: Execute MQL4 Script from EA in fxDreemaposted in General Discussions
@mlnaumann Yes, you can integrate any mql code into your fxDreema project by using this block:

However, I do not recommend to do it unless you're a programmer or you'are advised by one. That can be very tricky.
-
RE: Has anyone encountered this problem before?posted in Questions & Answers
@PrinceErielle902 Using ChatGpt on fxDreema is an error. Simply don't do it. fxDreema is using libraries and other elements chatGPT doesn't necessarily understand. It is not that intelligent, trust me.
-
RE: HOW TO MAKE TIME DISTANCE BETWEEN THE NEW TRADE THE THE NEXT PREVIOUS ONE ?posted in Questions & Answers
Can you please share the link to the project?
-
RE: Need help for fixing killzone highs and lows 🙏posted in General Discussions
None of the blocks plotting those lines are conneced to any other block. Single blocks are never executed. A block needs to be connected to at least another block in order to be executed.
-
RE: pip difference between pending order and market properties for synthetic indicesposted in General Discussions
@DeRakongo You need to adjust the pip size rules accordingly:

-
RE: How to Setup Stop Loss For Buy Trade To Equal ZigZag Last Swing High - Current Price Divided By 2 Opposite For Sell Trade?posted in Questions & Answers
What do you exactly mean by 'Current Price Divided By 2 Opposite For Sell Trade'?
-
RE: Whole EA only using the 1 minute Open Candleposted in Questions & Answers
There is no way to do that. The market doesn't know the price a candle will be closed at. This is why no bot will ever be able to do it either.
