- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied May 3, 2020Modified a bit - using global. Try this one please. Update 1: Modified a bit.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 3, 2020It has hardcoded window Id of 0. I have changed window ID to variable so you can enter window ID in options - not tested but it should work. Update: 1 - After testing.. it seems it is not working. I have removed and will check it out.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 3, 2020Is this one time only or every time? Typically, alert indicator will send a lot of notification initially as it goes through all the bars when it is loaded. Specially, when you switch TF, it might fire more. However, once it is loaded, it should ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 3, 2020You can use this utility indicator for that.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 3, 2020that is correct. He just want to filter if H/L happens on Thursday or Friday. If not, no line.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 3, 2020it is same as before.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Again, this is what I am seeing: Unless somebody can point there is issue with code, I am going to close this as it works on my computer.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Thanks. I have changed and replaced.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Made quick change from Beerun. I confirmed it worked on my system. Try out.. and let's cross finger. Update 1: Beerun indicated there were typo in original code which I have now fixed. Please use latest.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Simple fix. Fix has options to turn on/off each day - Monday...Sunday. you can turn on/off any days you want.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020When you say other versions do.. you mean original works? and my new version doesn't work?
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020That is strange. MT4 source code should be under like …. \AppData\Roaming\MetaQuotes\Terminal\F2262CFAFF47C27887389DAB2852351A\MQL4\Indicators Can you check.. 1. File -> Open Data Folder and if you can see like this: ( long numbers are GUID and ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Below is full code - you may copy - it is a bit different then you have shown. Time[0] + (datetime) timeX*15, This is to write text to end. and other change is to find H/L of week in D1 time frame. Original code was simply using Weekly chart and got ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Maby, different version of MT4? Can you open my code with meta editor and compile by yourself if that work? Or, compare my code change ( there are just 1 function and few lines of diff ) and copy to your own, and compile? Otherwise, I have no idea ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020I added function to check but please note this EA as is not compiling.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020Can you PM me so we can go more detail in private? I think it would be better to handle this using off line. I went over code and it seems code is incorrectly handling prices - it didn't have correct Pointvalue to start with. And it is also not ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020exactly same - my screen shows no line. Maybe, you have a few installation of MT4 and dropped to wrong folder?
I will code your EAs and Indicators for no charge
-
BlueRain replied May 2, 2020I have fixed a couple of places and it should meet your condition. Mainly, it follows your rule - higher Time Frame & Low Time Frame signal should match. //buy if ( (HTF_buysignal > 0) && //Higher has sig (LTF_buysignal > 0) //lower has signal ) ...
I will code your EAs and Indicators for no charge