Just in case - error was with indicator and got fixed by author
Posts made by Behold
-
RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
-
RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
@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
-
RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
@ambrogio have you tested more then 2 years? I do daily time frame
-
RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
@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
-
Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
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!

-
Builder saves the custom Indicator data even after deleting! Helpposted in Questions & Answers
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 -
RE: So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciatedposted in Questions & Answers
@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 ?
-
So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciatedposted in Questions & Answers
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.

This is how I approached it. Its simple thinking and maybe to simple thats why it doesnt work properly, lol.

So those are my condition. And for each condition I created a variable which is either true or false.

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.

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!
-
RE: Any FXdreema Discord Channel? Any NNFX template?posted in Questions & Answers
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.
-
RE: Indicator buffer uncertaintyposted in Questions & Answers
Thanks for your reply! Actually it was useless afterall because that specific buffer would repaint. But thanks for your response!
-
Indicator buffer uncertaintyposted in Questions & Answers
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.

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!
-
RE: Condition is not executedposted in Questions & Answers
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. -
Condition is not executedposted in Questions & Answers

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! -
RE: NNFX algo tester nearly completeposted in General Discussions
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.