Edit: problem solved
Best posts made by robertk
-
Shrink stop / minimum TP issueposted in Bug Reports
Hello, i am running into an issue with the " shrink stops" block.
At the moment i want to do something with the following settings:
What i notice however is that each TP pre-set on trades will be overruled by the value in pips put here. If i leave this box empty "0" will be used, if i put 50 the 50 will overwrite any TP's <50.
Is there a way to not only use " no change" for shrink TP, but also for the minimum TP to not impact current TP's at all? Positions without a TP would not receive a new TP by means of minimum TP for that matter..
-
RE: Shrink stop / minimum TP issueposted in Bug Reports
At first i did not want to use this block because i want to maintain a minimum SL. I just realized however that i could combine the modify stop block with a counter pass "n" times block. Within the modify stops block i use % of current SL, which will be trigged "x" times. Tested and this seems to do the job just fine as an alternative. Thanks for your insight.
Latest posts made by robertk
-
RE: Can't export/save mq5posted in Bug Reports
just verified, it does work on projects with less than 10 blocks. Normally i get a message "not available in free edition etc", to then pay fxdreema for a plan. The fact it showed a message regarding connection problems made me reluctant to activate a payment plan, but i guess it does work with the export then.
-
RE: Can't export/save mq5posted in Bug Reports
same here, tried multiple browsers, phone, notebook.. cant export any mq4 or mq5 files. pls fix!
-
RE: Multiple symbol filter not working properly?posted in Questions & Answers
@Byens Thanks for your suggestion but the "set market to.." block works in a way where every block below is ran first before moving on to the next pair. I want multiple pairs to be checked in the first block that follows below.
On non crypto pairs its working fine for me. I dont trade crypto anyway so its all good for now!
Thanks for all the suggestions, also the pip value @l-andorrĂ
Marking as solved
-
RE: Multiple symbol filter not working properly?posted in Questions & Answers
Thanks for the replies. I experimented with the above on bitcoin currency pairs during weekend. For some reason it didnt work back then.
While using non btc currency pairs on monday it did work correctly. Not sure what caused the problem in btc pairs because the symbol name was identical.
-
Multiple symbol filter not working properly?posted in Questions & Answers
I am trying to check whether i have a running loss within a specified group of currency pairs.

It unfortunately does not seem to work / not spotting the loss on any of the specified pairs. It does work when i change the symbol mode from "specified" to "any market", but this is not what i want to work with. What am i doing wrong here?
-
RE: Modify pip variable not working for meposted in Questions & Answers
Yes, all seems fine now
thanks, problem solved -
RE: Modify pip variable not working for meposted in Questions & Answers
@jstap Thanks for your suggestion. It doesnt seem to work yet though. When you say to change the value from 0, what value are you referring to? And to what should i change it?
-
Modify pip variable not working for meposted in Questions & Answers
Example project:
https://fxdreema.com/shared/UMsqBU4RcOn every pair i need to add certain pip distance above/below a previous top/bottom of last "x" candles. I created a pip variable and used this variable within the horizontal line that will be placed at tops/bottoms + the value put in modpips.
I used "+v::modpips" in the adjustment box from the horizontal line.
This element doesnt seem to work in my main project? Can anyone tell me what im doing wrong here.
-
(Partial) Take profit trailingposted in Questions & Answers
FXdreema has a block in place for stop-loss and take profit trailing. This block will move the hard stop-loss and take-profit, to then fully close the trade when hit.
I am trying to make an adjusted version of this within my strategy. Below number 1 and 2 is already implemented in FXdreema. Number 3 is not.
1 -> start the trailing of a take profit once the trade is 50% in loss of current stop-loss
2 -> define steps and stops, similar to the options within the trailing stop block already in place3 -> define what volume needs to be closed once the trailing take profit has been hit. I dont want the trade to be fully closed.
I am trying to tackle above with this project: https://fxdreema.com/shared/ctSDXrned
Within the project horizontal line "LIM" will be moving with a fixed distance from moving average 1 (current price). LIM should however work as a virtual trailing take profit and therefore only move in one direction; north in case of a sell and south in case of a buy.
The next step would be a condition whenever price crosses below or above LIM the partial take profit closing will take place. This is no big deal and i can handle this myself.
My question is if anyone has ideas how i can produce a horizontal line that is only trailing upwards or downwards, and not both directions as seen in the project example i've given. In other words, a trailing line that would only move north once the price goes north and ignore movements to the south.
Hope someone can help me on this, thanks.
-
RE: Custom MQL code for saving a templateposted in Questions & Answers
Ok, apparently it had to do with me using using the code in the wrong way. Apparently its used this way:
//--- Save the result in a template
ChartSaveTemplate(0,"EURUSDTEST");Not able to remove this topic due to permissions, but perhaps anyone else finds this helpfull..