fxDreema

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

    Posts made by mfuetterer

    • Error Parabolic "array out of range"

      Hi,
      I wanted to use the parabolic indicator, but get an error at runtime:

      2017.01.18 19:26:11.140 2016.01.03 23:00:01 Testing pass stopped due to a critical error in the EA
      2017.01.18 19:26:11.102 2016.01.03 23:00:01 Parabolic EURUSD,H1: array out of range in 'Parabolic.mq4' (156,43)
      2017.01.18 19:26:08.762 Parabolic inputs: InpSARStep=0.02; InpSARMaximum=0.2;
      2017.01.18 19:26:08.762 Custom indicator Parabolic EURUSD,H1: loaded successfully

      Could this be fixed?

      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Feature wish: Sub modules

      Got the upload error again, here's the mock-up:
      0_1484593845247_2017-01-16 20_07_40-Facebook.png
      I think one input and several outputs would be fine.

      ... and now a 120s wait timer .... aaaaaaaa 😉

      posted in Questions & Answers
      M
      mfuetterer
    • Feature wish: Sub modules

      Hi fxDreema,

      the more complex my EAs are getting, the more I miss a sub module feature.
      To make myself clear I made this mock-up:

      ![0_1484593672748_2017-01-16 20_07_40-Facebook.png](Uploading 100%)

      A sub module should be saved independently, let's say as a subProject and should be usable from any other project like a standard block.
      So essentially this should be a way to create our own blocks.

      Is there a chance to get this implemented?

      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Let's make a magnific EA! (Read it)

      This is easy to implement within fxDreema:
      0_1484590807584_2017-01-16 19_18_57-Facebook.png

      But doesn't look like a winner strategy:
      0_1484590839051_2017-01-16 19_20_19-Facebook.png

      posted in General Discussions
      M
      mfuetterer
    • RE: RSI XOver Issue

      Hi,

      you are absolutely right, that fixed it.
      Thanks

      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • RE: RSI XOver Issue

      I made it now super simpel:
      0_1484506488723_2017-01-15 19_52_32-Facebook.png

      It's all set like the indicator in MT4.
      RSI (3) on close and RSI(13) on close

      0_1484506497712_2017-01-15 19_54_11-Start.png
      0_1484506505282_2017-01-15 19_53_58-Start.png

      But it only fires sometimes would say 1 out of 30 (rough guess).

      posted in Questions & Answers
      M
      mfuetterer
    • RE: RSI XOver Issue

      Stupidness 🙂

      0_1484506176987_2017-01-15 19_47_53-Facebook.png

      But root issue is still, it doesn't fire.

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Cant upload images anymore

      Seemed to be temporary.
      Works again.

      posted in Questions & Answers
      M
      mfuetterer
    • RSI XOver Issue

      Another issue with xover function.

      Simple setup:
      0_1484502780353_2017-01-15 17_17_59-RSI XOver.png

      If red line crosses green line from below draw red dotted line.

      0_1484502789649_2017-01-15 17_17_15-Start.png

      13:00-14:00 not ok
      21:00 ok

      Is it possible, that it only fires if exactly on a candle?
      I'd expect it should fire at 14:00.

      Thanks

      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • RE: plz help me make ea

      How do I detect, that those are "repaint"?

      posted in Questions & Answers
      M
      mfuetterer
    • Cant upload images anymore

      ERROR
      You do not have enough privileges for this action.

      posted in Questions & Answers
      M
      mfuetterer
    • Import Custom Indicator

      Is there a restriction of imprting compiled indicators?
      I tried a .mq4 and all buffers were filled and usable.
      With an .ex4 I had no success.

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Issue with HA Indicator Signals

      So how do I detect bull2bear or bear2bull changes with finished candles?

      With regular candles I could use the index (1=the last one, 2= the one before and so on)
      With HA I don't see something equivalant.

      What I see with HA is, that it fires whenever a change happens, while building the candle. This might or might be not valid for the final candle.

      So what I need is something like "HA Candle 1 was bear and HA Candle 2 was bull => changed", so I can attach this to "once per bar" block.

      Is this achievable?

      And I'm not sure, how trace can help me out here.

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Issue with HA Indicator Signals

      Maybe I'm getting this wrong.

      I thought "close" means it checks the state on the finalized candle.
      What I see, though is that the lions are drawn based on the open value.

      confused

      posted in Questions & Answers
      M
      mfuetterer
    • RE: +10pips

      @fxDreema said in +10pips:

      Varname{pips}

      I like this one.

      posted in Questions & Answers
      M
      mfuetterer
    • Issue with HA Indicator Signals

      Hi,
      yet another Heiken Ashi question:

      See indicator Visible block:
      0_1483551100665_2017-01-04 18_31_28-Facebook.png

      I draw a green dotted line, whenever HA changes from Bull to Bear and a blue dotted line whenever HA changes from bear to bull.

      Having said that I would have expected a green line at candle 9:
      0_1483551068048_2017-01-04 18_30_08-Facebook.png

      Signal fired at candle 16. Why does it not fire at 9?

      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • +10pips

      Hi,

      how should I use the "pips" signalword within a constant or variable?

      Let's say I want to use the "adjust" field to add +10pips.
      Easy just adding +10pips in the adjust field, but how can I do it, if I want to make this configurable?
      String Name="+10pips" doesn't work.

      Thanks
      Mic

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Error, No indicator selected in block?

      ndt,

      what is the chart with the blue and red bands from?
      Looks interesting.

      http://puu.sh/rUKxr/d80eec3cfd.png

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Crossings

      Found it!
      Again the problem was sitting in front of the computer.

      For reference:
      "Cross width" is NOT in PIPS.

      posted in Questions & Answers
      M
      mfuetterer
    • RE: Crossings

      Hi fxDreema,

      I'm still struggeling with crossings.

      I've created a simple EA:
      [attachment=1:vyg2aakg]https://fxdreema.com/shared/g2Q0tS4Mc

      Mic

      ......
      2016-10-28 14_07_53-500162830_ GKFX-Demo-1 - Demokonto - [EURUSD,H1 (visual)].png
      2016-10-28 14_09_16-Fotos.png
      2016-10-28 14_10_10-Fotos.png

      posted in Questions & Answers
      M
      mfuetterer
    • 1
    • 2
    • 3
    • 2 / 3