Custom indicator fxdreema
-
@fxdreema
You write about hundred times
to have a custom indicator rather than using an EA for a Job, a custom indicator should so.So far so good.
But how?
Fxdreema has a nice click and build Usability, whereas a custom indicator needs to be coded.Is it possible to use fxdreema building the logic and transform the resulting mq4 into a custom indicator?
-
I was thinking about what a custom indicators builder should look like, and I think that the interface would be very different. I don't know exactly what, but the thing is, in the EA builder each block is doing something big - buying, selling and so on. Each block contains many many small pieces of code. Indicators are more about mathematical calculations. In the EA builder, if you want to make a simple calculation, you can use "Formula" for example, but even in this case 1 whole block for just a simple calculation is very big... in my opinion. So I can't imagine how to use that blocks structure to make an indicators builder.
-
there should be added several blocks for these indicators, which would work with history candles, by example:
- block indicator buffers (with many features as buffer names, hide buffers, colors, type, calculate all candles or only few)
- block draw objects (each/few candles can contain object)
next can be added special block for creating advanced comments with rectangle background ...
for MT5 it is more complicated but it can be created ... indicators are simple -
Hi
Personally. Id love an Indicator Builder. Ive been checking eabuilder.com but it didnt seem flexible enough for my taste. At least at first glance
/danerius