fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. PipTheRipper
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 55
    • Posts 145
    • Best 6
    • Controversial 1
    • Groups 0

    Posts made by PipTheRipper

    • place stop loss at % drawdown

      Hi, I am wondering, is there a way to use a fixed lotsize and place the stop loss based on how much i want to risk per trade?

      Kinda the opposite to the typical way where we tell the ea where to place the stop loss, and have the ea calculate the lotsize based on the distance to sl level.. Hope my questions is clear.

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: place pending order below candle once per bar + delete once per bar

      any idea why the adjust settings are not working? I am trying to make it so that the modified pending order is placed x pips below low of candle 1. If I leave the adjust field empty, it works, but if i put a negative or positive number there, the block is not working..0_1631691320283_adjust.png

      posted in Questions & Answers
      P
      PipTheRipper
    • xmas holiday - no trade filter - custom code

      Hi guys, does any of you with a bit of mql5 coding experience have an idea how to make a custom mql5 code block to disable trading if month = 12 and day = 20/21/22/23 etc

      Would like to add filter that makes the EA not open new positions if its december 20th to january 6th every year..

      The code should be for mt5.

      Cheers!

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: place pending order below candle once per bar + delete once per bar

      great, thanks!! you are a champ!

      posted in Questions & Answers
      P
      PipTheRipper
    • place pending order below candle once per bar + delete once per bar

      Hi, quick question, not sure if this is the best way to do this. I want to place a pening order below candle 1 and for every new bar the pending order should be modified so it is again under the new candle 1. I couldnt find a block like "modify stop" which seems to do exactly what i need, but only for the stop or tp..

      How i did it: I place a new pending order once per bar and then also delete pending orders once per bar. Im just not sure if the two things interfere with eachother and if there is a better way to do this.
      0_1631629598446_place and delete po.png

      posted in Questions & Answers
      P
      PipTheRipper
    • close all trades and terminate EA - script

      Hi, I am trying to make a simple script that closes all open trades and terminates/disables any EA that is running on that chart. https://fxdreema.com/shared/VAiklJbcc

      It has no impact when i put it on the chart. any idea why?

      posted in Questions & Answers
      P
      PipTheRipper
    • website under project options

      Hi, when I put a website in the "website" under project options, it doesnt seem to do anything. At least it does not show in the expert advisor uplon loading on chart. I know I can edit it in the mql code, but does any one know why it does not work when i do it directly from fxdreema builder?

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: custom indicator appear

      @jstap I see, thanks for checking and educating me!!!

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: custom indicator appear

      Hi jstap, thanks for all your support. Here are the two indicators I have used. The third one seemed to have an error in the code.

      1_1631361987662_Hull_Dh.mq5

      0_1631361987662_Hull average 2.mq5

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: custom indicator appear

      And I should say that I do have the mql5 and ex5 files of the indicators in the indicators folder. So that is not what is wrong..

      posted in Questions & Answers
      P
      PipTheRipper
    • custom indicator appear

      Hi, i am trying for the first time to use a custom indicator - the Hull MA. I want to buy when color changes to green and sell when it changes to red. I use "indicator appear/disappear" but I cant get it to open any positions. I have tried with 4 different hull mql5 files, non of them work, so I believe I msut be doing something wrong in fxdreema. Does anyone know what is wrong here: https://fxdreema.com/shared/taKCneqyc

      0_1631345029980_hull.png

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: If position block

      @jstap THANKS!

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: trade comment and comments on chart (two questions)

      @jstap thank you again. Question 1 is solved. I am now trying to figure out how to draw/write a text on the chart when ever a position is closed. IN this text I want to write:
      1: Profit or loss in account currency
      2: Total pips of the trade (If the trade was a loss the number will be negative)

      I found the "draw text" block, but I cant figure out how to extract the profit/loss and total pips numbers. The "check profit" block does not seem to give an output of the profit or loss to put into a variable. I see the "bucket of positions" and "in loop" settings might be the place to find these values. I been messing around but cant get it to work. I have attached a screenshot of an example of how i would like it to look, and also a screen shot of where I am so far in fxdreema.

      and here is a link: https://fxdreema.com/shared/QmUoibHle

      1_1631034201141_text on chart.png 0_1631034201140_on chart comment.png

      posted in Questions & Answers
      P
      PipTheRipper
    • trade comment and comments on chart (two questions)

      Question 1:

      I would like to add a comment to the trade log when closing a position. Similar to using the comment field under "more settings", in the buy/sell blocks.

      So for example, if the trade hit stop loss, I would like to write a comment - position closed by stop loss
      or if the trailing stop loss closed the position, then comment - position closed by trailing stop
      or if position hit take profit target - position closed by take profit

      Is this possible from within fxdreema?

      Question 2:
      I would like to write a comment on the chart, where positions has been opened or closed, with information such as profit/loss, position size, slippage and spread etc.

      The comment should not be printed in a corner, but on the chart, for example above the candle where the position was opened or closed.

      The comment should stay on the chart, at least untill the terminal is closed by the user.

      Is this possible from within fxdreema?

      Cheers

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: If position block

      Thank you guys, much appreciated!

      I guess that using a text as a group id is not a good idea then? I have sometimes used group id's such as buy or sell etc..

      posted in Questions & Answers
      P
      PipTheRipper
    • If position block

      Hi guys, can anyone tell me if the "if position" block is using magic number to differentiate orders, or how else the block differntiates between orders? I would like to run multiple instances of the same EA on the same symbol from the same mt5 terminal and also same timeframe.

      I use the "if position" block to modify things like stop loss and takeprofit etc. If I use the EA on the same symbol and timeframe, on the same account and from the same mt5 terminal, will the two instances of the EA interfere with each other and modify the positions back and forth?

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: atr based break out

      Sorry for the late reply, been working on other things. Really appreciate your help!

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: bear candle as condition

      @jstap I closed and opened mt5 again and now its working. So weird. Anyway, thanks for all of your support and time!

      posted in Questions & Answers
      P
      PipTheRipper
    • RE: bear candle as condition

      @jstap that is very strange. I have tried on severy different symbols and no trades are opened. Other EA's are working fine.. hmm

      posted in Questions & Answers
      P
      PipTheRipper
    • bear candle as condition

      Hi guys, I am trying to make a simple rule that says "if candle 1 is bearish -> Sell now". I can not get this to work, I have tried severaldifferent ways, using a simple condition, setting flag/check flag and using the pre-made bear candle block. Non of them work. Does anyone know what I am doing wrong? https://fxdreema.com/shared/nf7XxC6yb

      posted in Questions & Answers
      P
      PipTheRipper
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 4 / 8