Hi I'm new. Need help with EX4 type indis and ENUM values.
-
With adding custom indictors, if you cant figure out what the ENUM_ value/name is to put under data type, what can you do in place?
Variable names is -
inpArrowCodeUp
inpArrowCodeDnMuch appreciated.
Johann. -
@johann-0 fxdreema should directly detect indicator buffers for use in your project
-
@johann-0 Whenever possible try to import the mq4 file and not the ex4. fxDreema does not work so well with ex4 files.
-
Replaced with - int and drop-down number selected (range starts from 0 on a drop-down). This indi is copyrighted unfortunately.
-
@johann-0 Did it fix the problem?
-
@l-andorrà It looks like it. My guess is replacing ENUM with int would have the same effect as it basically does the same job. ENUM just seem to add a dropdown menu.