Custom Indicator Different Value Than Default When Testing
-
Hey guys sorry I'm new here, I'm trying to backtest 1 Indicator at a time. This custom indicator ex4 have default settings like this:


I try to put it in "My Indicators" like this:

But when i tried to backtest it, why does the value changed to 0?

although in the builder is correct?

Please help, i need to test hundreds of indicators to make my own system like the NNFX
-
Probably fxDreema cannot fully accept the indicator. Did you emulate all buffers and input parameters as explained in this tutorial?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
Hey thanks for the reply. Yes, i did, tried that tutorial when adding the custom indicator, i don't see something i missed. Maybe you're right FXDreema can't fully eccept the indicator.
absolute-strength-indicator.ex4
If it's no trouble to you, maybe you could test adding above indicator to your library and see if you get different result that i might missed
-
Same problem. The indicator is apparently incompatible with fxDreema. I'm afraid you will have to find another indicator.
-
@AsphyxiA said in Custom Indicator Different Value Than Default When Testing:
NNFX
Are you setting the variable type of close price as int ????
Also you set Moving average type with int, but how come you input the string "Simple moving average"?
BTW what is NNFX, is it really useful? MT4/5 has built-in backtester.
-
@l-andorrà said in Custom Indicator Different Value Than Default When Testing:
Same problem. The indicator is apparently incompatible with fxDreema. I'm afraid you will have to find another indicator.
Thanks for trying out, at least i know it's not me that missing something. Ok move on to another indis then..
@sktsec said in Custom Indicator Different Value Than Default When Testing:
@AsphyxiA said in Custom Indicator Different Value Than Default When Testing:
NNFX
Are you setting the variable type of close price as int ????
Also you set Moving average type with int, but how come you input the string "Simple moving average"?
BTW what is NNFX, is it really useful? MT4/5 has built-in backtester.
Yes, am I wrong? I only following the guideline as follow:

NNFX is no-nonsense forex, youtuber who gives guidance about trading and making your own system. I find it useful every learning material he gave.