• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:35am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:35am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your pivot EAs for no charge 19 replies

I will code your scalping EAs for no charge 39 replies

Need help to code EAs for MT4 and MT5 4 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 40,086
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 28392840Page 284128422843 2913
  • 1 Page 2841 2913
  •  
  • Post #56,801
  • Quote
  • Nov 27, 2022 3:13pm Nov 27, 2022 3:13pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} You want this to work on any account currency? I guess, if you input the correct exchange rate, it can work on any account currency: {file}
Ignored
Hi,
This indicator works perfectly on account with balance in USD with no issue.
But it did not work on account whose balance is in USC (cents). It has been showing empty balance. Please see attached image
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: < 1 KB
 
 
  • Post #56,802
  • Quote
  • Nov 27, 2022 3:52pm Nov 27, 2022 3:52pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} You are impossible! Please know that I don't support doing this, because those two labels provide important information. However, I did provide an option to hide those two labels. {file}
Ignored
Hi Sir,

I don't know why but indicator files you provided in these posts
https://www.forexfactory.com/thread/...2#post14235512
https://www.forexfactory.com/thread/...8#post14235628
are not showing on chart anymore. Few hours ago these were working and I was testing them. But these two are not showing and I have tried these methods

  1. Restart the MT4.
  2. Deleting Indicator then adding again
  3. Restarting my PC

But no method is working now.

Please sir help

 
 
  • Post #56,803
  • Quote
  • Nov 27, 2022 4:00pm Nov 27, 2022 4:00pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting chimoong
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 you are looking for the index of the first bar of the day on a lower timeframe, this function should find it.
Attached File(s)
File Type: mq4 GetIndexFirstTfBarOfDay.mq4   1 KB | 37 downloads
 
 
  • Post #56,804
  • Quote
  • Edited 4:18pm Nov 27, 2022 4:03pm | Edited 4:18pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
Disliked
{quote} Hi, This indicator works perfectly on account with balance in USD with no issue. But it did not work on account whose balance is in USC (cents). It has been showing empty balance. Please see attached image {image}
Ignored
Attached File(s)
File Type: ex4 USD_To_Currency_Converter_ManualInputs.ex4   14 KB | 25 downloads
 
 
  • Post #56,805
  • Quote
  • Nov 27, 2022 4:07pm Nov 27, 2022 4:07pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
Disliked
{quote} Hi Sir, I don't know why but indicator files you provided in these posts https://www.forexfactory.com/thread/...2#post14235512 https://www.forexfactory.com/thread/...8#post14235628 are not showing on chart anymore. Few hours ago these were working and I was testing them. But these two are not showing and I have tried these methods Restart the MT4. Deleting Indicator then adding again Restarting my PC But no method is working now. Please sir help
Ignored
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!!!
 
 
  • Post #56,806
  • Quote
  • Nov 27, 2022 4:09pm Nov 27, 2022 4:09pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} {file}
Ignored
Hi Sir,
I am very very thankful to You. Now It is perfectly working on both accounts.

Thanks again Sir
 
 
  • Post #56,807
  • Quote
  • Nov 27, 2022 4:20pm Nov 27, 2022 4:20pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
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
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 deleting and re adding it but it did not show up.
Then I downloaded again the previous version from this post which was working perfectly before
https://www.forexfactory.com/thread/...2#post14235512
But it also started to no show up. I tried all methods like restarting MT4, Restarting PC and deleting and re adding indicator. But none of these method worked.
 
 
  • Post #56,808
  • Quote
  • Nov 27, 2022 4:44pm Nov 27, 2022 4:44pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
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
You didn't do one thing that I wrote about!
Check and delete those before you put the indi on the chart!!!
Attached Image (click to enlarge)
Click to Enlarge

Name: 2022-11-27_223259.jpg
Size: 112 KB
And, just in case, download this one:
Attached File(s)
File Type: ex4 AccountBalanceEquityChange.ex4   22 KB | 32 downloads
 
 
  • Post #56,809
  • Quote
  • Nov 27, 2022 5:06pm Nov 27, 2022 5:06pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
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
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 is link to previous version file
https://www.forexfactory.com/thread/...2#post14235512

Please try to resolve this issue in the newer version please
 
 
  • Post #56,810
  • Quote
  • Nov 27, 2022 5:21pm Nov 27, 2022 5:21pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
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
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.
 
 
  • Post #56,811
  • Quote
  • Nov 27, 2022 5:29pm Nov 27, 2022 5:29pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
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
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 version
 
 
  • Post #56,812
  • Quote
  • Nov 27, 2022 5:37pm Nov 27, 2022 5:37pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
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 version
Ignored
Then you should rent a VPS and run your scripts on VPS.
 
 
  • Post #56,813
  • Quote
  • Nov 27, 2022 6:17pm Nov 27, 2022 6:17pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} Then you should rent a VPS and run your scripts on VPS.
Ignored
Hi Sir,
I have thought a solution for this problem.
There should be a another indicator which should have the following simple task:

  1. When I click on it then it should save the current balance value
  2. 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 coding then please do this.

 
 
  • Post #56,814
  • Quote
  • Nov 27, 2022 6:18pm Nov 27, 2022 6:18pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
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 version
Ignored
I need at least a week's break from this one!
And, you owe me a million dollars!
Attached File(s)
File Type: ex4 AccountBalanceEquityChange.ex4   25 KB | 32 downloads
 
 
  • Post #56,815
  • Quote
  • Nov 27, 2022 6:22pm Nov 27, 2022 6:22pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
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
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!
 
 
  • Post #56,816
  • Quote
  • Nov 27, 2022 6:32pm Nov 27, 2022 6:32pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} I need at least a week's break from this one! And, you owe me a million dollars! {file}
Ignored
Hi,
This worked perfectly. I am really very thankful to you Sir.
 
 
  • Post #56,817
  • Quote
  • Nov 27, 2022 6:42pm Nov 27, 2022 6:42pm
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
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
Sorry Sir If I have hurt you. I am very thankful to you for helping me.
If you don't mind sir I want one last update:

  1. In 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/Balance Now
  2. Please replace these text labels BPL%: and EPL%: and instead of these write this TA %: in both of these.

Thank you so much sir

 
 
  • Post #56,818
  • Quote
  • Nov 27, 2022 7:18pm Nov 27, 2022 7:18pm
  •  akndid
  • | Joined Sep 2022 | Status: Member | 72 Posts
can someone fix this the white dot doesn't appear .. I want the dot to be appeared when new signal comes.. it only appear when you reattach the indicator and I want the white dot appear without reattach the indicator or change tf

here the file
Attached File(s)
File Type: mq4 MACD 3(m).mq4   4 KB | 52 downloads
 
 
  • Post #56,819
  • Quote
  • Nov 27, 2022 7:52pm Nov 27, 2022 7:52pm
  •  walvekarraje
  • Joined Feb 2019 | Status: Member | 305 Posts
Quoting BestTraderEv
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

checked on US30 M1 chart.
no alerts generated on trigger levels cross
Attached Image (click to enlarge)
Click to Enlarge

Name: no alerts.png
Size: 23 KB


1st vertical line : RSIOMA_MaRsioma cross alert generated
2nd vertical line : BuyTrigger_OSLevel cross...... alert not generated
3rd vertical line : MainTrend_OSLevel cross ..... alert not generated

BestTraderEv, can you please have a look at the code again?
thanks in advance
 
 
  • Post #56,820
  • Quote
  • Nov 28, 2022 1:59am Nov 28, 2022 1:59am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,263 Posts
Quoting BestTraderEv
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
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
Attached Image (click to enlarge)
Click to Enlarge

Name: BESTO CANDLES.PNG
Size: 24 KB
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 28392840Page 284128422843 2913
    • 1 Page 2841 2913
26 traders viewing now, 10 are members:
Samuelkanu
,
classy
,
nomanm47
,
Invisible
,
Invisible
,
faisalgold
,
Alex4560
,
Invisible
,
solorik
,
Hustler01
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023