- Search Metals Mine
-
Kefada replied Feb 4, 2023It's interesting that you've repeated most of the first trial's mistakes
$50 challenge
-
Kefada replied Feb 4, 2023After reading your code, reducing the variable count or changing it to 0 will make your indicator not work well. Some other functions depend on the count variable, eg an array called index uses the count variable to keep count of how many sets of ...
I will code your EAs and Indicators for no charge
-
Kefada replied Feb 3, 2023Seems simple but you'll have to give me more details on what you need
I will code your EAs and Indicators for no charge
-
Kefada replied Feb 3, 2023That's a very large for loop if count is equal to 1111
I will code your EAs and Indicators for no charge
-
Kefada replied Oct 24, 2022I have created only EAs and they all state the reason for de-initialization. I guess, it has to do with the code in the DeInit() function. I'll check and let you know what I find out
I will code your EAs and Indicators for no charge
-
Kefada replied Oct 24, 2022Have you tried using a mt4 terminal from a different broker
I will code your EAs and Indicators for no charge
-
Kefada replied Oct 24, 2022Use the MetaEditor of the terminal you saved them to
I will code your EAs and Indicators for no charge
-
Kefada replied Oct 23, 2022You have to save the mq4 file in the terminal/mql4 folder for it to be able to debug directly
I will code your EAs and Indicators for no charge
-
Kefada replied Jul 6, 2022I personally view most API changes as minor updates since the changes in API are usually: a change in the format of the response data for one or more calls a change in the request or response type (i.e. changing an integer to a float or double) ...
Random Useful MQL4 Functions
-
Kefada replied Jul 3, 2022Hey, it seems like there is a lot size verification code in your EA. image it verifies any lot size(the ones calculated automatically by the EA) below 0.01 and more than 50.
I will code your EAs and Indicators for no charge
-
Kefada replied Jul 1, 2022This function just checks whether the selected lot size is less or greater than the min or max lot size allowed by the EA. If it is, it changes the lot size to the max or min allowed lot size. For example, for dow jones often the smallest lot is ...
I will code your EAs and Indicators for no charge
-
Kefada replied Jul 1, 2022Don't forget to add code to verify your lot size. url
I will code your EAs and Indicators for no charge
-
Kefada replied Jul 1, 2022Semantic Versioning 2.0.0 Source: click here As a programmer, we need to be able to track different versions effectively especially when the current version is not compatible with the previous one or when you need to rewrite part of the code. ...
Random Useful MQL4 Functions
-
Kefada replied May 18, 2022A useful post on closing orders and loops https://www.mql5.com/en/forum/139654
Random Useful MQL4 Functions
-
Kefada replied May 18, 2022Where to use Stop Level? A stop level is one of the Symbol Properties in MQL4 which means its one of MarketInfo() identifiers. double MarketInfo(Symbol(),MODE_STOPLEVEL) Always remember that a stop level can be zero(ECN). A zero value of ...
Random Useful MQL4 Functions
-
Kefada replied May 16, 2022The only books in mql5 I could find are by Timur Mashnin and Andrew R Young. They are good for learning basics but they are a bit outdated. I would recommend learning C++ first as that is the language MQL5 is based on. You will find links to the ...
Kefada's Trading Chronicles