I am very very thankful to You. Now It is perfectly working on both accounts.
Thanks again Sir
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Everything is working fine on my side! Please don't change the file name!!! Please check if you don't have something like "(1)" in your file name!!!Ignored
Disliked{quote} Hi, I did not changed the file name and also there is no (1) or (2) etc. in the file name. The file in this post https://www.forexfactory.com/thread/...2#post14235512 was working perfectly. I was testing it on demo account without of any issue. Then I asked you for some new update and you provided this new file in this post https://www.forexfactory.com/thread/...8#post14235628 I added this new file but at first it showed up on chart but after just few minutes it vanished and never show again. I tried...Ignored
Disliked{quote} You didn't do one thing that I wrote about! Check and delete those before you put the indi on the chart!!! {image}And, just in case, download this one: {file}Ignored
Disliked{quote} Hi Sir, I tried it and it started showing up again. Thank you for this. But there is an issue. If I set Reset data at hour=True and set reset at say 23:00. Then if I click on "Get Data" then it saved the current balance. And keep on working fine as long as MT4 is open. If i close Mt4 and open Mt4 again. Then it again shows "Get Data" button and if i click on it then it again save new current balance value. In this way every time it resets on its own whenever i restart the MT4. In the previous version there was not such issue occurring. Here...Ignored
Disliked{quote} Well, I am sorry, but this one has to be like this. When you close the MT4, the Global Variables have to be deleted and that means that you must have MT4 running in order for this to work. If you leave those GV's when you close the MT4, then you will face the other issues when you open the MT4, you won't see anything.Ignored
Disliked{quote} Hi Sir, But your previous version file works fine in this case. Even if i close Mt4 and open it again then it has saved the previous account balance. Such issue does not exist in the previous version file. Sometimes I have to shutdown my PC and I can not keep it up ON all the day. So, please make changes in the new file as you did in the previous versionIgnored
Disliked{quote} Then you should rent a VPS and run your scripts on VPS.Ignored
Button of this new indicator should disappear after i click on it. It should appear again on its own after a specified time.
Please sir look at this, If it is possible by coding then please do this.
Disliked{quote} Hi Sir, But your previous version file works fine in this case. Even if i close Mt4 and open it again then it has saved the previous account balance. Such issue does not exist in the previous version file. Sometimes I have to shutdown my PC and I can not keep it up ON all the day. So, please make changes in the new file as you did in the previous versionIgnored
Disliked{quote} Hi Sir, I have thought a solution for this problem. There should be a another indicator which should have the following simple task: When I click on it then it should save the current balance value Then whenever MT4 is opened its task should be to replace this saved balance value in global variable. In this way reset issue will be resolved in AccountBalanceEquityChange. Button of this new indicator should disappear after i click on it. It should appear again on its own after a specified time. Please sir look at this, If it is possible by...Ignored
Disliked{quote} Please don't tell me what to do!!! You are being insolent, and I really don't know why I am still helping you out! If you know what should be done, you do it yourself, and don't waste any more of my time!Ignored
Thank you so much sir
Disliked{quote} I think I figured out what you were talking about. I only fixed the Rsioma line OB/OS crosses alerts. Those alerts were coded for the slower Marsioma line, so I changed that. I can see that the other part of the histogram at the bottom could be also improved, but that will take more time. Or, maybe it was just a different idea? Because those green/red histograms seem to follow the slower Marsioma? {file}Ignored
Disliked{quote} Please don't tell me what to do!!! You are being insolent, and I really don't know why I am still helping you out! If you know what should be done, you do it yourself, and don't waste any more of my time!Ignored
Disliked{quote} Thanks for yesterday please educate me any idea why the candlestick signal will display a bullish alert while its in the sell mode? For instance as at 7;53am this morning it gave the alert as attached screenshot.Thanks {image}Ignored
Disliked{quote} Thanks for yesterday please educate me any idea why the candlestick signal will display a bullish alert while its in the sell mode? For instance as at 7;53am this morning it gave the alert as attached screenshot.Thanks {image}Ignored
Disliked{quote} {quote} Hi BestTraderEv, hope you can help me 3rd time on this History Export Script below as I had been trying countless time but yet failed. I created a simple export script as follows :- int mxBar=100; int TF=60; int start() { int handle; handle=FileOpen("history.csv", FILE_CSV|FILE_WRITE, ','); if(handle>0) {for(int i=1; i<=mxBar; i++) FileWrite(handle,i, TimeToStr(iTime(Symbol(),TF,i),TIME_DATE|TIME_SECONDS), Symbol(), iBarShift(Symbol(),1440,iTime(Symbol(),TF,i),true), // Shift# of D1 DoubleToStr(iClose(Symbol(),TF,i),5) ); FileClose(handle);...Ignored
if(TimeDay(TfCandleTime)!=TimeDay(TfPrevCandleTime))
DislikedIn EPL% please show percentage by using this formula (Equity Now - Previous Balance)*100/Previous Balance. Currently it is showing percentage by this formula (Equity Now - Balance Now)*100/BalanceIgnored
DislikedNow Please replace these text labels BPL%: and EPL%: and instead of these write this TA %: in both of these. Thank you so much sirIgnored