The Error Occurs when Compiling .ex File for MT4.
Latest posts made by MIKEIKE
-
RE: COMPILATION ERROR FOR SEMICOLON?posted in Bug Reports
-
COMPILATION ERROR FOR SEMICOLON?posted in Bug Reports
Hi,
Can you please identify resolution on this error. Please see....
Thanks,
Mike
-
Using New Trend High & Low Signal Blocks For Fibonacci Time And Value Pointsposted in Questions & Answers
I am toying with New Trend High and Low Blocks to identify Fibonacci inputs. If I choose New Trend High and draw Fibonacci, It will draw back to the time of the candle I specify. I want it to draw back to the New Trend Low stored as a variable and vica versa. Can you assist in guidance?
GOAL: To establish long trend Fibo levels and use same methodology on corrections by adjusting New Trend Low And High time reference points.
-
..ex4 file does not auto generate from mql4 file on new vps.posted in Questions & Answers
The ea will not open or attach to charts. I downloaded the ..ex4 file from Fxdreema and then pasted in experts folder. The ea now attaches to charts but I'm questioning if I need to do something else to ensure the ea functions properly?
-
RE: I have an icustom script from an author of an indicator, but I have no idea what to do with it? The buffers were not registering when I manually entered them...posted in Questions & Answers
I found another issue... The error on tester says one of my indicatorers where I only have the EX4 file is error : "Shortname too long". It appears that the EA still functions and trades, but I'm not sure if this is going to be an issue running the EA live?
-
RE: I have an icustom script from an author of an indicator, but I have no idea what to do with it? The buffers were not registering when I manually entered them...posted in Questions & Answers
However, My current issue is related to our email. I am using MQL4 and I am setting up my EA to run on a VPS. Since I run multiple charts, I want to reduce memory and CPU usage by simply loading the EA and NOT attaching the indicators to the charts.
I run daily chart trades so I cannot clearly tell if the EA is functioning properly. I have some custom indicators where I had only the .ex4 file and I'm not sure if any of these indicators need to be attached to charts in order for the EA to work properly. Can you advise?
-
RE: I have an icustom script from an author of an indicator, but I have no idea what to do with it? The buffers were not registering when I manually entered them...posted in Questions & Answers
I found the problem and it may be common with other users.... I successfully manually entered the indicator inputs and buffers with FXDREEMA, but I realized that when you download a custom indicator from the MQL5 community marketplace the indicators download to a Market Folder. I just needed to copy the file and place it in the Indicators folder and then it worked.
I am not sure if other users figured this out, but marketplace indicators download only .ex4 files so you must manually enter inputs and buffers through FXDREEMA indicators. If you don't match the inputs in order, it won't work. Duplicate the inputs, define the buffers, BUT most important is to copy the .ex4 file from any subfolder (Market or any other) and paste directly in the MT4 indicators file. This will solve a world of grief figuring it out.
-
I have an icustom script from an author of an indicator, but I have no idea what to do with it? The buffers were not registering when I manually entered them...posted in Questions & Answers
Hi,
Can you offer some guidance?
double CIvalue = iCustom(NULL,0,"Choppiness Index",14,1,1,1,0); // Current Choppiness Index Value
Thanks,
Mike
-
RE: Referencing Different Chartsposted in Questions & Answers
Hi,
I am using an indicator Cross on the 4Hr Chart. I need to add the condition that the same indicator on the Daily chart crosses within 20 daily bars from the original 4Hr chart cross. Can you please assist in a suggested setup?
Thanks,
Mike
-
RE: Progression Of % Trailing Stopposted in Questions & Answers
Could you provide detail...
At 200 Pips 40% and at 300 Pips 30%
How to enter so I can test?
My Desire is 70% of Profit at 40 Pip, 60% at 100 Pips, 50% at 150 Pips, 40% at 200 + Pips Is there a better way to do this? Fixed pips did not work as well....