I have been trying convert the custom indicator to EA. Will appreciate your help.
-

-
@billy-1 Hi. you should say what is your strategy?
and do you have indicator mq4 file? -

-
@billy-1 this is not my answer!
-
I only have EX4, i want the EA to buy when it red is above the line and sell when the redis bellow the line.
-
@billy-1 OK when I don't have that I cant check buffers for helping you. you can read indicator buffers form ex4 file?
it is difficult if you don't know
screenshot cant help us -
@xfire can i send you the indicator you check for me. i did not see any.
-
@billy-1 yes you can upload any file here. icons are top of the comment place
-
@xfire if possible i can send you via email. am bit new into this site
-
@billy-1 maybe i can't be helping you and other users can check your indicator. this icon is for upload files.

-
-
@xfire and if you before never created any EA with this website you can start with the sample page and create your idea
-
i have created 3 of them already moving average EAs
-
this indicator has 7 buffers but you can be working with 2 buffers
Buffer5 visible for buy
Buffer6 visible for sellyou should create indicator properties manually because you don't have mq4 file
few next days I create a tutorial about ex4 files in the Tutorials category
-
I have done that already inserting them manually. but still when i created the robot they dont work, the robot will open buy and sell at the same time many times. thanks will watch it
-
@billy-1 if you created this project then should be shared here and I check for you
you should use "Created a shared copy" menu
-
-
@billy-1 really i don't know how working your indicator in the condition!!
this is my way, i create custom indicators in the "My indicator " menu and I use in a condition, and use "My indicator" part from condition block and set everything about an indicator for working.
i never before using your style.
you have to use "Indicator is visible" block for this indicatori think your buffers are incorrect and you have a loop for open and close trades
-
I do not have any idea ,will you help me with the EA
-

At first, you should copy indicator in the root indicator folder in mt4
and create these custom indicator parameters by menu.
then you can use this indicator in "Indicator is visible" block
if buffer 5 is visible you should open buy position and if buffer 6 is visible you should open sell position