fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Behold
    3. Posts
    B
    • Profile
    • Following 1
    • Followers 2
    • Topics 7
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Behold

    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      Just in case - error was with indicator and got fixed by author

      posted in Questions & Answers
      B
      Behold
    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      sorry i meant to quote @l-andorrà

      posted in Questions & Answers
      B
      Behold
    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      @ambrogio could it be some kind of cache problem of fxdreema? when running the indicator itself it doesnt fail or stops working at some point.

      Maybe a data overload because it has like 60 buffers? IDK

      posted in Questions & Answers
      B
      Behold
    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      @ambrogio have you tested more then 2 years? I do daily time frame

      posted in Questions & Answers
      B
      Behold
    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      @ambrogio Iam sure - as I watch the backtest visual and see that it just stops after a certain amount of time

      And like i said , If i start a new backtest run and put the starting date where the signal is supposed to be - it starts execting the condition again for 2 years and then stops again

      posted in Questions & Answers
      B
      Behold
    • Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      I have an indicator that I want to backtest. I noticed that as soon as I go beyond 2 years of backtesting it just breaks off in the visual testing mode and doesnt continue checking for the condition.

      So in this case the condition is buffer is above 30. If true draw an X.

      https://fxdreema.com/shared/sI87jGRob
      ! Haos Visual avgs - filtered - lite (mtf + alerts).ex4
      in the picture you can clearly see it applies the condition at one point and doesnt on the next.
      If I just move my backtesting time frame a little forward it checks the condition on the previos missed mark.

      Any help appreciated!

      e1ed3a74-369d-42fa-a579-b58953e4d043-image.png

      posted in Questions & Answers
      B
      Behold
    • Builder saves the custom Indicator data even after deleting! Help

      My problem: I added a custom indicator manually with to many parameters. Thats why I got the I-custom error. Then I deleted the custom indicator to load it new where I dont put in the last parameters as they are not important and not up for changing anyways. The problem is it still somehow "remembers" the name of the indicator and still gives the same error.

      What I tried: I created a second account just to try my theory and it confirmed my suspicion. There I was able to create the ea without any error and the indicator would also load successfully in mt4. So there must be something wrong with the way the old account handles the custom indicator.
      I also cleared cache, restarted the browser, logged in and out, delteted the indicator, renamed it( not useful because then I get the error in mt4 that iam using a renamed indicator and because of that it will not load)

      Did anyone else run into the same problem before and managed to solve it? I also emailed the admin about it but hoping maybe has a fix for it here

      My platform:
      Windows
      MT4

      posted in Questions & Answers
      B
      Behold
    • RE: So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciated

      @l-andorrà That actually crossed my mind 😄 it is a lot. But good Idea i will test alone and isolate the problem. Maybe it is to much to process on a on tick basis.
      But you get the basic idea what I want to do, right?! Do you know a smarter way ? 😄

      posted in Questions & Answers
      B
      Behold
    • So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciated

      So I created a System which works good. Then I wanted to make my life easier by creating a dashboard which shows me for every condition instance if it is true and if all instances say go I take the trade. Just so I can save time and do not have to scan every chart every time.

      This is how it looks like. Hopefully that gives you an idea what I want to achieve.
      0_1607516532899_Screen Capture_select-area_20201209131651.png

      This is how I approached it. Its simple thinking and maybe to simple thats why it doesnt work properly, lol.
      0_1607516609972_Screen Capture_select-area_20201209131415.png

      So those are my condition. And for each condition I created a variable which is either true or false.
      0_1607516688121_Screen Capture_select-area_20201209131451.png

      Depending if the condition is true or not it will change the variable accordingly.

      Now the variables get displayed on the chart and I did it like that.
      0_1607516760038_Screen Capture_select-area_20201209131614.png

      Now I know this is probably the most inefficient way to do to this but that was the best I can come up with.... 😄
      Unfortunately the dashboard does not really work. It seems like it has a problem detecting crossing over function. Bigger as and Smaller as no problem. But the crossing over especially over multiple candles seems to be a problem.

      Does anyone have a smarter way of achieving what I want or has some helpful tips on how to make this project work ?

      Any help greatly appriciated!

      posted in Questions & Answers
      B
      Behold
    • 'iCustom' - wrong parameters count

      'iCustom' - wrong parameters count

      posted in Questions & Answers
      B
      Behold
    • RE: Any FXdreema Discord Channel? Any NNFX template?

      In the beastmode channel, there is an FXdreema thread. But I doubt that anyone will hand you the template for said testing because it goes against the general idea of NNFX. YOU have to put in the work and figure out how to do it in order to understand the process and mechanism of YOUR own algorithm.
      Just handing you the template defeats the whole purpose.

      That being said I had to learn that too. But I overcame it and build my system after all. Wasn't too hard. But takes some time and effort!

      Just like you said.... there is no functional template from the past in the forum.... so just start BUILDING.

      posted in Questions & Answers
      B
      Behold
    • RE: Indicator buffer uncertainty

      Thanks for your reply! Actually it was useless afterall because that specific buffer would repaint. But thanks for your response!

      posted in Questions & Answers
      B
      Behold
    • Indicator buffer uncertainty

      Hello,
      I have a little issue where I dont know how to continue. I have a Indicator which Iam using in my system. Whenever the buffer shows a number (doesnt really matter if its positive or negative) it should give a signal. For now i got away with bigger then and smaller then 0.
      But its not gonna cut it. Just one candle to late.
      So look at the second buffer (Value4). I want to trigger the condition as soon as it shows any value.
      0_1594407606308_Problem1.png 0_1594407761838_Problem2.png

      In the second picture u can see the value has appeared. That would be my signal. How can I do it in the builder?

      Any help is appreciated.

      Thank you!

      posted in Questions & Answers
      B
      Behold
    • RE: Condition is not executed

      I believe it is something like it. Its not like repainting in a big manner but somehow adjusting on a very small level. I just moved on, to find something better.
      But thanks for the input.

      posted in Questions & Answers
      B
      Behold
    • Condition is not executed

      0_1592431987234_Unbenannt1.PNG 0_1592431993924_Unbenannt2.PNG

      Above u can find the problem Iam currently having. Help is greatly apreciated.
      Basically I have 2 Main conditions. First one gives me my entry signal and the second is supposed to filter my signals. The green buffer of the indicator has to be above 0 to continue and enter the trade(filter). But somehow this "filter" just doesnt get triggered.
      My Candle id is 1.
      Thanks again for everyone who takes the time to look at this!

      posted in Questions & Answers
      B
      Behold
    • RE: NNFX algo tester nearly complete

      Anyone had some success with rooting out the problem. I took a look myself but cant quite get behind it. I feel like its quite unifinished. The Trailing stop loss for example doesnt seem to work right.

      posted in General Discussions
      B
      Behold
    • 1 / 1