fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vish
    3. Posts
    • Profile
    • Following 8
    • Followers 9
    • Topics 60
    • Posts 219
    • Best 11
    • Controversial 1
    • Groups 0

    Posts made by vish

    • RE: Text objects not recognized

      @jstap Yes

      0_1633884552219_f68188f0-6d78-45af-826b-ffba6401aa06-image.png

      Try any text object and see if you can get its price to a variable. As per my tests, it doesnt. This seems to be a bug.

      posted in Bug Reports
      vish
      vish
    • Text objects not recognized

      It appears "For Each Object" block (MT4) does not identify text objects. I can not get a text objects price or time into a variable. Has anyone else noticed it?

      0_1633685287302_602f5beb-b95c-4f9e-8eb8-a139f676ecef-image.png

      posted in Bug Reports
      vish
      vish
    • RE: MT5 EA with custom indicator - compilations error

      @jstap said in MT5 EA with custom indicator - compilations error:

      @vish That statement is only half? symbol and period should have (), and no , after icustom name?

      At a guess it should be handle=iCustom(Symbol(),Period(),"Arrow Indicator"); Whenever I have used iCustom after the name I use 1,2 or something, this returns the buffer value from the data window.

      Also this code is not in your shared link.

      Can you check again? does it compile without error?

      posted in Bug Reports
      vish
      vish
    • RE: MT5 EA with custom indicator - compilations error

      @l-andorrà I know it but my issue is not that. Does my shared project gets compiled without error?

      posted in Bug Reports
      vish
      vish
    • RE: MT5 EA with custom indicator - compilations error

      @jstap said in MT5 EA with custom indicator - compilations error:

      @vish Is the mode buffer in as an int? things like this have caused me issues before.

      This is the block
      0_1632935746766_cdc038dd-3239-4b20-b9a4-5fa8cca371a0-image.png

      This is the code line that gives the error. If I manually remove the comma after iCustomName, the issue resolves but I can not generate ex5 from fxdreema.
      handle = iCustom(Symbol, Period, iCustomName, );

      posted in Bug Reports
      vish
      vish
    • MT5 EA with custom indicator - compilations error

      https://fxdreema.com/shared/IQ8QmwU5e

      0_1632919775481_5c122a46-1344-4cfa-ba8b-cb0b481071b0-image.png

      Any idea why?

      posted in Bug Reports
      vish
      vish
    • RE: MT5 Calendar Events

      @l-andorrà said in MT5 Calendar Events:

      @vish AFAIK any news filter in fxDreema will need custom code. I'm afraid there is no block combination letting it happen without custom code.

      Thanks for the reply

      posted in Questions & Answers
      vish
      vish
    • MT5 Calendar Events

      Can we use MT5 calendar events objects to create a news filter? But these event objects do not have any time/price in their properties. Have anyone done a news filer for MT5 on fxdreema?

      0_1632580161230_057acb90-94f3-43e8-945c-6c32acfb5284-image.png

      posted in Questions & Answers
      vish
      vish
    • RE: Sum of many variables.

      You will have to use formula block many times to achieve that. But, an easier way would be to use a custom code block and add up the variables.

      posted in Questions & Answers
      vish
      vish
    • How to bring a particular chart on top

      I have an EA running on many charts, when a trade is made by a particular chart, I want to the EA to get the focus of that particular pair (chart). In other words, make that chart the active chart so that I can see the chart that took the trade without clicking on the pair.

      posted in Questions & Answers
      vish
      vish
    • RE: place stop loss at % drawdown

      Get the pips value of the pair then calculate the no of pips for SL based on amount to risk.

      posted in Questions & Answers
      vish
      vish
    • RE: I can't find the thread, sorry. Could someone help?

      0 pip stop loss = no stop loss
      You can simply use 0.1 pips or -0.1 (i.e. SL with a small profit) so that stop loss will move instead of disappearing.

      posted in Questions & Answers
      vish
      vish
    • RE: Changing symbol without opening a new chart

      This should also work on onChart tab

      0_1627675503132_64d9283c-3317-4d87-a389-ac4838618397-image.png

      posted in Questions & Answers
      vish
      vish
    • RE: EA order is from other EA

      Try this

      0_1623317967390_b177e032-ae7c-4458-9716-bda4fb9f678b-image.png

      posted in Questions & Answers
      vish
      vish
    • Status messages can not be switched off

      Even if I switched off status messages (after initially turned on), they still become visible until I go to each and every block and remove the status messages one by one from all blocks, which is a quite a hassle. I guess this is a bug.

      0_1622988810920_f3bec441-f8fc-4436-bc79-d48173bf3fe7-image.png

      posted in Bug Reports
      vish
      vish
    • RE: How to get the highest drawdown value on screen

      @l-andorrà said in How to get the highest drawdown value on screen:

      @vish You can do it this way:

      0_1620890443666_01.png

      Thank you!

      posted in Questions & Answers
      vish
      vish
    • RE: How to Use Martingale On Child's Trades

      Instead of this block:
      0_1620752872753_f714aaac-bcb4-4a7d-a853-a66c3bb1ce43-image.png
      try this:
      0_1620752901835_5943d9ae-eb00-494c-a847-38ce1c76ca86-image.png
      right before the child trade block, add this too
      0_1620752979850_d2b1da5d-15e5-4074-b7a8-eb2e0bd233e1-image.png

      posted in Questions & Answers
      vish
      vish
    • How to get the highest drawdown value on screen

      How can I have the highest recorded drawdown value during the EA running period to be shown in a comment (or get the value into a variable)?

      posted in Questions & Answers
      vish
      vish
    • RE: How to get the EA to trade on indices?

      @ambrogio Thank you

      posted in Questions & Answers
      vish
      vish
    • RE: How to get the EA to trade on indices?

      @ambrogio Thank you very much. Do I have to add each of the index or is there way to add all?

      What if I add like this in a single line 0.01 = 0.1 ?

      Also how do I add pip size for crypto pairs like BTCUSD?

      posted in Questions & Answers
      vish
      vish
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 3 / 11