CHARLESS11
CHARLESS11
Friends 2
CHARLESS11
Added topic Error Message - "MQL5.Community: Authorization Failed"
 Just recently around February 25, 2024  I began getting the above message  and now I no longer have access to my EAs; as they won't work without being logged into my MQL5 Community account   (they won't load up on the chart) . I
CHARLESS11
Added topic Problem with Division in MQL4
If you are having a problem with dividing two integer variables in MQL4 . This may be your fix!! MQL4 will give you a zero instead of a  Decimal number. The answer is simple . . . just change one of the integer variables to a double type
CHARLESS11
Added topic iCustom Indicator - Max Input Parameters Limit
I bought a very sofisticated Indicator that has about 150 input parameters . iCustom has a limit of about 60 something. I want to use this indicator in my EA that I am writing. However, I need to change some of the default parameters when using the
tompips2018

Your PERIOD should be 30 and not 300. You also need to add parentheses to the following: Ask-SL*Point... should be Ask - (SL*Point).
tompips2018
tompips2018
Newbie Trader: My EA is not entering any buy or sell orders
Hello All, I have copied a supposedly working template from MQL4 and studied the codes. First things off, the following have been checked and confirmed: - Autotrading is ON - Tried the template.ex4 on various brokers; gets same results. - Clean
CHARLESS11
Registered at MQL5.community