fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. T-Fah
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by T-Fah

    • Normalise Pip Values across FX pairs

      Hi,

      I seem to have problem normalising my pip values across currency pairs when I am back testing.

      How would you get a normalised ATR value in pips across different pairs with different decimal point placements?

      How would you tweak the below to normalise the Pips values?
      Eg. EUR/USD with an ATR of 0.0012, and USD/JPY with an ATR of 0.12
      return different values based on my back tests.

      Any help would be greatly appreciated.

      206449dd-da59-4618-ada6-e5902af0e4b8-image.png

      posted in Questions & Answers
      T
      T-Fah
    • RE: Previously working indicator no longer working

      Hi @l-andorrà thanks for getting back to me.

      I thought it might be around new versions of FXDreema. Which is fine.

      But i have noted some indicators dont like the newer versions etc. so is there anything i need to do from an indicator perspective to say refresh them in FXDreema? Like delete and re-add?

      Cheers,

      posted in Questions & Answers
      T
      T-Fah
    • Previously working indicator no longer working

      Hi there,

      Just have a question that i hope is relatively easy to solve.

      This indicator i have here has previously worked using some of my EA's. now it doesnt appear to be. does anyone know why this would be the case and or if there has been an update to FXdreema that would cause this?

      0_1651898894647_Custom Moving Averages.mq4

      Any help is greatly appreciated.

      Cheers

      posted in Questions & Answers
      T
      T-Fah
    • RE: Second Candle Trade Entry

      @Xfire the indicators seem to be fine and taking the trades when tested separately.

      thats why I think it is my theory and the blocks set up that has me missing something?

      posted in Questions & Answers
      T
      T-Fah
    • RE: Second Candle Trade Entry

      @t-fah said in Second Candle Trade Entry:

      Ypu22qCGd

      sorry here is the link

      https://fxdreema.com/shared/Uhrut9IBd

      posted in Questions & Answers
      T
      T-Fah
    • Second Candle Trade Entry

      Hi There,

      I am hoping someone can help me with something I am struggling to get my head around.

      https://fxdreema.com/shared/Uhrut9IBd

      Basic premise of my trade entry is I want to allow an extra candle to engage the entry.

      With that I mean. I want the signal given in block 'C1 buy' to buy if at any time C2 buy is signaled in the next two candles.

      As you can see from my set up, i have block 'C2 buy' at candle ID1, and if that is not true, I shoot off to block "C2 Buy ID2".

      I only want to enter one trade when the C1 signal is confirmed and validated by either 'C2 buy' block or "C2 buy ID2' block.

      It doesnt seem to be working like that in my back test.

      Can someone please help with this? What am I missing?

      Thanks heaps in advance!

      posted in Questions & Answers
      T
      T-Fah
    • RE: Multiple indicator windows

      @l-andorrà Hey, i have the same issue. not entirely sure by what you mean by

      'Did you specify in your EA that those indicators should be visible on -1 subwindows maybe?'

      How would i do that on the builder below.

      Please and thank you!!

      https://fxdreema.com/shared/kKcqKpo6d

      posted in Questions & Answers
      T
      T-Fah
    • RE: Final back test differs from Visual mode

      @roar if you see the candles, they are different... so its not an EA or indicator issue, but an MT4 issue right??? So in visual mode and when the trades are being taken, the EA has different candles to trade off, then when you run a second backtest non visual, and open chart after to review trades it is showing a different set of candles. so its an Mt4 issue?

      as you can probably tell been looking at this for a couple of days and I'm losing my mind a little.

      posted in Questions & Answers
      T
      T-Fah
    • RE: Final back test differs from Visual mode

      @roar this indicator is the bulls vs bears which im confident doesnt repaint. I have tried it on the indicators made by Mr tools in forex station. and i am seeing the same issue with visual mode etc. So i am thinking its not the indicators. so im thinking its an EA issue

      posted in Questions & Answers
      T
      T-Fah
    • Final back test differs from Visual mode

      Hi, Im hoping someone can give me some insight as to why this anomaly is occurring and how I can fix it.

      So the issue is that if i run an EA and open the chart once the backtest is complete I am seeing trades being taken where there is no signal. see below

      0_1612806153621_5adbd3ae-b42d-469c-b184-d2941f3e2952-image.png

      so there is no signal to trade once you open the chart after the test is run.

      However when you run the test in visual mode, you see the signals, and then the trades are taken, as per the EA in fxdreema, see below.

      0_1612807832289_07d43c4c-c1ba-489d-aad3-6156f648b5e9-image.png

      So my question is what am I doing wrong? I have this across practically all my 2 line cross indicators. so I'm thinking that it is not the indicators because they cant all repaint.

      So is there something wrong with my EA creation?

      Shared link to the builder here.
      https://fxdreema.com/shared/1it0EXUqd

      Any help is very much appreciated team!

      Thanks in Advance

      posted in Questions & Answers
      T
      T-Fah
    • Custom Indicators not trading on signals

      I am having an issue with this and other custom indicators.

      the yellow arrows on the screenshot show where the EA didn't buy, but the orange arrow is showing when it did.

      I dont see any difference or issue as to why the EA wouldn't buy when the cross happens.

      is this just down to this being a custom indicator and its not going to work properly through FXdreema or is it something else?

      0_1593298019791_f7b51a45-4c81-46cf-a6fb-399a1d59c269-image.png

      posted in Questions & Answers
      T
      T-Fah
    • RE: Baseline - NNFX question

      @l-andorrà you bloody legend!! appears to be working like a charm. thanks bud!!

      posted in Questions & Answers
      T
      T-Fah
    • RE: Baseline - NNFX question

      @l-andorrà the idea is you enter a trade if the close of the candle is above the baseline, but no further than 1x the ATR value.

      ie if the ATR is 10 pips, the close of the candle has to be within 10 pips of the baseline.

      posted in Questions & Answers
      T
      T-Fah
    • RE: Baseline - NNFX question

      @l-andorrà @alfredinho50 i understand the multiple conditions. left condition is say the first condition with the close above the base line.

      the right condition i dont understand how I would incorporate the close being with in 1 of the ATR.... is it something like below? feel like im close, but missing something....

      0_1592966895670_34259e46-7655-400c-bc8c-7231b21a2a56-image.png

      posted in Questions & Answers
      T
      T-Fah
    • RE: Baseline - NNFX question

      @alfredinho50 How did you manage to pull this off with conditions? im trying to figure out how you incorporate the candle close, the baseline and the ATR value all in one condition?

      posted in Questions & Answers
      T
      T-Fah
    • 1 / 1