Custom Indicators Basic Problem (to administrator)
-
Hello,
I have a basic problem with custom indicators.
They are displayed without problems under my Indicators with Input and Buffer.
Nevertheless I don't get a buy signal. No value is output via the Trace function either.
This is a real pity, because FXdreema is in my opinion the best and most intuitive software for developing EAs.Isn't it possible to add a feature to FXdreema that shows how you can access your various indicators without trying it for hours?
Enclosed a picture. Everything is displayed correctly under "My Indicators".
How can I access the points ?
-
Did you map the correct candle? Most of the time these signals appear on the previous candle (Candle ID=1 not 0)
-
Yes, I did.
-
@thomas_stock hi, please share the indicator
-
@thomas_stock have you tried with "indicator appear" block
-
Yes. Thanks.
-
@thomas_stock Try with market properties price crossover. Or candle close crossover, because the signal is given immediately after crossover anyway.