Ernest Klokow
Ernest Klokow
Friends

Add friends via their profile or user search and you will be able to see if they are online

Ernest Klokow
Added topic Engulfing Bars Problem
I am trying to code for to identify engulfing bars but I am getting the wrong open, close, high, low values. This is the snippet of code:        int currentBar = Bars - 1 ;         // Get
Ernest Klokow
Added topic Send Notification Question
I want to send a notification to my phone whenever there is an opportunity for a trade. It seems that all I can send with the SendNotification function is just a text message - which is different from the SendMail function. I trade on 10 different
Ernest Klokow
Added topic I have tried everything to get e-mail working
I cannot get the e-mail service on MT4 working! 1. I started with the usual smtp.gmail.com:465 and checked everything several times to be correct - but keep on getting error that it cannot connect. 2. I then made sure that "less secure apps" were
Ernest Klokow
Left feedback to developer for job Modify Indicator to MTF
Ernest Klokow
Added topic MTF Trend-Magic
I tried to convert the trend-magic indicator to a MTF indicator but it does not work correcty. I know a little about coding EA's but nothing about coding Indicators so I need a little help. Here is the code below: #property indicator_chart_window
Ernest Klokow
Added topic MACD Histogram values
When using the MACD indicator on the chart it shows 2 values -  a Histogram and a Signal line . If you use the iMACD() function to calculaute the MACD values you have 2 options - MODE_MAIN and MODE_SIGNAL. I have always assumed thet MODE_MAIN
Ernest Klokow
Added topic Invalid stops error 130 with SL = 0 and TP = 0. WHY??
I have an EA that places BuyLimit and SellLimit trades. Most of the time there is no problem and the trades are placed successfully. But every now and then there is a trades that refuses to go through and ndlessly giving an " invalid stops " error
Ernest Klokow
Added topic When is EA operative?
I program an EA on a certain broker's MT4 and then I copy it over to another broker for live trading. If the EA already exists on the other broker I overwrite the exisiting .exe with the new version. (Parameters stay the same) The older version of
Ernest Klokow
Added topic Problem with calculating lot size - please help!
I am increasing the lot size with each subsequent Limit transaction but my code/formula just keeps on returning my starting lot size. Here is the code to calculate the lot sizes with each subsequent limit trade that is generated: input double
Ernest Klokow
Added topic Error 4108 appears after code was working fine before.
I have been running the EA and did not notice the 4108 error before - but mow the code refuses to close my pending orders and give 4108 - invalid ticket errors. Here is t //Close Pending Orders when no trades open    Count = 0 ;
Ernest Klokow
Added topic Returns zero for some unknown reason
The following code returns "0" for the BuyProfit variable although there are several Buy trades open and running. can you perhaps tell me why? Count = 0 ;          for (Count = OrdersTotal ()- 1 ; Count >= 0
Ernest Klokow
Added topic Alerts from Indicators or Expert Advisors
Can anyone tell me if the alerts generated by indicators or expert  advisors that appear in a pop up box saved somewhere so that I can go and look at what alerts were generated  historically
Ernest Klokow
Left feedback to developer for job Please help me find the bug in 5 lines of MQL4 code
Ernest Klokow
Added topic 12 hour lag! Why?
I need help with a small piece of code that calculates the moving average of the Williams Percent Range indicator. Here is the code:          ArrayResize(WPRArray, WPR_MAPeriod);          for
Ernest Klokow
Left feedback to developer for job Modification of Indicator
Ernest Klokow
Added topic Please give me some guidelines where to look
I have written an EA that uses averaging and close all Buy or Sell trades at a certain profit. I use an emergency SL that is quite wide but no TP, of course. I find that often (not always) it seems to keep a trade in memory and waits for trades to
Ernest Klokow
Added topic Please help with loop
I am trying to count the total lots for all open Buy trades but the EA keeps on going through the loop and does not stop adding the lots together. So in the first round it calculates the total lots correct but then keeps on adding that amount of lots
Ernest Klokow
Added topic Please help me with this simple code!
I am trying to count all the loss trades in total or after the last profit trade but i keep on getting "0"(zero) no matter how many loss Sell trades there were with no profit trades in between. Here is the code:   
Ernest Klokow
Added topic WHY?
Why do the values on indicators differ between the chart and the Journal - or in other words why is there a difference between the values displayed in the indicator window and/or in the Data Window different than  that reported  in
Ernest Klokow
Added topic Please help me with this strange problem!
I have an EA that I run on 2 live accounts with 2 different brokers. With the first broker the EA has been running for more than 6 months and I have perhaps seen this problem appear maybe once or twice. With the second broker which i have been using