Rocks on Bull *
Bull on rocks V3 All Time Return:
na
I will add an EXPIRY DATE to your indicator or EA, no charge 3 replies
I need to add an expiry date to my Expert Advisor 24 replies
Option Expiry + Fixing Time Countdown Indicator / EA for MT4 0 replies
MT4 indicator to add a small line needed 6 replies
How to add indicator in MT4? 6 replies
DislikedHi, i'm not a programmer and someone build an EA for me , i want to know what exact code I write in mq4 file to add expiry for the ex4 file I'll give to someone for testPlease tell me the exact code and where to place, i have no info about any programming at all ! once I past expiry code, I'll simple compile, right ?
Ignored
DislikedHi, i'm not a programmer and someone build an EA for me , i want to know what exact code I write in mq4 file to add expiry for the ex4 file I'll give to someone for testPlease tell me the exact code and where to place, i have no info about any programming at all ! once I past expiry code, I'll simple compile, right ?
Ignored
Disliked{quote} link.down I hope this helps you , Just add this simple code to beginning of the start functionint start() { string ExpiryDate="2020.03.30"; datetime D = TimeCurrent(); if( D >= ExpiryDate ) return; {image}
Ignored
Disliked{quote} No-one build an EA for you and you are simply lying! That's decompiled code and you try to market it. Shame on you, nobody should help you!!!Ignored
Disliked{quote} No-one build an EA for you and you are simply lying! That's decompiled code and you try to market it. Shame on you, nobody should help you!!!Ignored
Disliked{quote} No-one build an EA for you and you are simply lying! That's decompiled code and you try to market it. Shame on you, nobody should help you!!!Ignored
Disliked{quote} If you think that is decompiled then you really never saw a mt4 decompiled codeIgnored
Dislikedthis its totally bugged i wont work on fixing it it will cost you more to fix it then i can i will add the expiry, if i gonna add expiry make it easy for me not hard btw your indicator is not a holy grailIgnored
Disliked{quote} input string 01 = "•• Indicator Settings"; // ------------------------------------------------------------ input uint Ind_BarsToCalculate = 90; // Bars to calculate input uint Ind_MaPeriodsToSmoothLines = 0; // MA periods to smooth lines input string Ind_Suffix = ""; // Symbol suffix input string 02 = ""; // input string 03 = "•• Time Frames"; // ------------------------------------------------------------ input bool TF_M1 = true; // 1 min input bool TF_M5 = true; // 5 min input bool TF_M15 = true; // 15 min input bool TF_M30 = true; //...Ignored