Custom Indicator Candlestick patterns
-
I've read all the tutorials about custom indicators in fxDreema, but can't make it work with this indicator:
https://www.forexfactory.com/attachment.php/1375988?attachmentid=1375988&d=1393424334It's a candlestick indicator signalinging different patterns.
In the color tab there are just 2 buffers, but I can't see how to get the information dranw on the chart.I'm afraid, I can't get them at all, is this right?
Mic -
I looked on this indicator and it repaints pattern description on previous candle, so I think it is not possible to use in EAs in good way, better for you when you create own indicator or own logic into fxdreema based on blocks and custom code for patterns ... values from buffers can be taken easily (just import indicator manually in case of ex4 file -- look for few my previous posts - I replied few times how to do this) ... but this are only values and signals as all arrows, next text description is not in buffer and can be also controlled by EA, but I dont know if in tester it works good for looking into few history candles - I doubt it can working, in forward test (demo) it can working (indicator must be attached into chart with EA) and you can try something as this:
(for working web link firstly import indicator into "My indicators") ...
this is for Candle ID 1 https://fxdreema.com/shared/XdN8lM6Hd (repaints because candle ID 1 signal from indicator repaints)
this is for Candle ID 2 https://fxdreema.com/shared/1IH77YI3 (not working in tester, maybe only demo forward tests, maybe not at all)... but from my observation, this is not best indicator for EA
-
Thanks for looking into it.
Building my own logic in fxDreema would be easy, the only thing I'm missing and I wrote this as feature request to fxDreema is "build your own block" functionality.
Otherwise you can't manage your objects so you keep view.https://fxdreema.com/forum/topic/4328/feature-wish-sub-modules
-
you can create own blocks here:
https://fxdreema.com/studio
on first sight it is not very easy, but after few tries it is working ... search through forum keyword "studio" and it shows you few tips how to working here ... it doesnt exist yet tutorial or something step-by-step how to work here ...