fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. uchiha
    3. Posts
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 38
    • Posts 120
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by uchiha

    • RE: Working with Divergence

      Okay thanks, I can only imagine how complex it must be.

      posted in Questions & Answers
      U
      uchiha
    • RE: Working with Divergence

      Hello

      I am trying to find divergences between my indicator and price like bullish/bearish [MACD Divergece] function on fxdreema, it doesn't seem to work as I want. Is it possible to expand this function to work with other indicators so we don't have to code it manually.

      Also can you help me fine tune the one I am working on. here: https://fxdreema.com/shared/Dc50KkbEc
      It is based on the indicator attached below, which only has values for Candle ID >= 3

      Thanks.

      ......
      ADL_transient.mq4

      posted in Questions & Answers
      U
      uchiha
    • RE: Working with graphics dislpay on Fxdreema

      Hello

      I have been trying to graphically display my EA values on chart, I recently came across a video of someone who did this

      see link: https://www.youtube.com/watch?v=IpowCUZkdGk

      [go to" 26:50]

      Can you help with some sort of tutorial on how to do this with fxdreema?
      I have been able to draw the box, the vertical and horizontal lines with the [Draw Box] command, however adding things such as time at the bottom is difficult (when I "use get_candle_time" it returns the Epoch value)

      Then there's the problem of putting the x and y intervals and updating it in real time, and also how to refer the variables to the appropriate points on the graph itself.

      I would like to suggest a new fxdreema block to handle graphical displays, you can call it [Graphic Displays]

      it can have parameters such as:

      • x-interval: attributes such as [time, variables, e.t.c], max value, min value

      • y-interval: attributes such as [time, variables, e.t.c], max value, min value

      • infinite/static scroll option

      • Data input [x,y group]: type of data, updating every interval??

      • Data display: Line, fill, point, histogram, e.t.c

      These are just the few I could think up. I am sure you will have better ideas 🙂

      But I believe it can be done with fxdreema as it is, I just need a guide to achieving exactly what was done in the video. 🙂
      You can see my progress here;; https://fxdreema.com/shared/5WUkBCGzb

      P.S: Attached are two indicators [formerly EA's] that do interesting graphical displays too
      I'm sure you can get useful parameters from them all.

      ......
      MADdash.ex4
      MathTrader7_AccelerometerIN.ex4

      posted in Questions & Answers
      U
      uchiha
    • RE: fxdreema cannot read indicator buffer

      Hello

      I want to test a few idea's on the indicator attached. For some reason beyond me the it returns no value. Can you check it please.

      ......
      ADL_transient.mq4

      posted in Questions & Answers
      U
      uchiha
    • RE: Ability to add comments to blocks

      I just began using fxdreema again, I actually miss it 😄

      I want to suggest, adding the ability to make comments on each block *, for record keeping and debugging, you see for large projects one can forget to modify/add or update a blocks commands, it will be a useful reminder.

      P.S: Also, pls keep the [PATTERNS] block somewhere or just bring it back, its difficult to use, but I have a feeling it is also one of the most handy blocks for analyzing price movements, since it does not interfere with other blocks just leave it in. Thanks.

      posted in Questions & Answers
      U
      uchiha
    • RE: Setting the number of decimal places

      Hello

      my EA displays values as seen in the picture, for divisions such as 5 / 3 we get a result = 1.666667. I want to display such a value as 1.67 on the chart, how do I do this?

      ......
      numbers.JPG

      posted in Questions & Answers
      U
      uchiha
    • RE: How to use break even block?

      The ** block is not used to lock profit, it is used to set minimum profit/loss in a trade to 0 (even).

      To do what you wish you can use the [FOR EACH TRADE] blocks, like this: https://fxdreema.com/shared/Rn95fUYbe

      posted in Questions & Answers
      U
      uchiha
    • RE: Indicator Option

      This is just a suggestion. I think fxdreema is powerful enough to build indicators of its own. It would be fantastic if you could add that option, sometimes one has to build his own decisions from scratch (I have reached that point, & I need to visually test it). I hope you would give it some thought. Cheers.

      P.S: May be there's a way to make the EA's plot on the chart in a separate window for a number of candles, like the stochastic. If there is please show me. Thanks.

      posted in Questions & Answers
      U
      uchiha
    • RE: I want the EA to show the consecutive losses

      😮 cant believe I never saw that. Thanks. I will try it. 😄

      posted in Questions & Answers
      U
      uchiha
    • RE: I want the EA to show the consecutive losses

      Hello

      I want my EA to always shows the maximum number of consecutive losses in a row, and updates on every new closed trade.

      Example: after 5 trades, E.A has 4 consecutive losses: it displays 4, it makes a profit on the next trade, then 6 trades after it makes 5 consecutive losses: since 5 is greater than 4: the display changes to 5

      Can you show me how to do it? I am having big troubles with the logic.

      posted in Questions & Answers
      U
      uchiha
    • RE: How to check through indicator values for a number of candle

      You're right, but you see while its possible to use [indicator moves within limits] to check the previous candle or any other candle, its impossible to use it to check 10 or 20 previous candles at the same time on every new bar...that's why I had to create the loop.

      Thanks for the warning though 🙂

      posted in Questions & Answers
      U
      uchiha
    • RE: How to check through indicator values for a number of candle

      Hello

      This isn't a question, I just spent hours trying to solve this and I thought its best to share such examples, maybe you could expand your example list to include such, (it'll be a great reference).

      https://fxdreema.com/shared/LVzW0BxUd

      This loops through two buffers of an indicator for a chosen number of previous candles, subtracts the buffer values and returns the absolute result, the result is then checked on every new bar and if it satisfies the defined condition it passes on to the next blocks.

      Cheers.

      posted in Questions & Answers
      U
      uchiha
    • RE: Why doesnt this code work

      After countless repetitions, it finally worked! I needed to multiply the values by 1.0 instead of 1 😕 😄 don't know why but it works that way...thanks.

      posted in Questions & Answers
      U
      uchiha
    • RE: Why doesnt this code work

      have a look at it please. between a given period it draws the lines, it is supposed to draw an arrow when a candle opens above the lower line and closes below it.
      https://fxdreema.com/shared/lHrHvOfnd

      posted in Questions & Answers
      U
      uchiha
    • RE: Updating Check Loss/ Check Profit blocks

      Hello

      It would be great if you could modify the "check loss & check profit" blocks to include ''pips''. It's hard doing it with so many blocks. 🙂

      P.S: I think there's something wrong with the check loss block on the standalone version- when I use a percent value of 5%, everything works, but when I increase it to 10% it stops working.

      posted in Questions & Answers
      U
      uchiha
    • RE: Indicator buffer has different values

      Thanks, I have scoured the net for any word on this issue, turns out it is a bug, or more like a clever repainting indicator, I don't know why such are made, anyway I found a corrected version. Thanks for the help.

      posted in Questions & Answers
      U
      uchiha
    • RE: Indicator buffer has different values

      100% sure, that's why I posted the indicator for you to test yourself.

      posted in Questions & Answers
      U
      uchiha
    • RE: Indicator buffer has different values

      Hello

      An indicator I am trying to use gives a buffer value different from the one it shows in the indicator window, any idea how to get the window value?

      ......
      different.JPG
      CoeffofLine.mq4

      posted in Questions & Answers
      U
      uchiha
    • RE: NEW Feature Suggestion

      Hello,

      Can I suggest you add a new [CONDITION BLOCK] that includes formulas, so that indicator values can be used directly in calculations

      EXAMPLE:

      MOVING AVERAGE [5] - MOVING AVERAGE [20] > VALUE[]

      Right now if I wish to do that I have to use the formula block, then the condition block, it becomes tiring and you can easily make mistakes, with the formula names and such. 🙂

      P.S: Does the block numbering affect the calculations of the EA, speed or any other thing?

      posted in Questions & Answers
      U
      uchiha
    • RE: Check number of wins

      Hello

      I want to check the total number of wins from a number of closed trades, how do I go about this?

      https://fxdreema.com/shared/88B81jQsb

      P.S: Do Boolean conditions work with mt4 strategy tester? Each time I try to use a trading hours filter (i.e Enable_Trading_Hours = true ) the strategy tester does not execute trades.

      Quick Example of how I did it: https://fxdreema.com/shared/lMyp0MWJ

      ......
      winno.JPG

      posted in Questions & Answers
      U
      uchiha
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 4 / 6