fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. robertk
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 59
    • Best 3
    • Controversial 0
    • Groups 0

    robertk

    @robertk

    3
    Reputation
    1869
    Profile views
    59
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    robertk Unfollow Follow

    Best posts made by robertk

    • RE: Copy object values

      Edit: problem solved

      posted in Questions & Answers
      R
      robertk
    • Shrink stop / minimum TP issue

      Hello, i am running into an issue with the " shrink stops" block.
      At the moment i want to do something with the following settings:

      0_1579011069537_ShrinkStops.jpg

      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..

      posted in Bug Reports
      R
      robertk
    • RE: Shrink stop / minimum TP issue

      @trader-philipps

      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.

      posted in Bug Reports
      R
      robertk

    Latest posts made by robertk

    • RE: Can't export/save mq5

      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.

      posted in Bug Reports
      R
      robertk
    • RE: Can't export/save mq5

      same here, tried multiple browsers, phone, notebook.. cant export any mq4 or mq5 files. pls fix!

      posted in Bug Reports
      R
      robertk
    • RE: Multiple symbol filter not working properly?

      @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

      posted in Questions & Answers
      R
      robertk
    • RE: Multiple symbol filter not working properly?

      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.

      posted in Questions & Answers
      R
      robertk
    • Multiple symbol filter not working properly?

      I am trying to check whether i have a running loss within a specified group of currency pairs.

      symbol.png

      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?

      posted in Questions & Answers
      R
      robertk
    • RE: Modify pip variable not working for me

      Yes, all seems fine now đŸ™‚ thanks, problem solved

      posted in Questions & Answers
      R
      robertk
    • RE: Modify pip variable not working for me

      @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?

      posted in Questions & Answers
      R
      robertk
    • Modify pip variable not working for me

      Example project:
      https://fxdreema.com/shared/UMsqBU4Rc

      On 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.

      posted in Questions & Answers
      R
      robertk
    • (Partial) Take profit trailing

      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 place

      3 -> 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.

      posted in Questions & Answers
      R
      robertk
    • RE: Custom MQL code for saving a template

      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..

      posted in Questions & Answers
      R
      robertk