• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:56am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:56am
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 scalping EAs for no charge 41 replies

I will code your pivot EAs for no charge 19 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,174
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 28402841Page 284228432844 2919
  • 1 Page 2842 2919
  •  
  • Post #56,821
  • Quote
  • Nov 28, 2022 2:20am Nov 28, 2022 2:20am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,269 Posts
Quoting Slingshots1
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
Please Best kindly assist to convert it to mt5 cos of the alert the other one mt5 you posted is working fine as well but got no alert.thanks
 
 
  • Post #56,822
  • Quote
  • Nov 28, 2022 3:26am Nov 28, 2022 3:26am
  •  Trishana
  • | Joined Dec 2021 | Status: Member | 21 Posts
Quoting Slingshots1
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
I have tried this indi and found it repaints. It will send you a notification when a pattern is formed, but then price runs and that pattern becomes incorrect, it will clear itself on chart.
 
 
  • Post #56,823
  • Quote
  • Nov 28, 2022 3:56am Nov 28, 2022 3:56am
  •  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
Hope ypu are managing with your script!
I really don't have time to check everything, but I had this thought at night, that the function I posted you wasn't exactly correct. It would work most of the days, but I did not consider that there can be an instance when the first candle of the day is also the first day of the new month, or in general, it will not be a day < than the day before.
So, we don't really need that, because we must consider only the minimal necessary condition, which is that the first candle of the day must belong to a new day number so a diffrent day number than the candle before.
So, like this:
Attached File(s)
File Type: ex4 GetIndexFirstTfBarOfDay.ex4   4 KB | 45 downloads
Inserted Code
if(TimeDay(TfCandleTime)!=TimeDay(TfPrevCandleTime))
 
 
  • Post #56,824
  • Quote
  • Edited 5:29am Nov 28, 2022 4:25am | Edited 5:29am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
Disliked
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
Ignored
No, that is not the formula.
I wrote about it earlier!!!
The formula is like this:

First I calculate the overall Balance Profit/Loss like this:
BPL=PrevBalance+(CurrBalance-PrevBalance);

Then I calculate the Equity Profit/Loss like this:
EPL=BPL+(CurrEquity-BPL);

That's the reason why the Equity label has 3 color states.
Loss color when Equity is overall in Loss.
Profit color when Equity is greater than the largest of the Balance values.
Neutral color when Equity is smaller than CurrBalance, but bigger than the PrevBalance.

Quoting aslam239087
Disliked
Now Please replace these text labels BPL%: and EPL%: and instead of these write this TA %: in both of these. Thank you so much sir
Ignored
I gave the options to input whatever you want.

Edit:
https://www.forexfactory.com/attachm...7?d=1669631306
 
 
  • Post #56,825
  • Quote
  • Nov 28, 2022 4:30am Nov 28, 2022 4:30am
  •  akndid
  • | Joined Sep 2022 | Status: Member | 72 Posts
anyone can share this indicator and the setting please

here is the picture

https://c.mql5.com/forextsd/forum/97/tma_lwma.gif
 
 
  • Post #56,826
  • Quote
  • Nov 28, 2022 4:30am Nov 28, 2022 4:30am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting walvekarraje
Disliked
{quote} checked on US30 M1 chart. no alerts generated on trigger levels cross {image} 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
Ignored
Please post your request again.
Please include the mq4 file.
Please write down exactly the conditions you want for the alerts.
 
 
  • Post #56,827
  • Quote
  • Nov 28, 2022 4:38am Nov 28, 2022 4:38am
  •  doerpn
  • | Joined Mar 2014 | Status: MEMBER | 742 Posts
Quoting wens
Disliked
{quote} This indicator allows you to manage your exposure and see how the lot changes. You can choose the optimal lot value for your deposit without opening real positions. And also evaluate new trading instruments. If you trade manually, then risk management will help you avoid unexpected losses. The indicator includes the ability to receive a sound signal when a specified level is reached, as well as send push notifications and a message to the mail. The free indicator is installed only from the market! https://www.mql5.com/en/market/produ...esearch.com%2F...
Ignored
Wow, looks good....have to wait until being able to register to mql5 markets....thanks.
Have a nice day
 
 
  • Post #56,828
  • Quote
  • Nov 28, 2022 5:03am Nov 28, 2022 5:03am
  •  doerpn
  • | Joined Mar 2014 | Status: MEMBER | 742 Posts
Hello traders,
have a big problem...which probably a lot of you have too:
on my chart there are several indis and tools.
To get a better overview I run charts of all instruments I want to trade at once.
Depending on the indis loaded the screen freezes...very frustrating!

Attached Image (click to enlarge)
Click to Enlarge

Name: FREEZE.png
Size: 14 KB

Now my question:
Is there a tool, indicator or something else to measure how many % of the working memory consumes each of the attached indicators ?
With this information I am able to eliminate the big one memory overeater and find another solution....

And please: Don`t tell me to take try and error method....I know this....

Thanks.
Have a nice day
 
 
  • Post #56,829
  • Quote
  • Nov 28, 2022 5:12am Nov 28, 2022 5:12am
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} No, that is not the formula. I wrote about it earlier!!! The formula is like this: First I calculate the overall Balance Profit/Loss like this: BPL=PrevBalance+(CurrBalance-PrevBalance); Then I calculate the Equity Profit/Loss like this: EPL=BPL+(CurrEquity-BPL); That's the reason why the Equity label has 3 color states. Loss color when Equity is overall in Loss. Profit color when Equity is greater than the largest of the Balance values. Neutral color when Equity is smaller than CurrBalance, but bigger than the PrevBalance. {quote} I gave...
Ignored
Hi Sir,
Thank you so much for giving the options to input whatever I want instead of BPL% and EPL%. But these options are not working. When I write text in the input fields then nothing change happens and percentage numbers start flickering.
 
 
  • Post #56,830
  • Quote
  • Nov 28, 2022 5:20am Nov 28, 2022 5:20am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting herox
Disliked
BestTraderEv . can you code help me indicators to calculate the number of pips distance between 2 ema lines. Thank you ! {image}
Ignored
Attached File(s)
File Type: mq4 2 MA crosses (arrows or lines mtf + alerts).mq4   24 KB | 83 downloads
 
1
  • Post #56,831
  • Quote
  • Nov 28, 2022 5:28am Nov 28, 2022 5:28am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting aslam239087
Disliked
{quote} Hi Sir, Thank you so much for giving the options to input whatever I want instead of BPL% and EPL%. But these options are not working. When I write text in the input fields then nothing change happens and percentage numbers start flickering.
Ignored
Attached File(s)
File Type: ex4 AccountBalanceEquityChange.ex4   26 KB | 70 downloads
 
 
  • Post #56,832
  • Quote
  • Nov 28, 2022 5:59am Nov 28, 2022 5:59am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting veter
Disliked
Hi, guys. I found interesting indicator, it's Stochastic onChart that I want to share with you, but, it will be very useful to add ON/OFF Button to hide to this indicator. Mr. BestTraderEv, can you do it, please? Thank you very much in advance. {file}
Ignored
Button added!
Attached File(s)
File Type: mq4 Johnson StochasticOnChart Outer.mq4   27 KB | 82 downloads
 
2
  • Post #56,833
  • Quote
  • Nov 28, 2022 6:04am Nov 28, 2022 6:04am
  •  akndid
  • | Joined Sep 2022 | Status: Member | 72 Posts
BestTraderEv do you this indicator can you share it and the settings??

https://c.mql5.com/forextsd/forum/97/tma_lwma.gif
 
 
  • Post #56,834
  • Quote
  • Nov 28, 2022 6:09am Nov 28, 2022 6:09am
  •  Cheba
  • | Joined Aug 2016 | Status: Member | 15 Posts
Quoting Slingshots1
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
Do you want to share an indicator with lines like you have in the picture?
 
 
  • Post #56,835
  • Quote
  • Nov 28, 2022 6:23am Nov 28, 2022 6:23am
  •  aslam239087
  • | Joined Jul 2022 | Status: Member | 35 Posts
Quoting BestTraderEv
Disliked
{quote} No, that is not the formula. I wrote about it earlier!!! The formula is like this: First I calculate the overall Balance Profit/Loss like this: BPL=PrevBalance+(CurrBalance-PrevBalance); Then I calculate the Equity Profit/Loss like this: EPL=BPL+(CurrEquity-BPL); That's the reason why the Equity label has 3 color states. Loss color when Equity is overall in Loss. Profit color when Equity is greater than the largest of the Balance values. Neutral color when Equity is smaller than CurrBalance, but bigger than the PrevBalance. {quote} I gave...
Ignored
Hi Sir,
Please sir please change EPL percentage with respect to Previous balance as I have shown in the attached image.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot 2022-11-28 161131 copy.jpg
Size: 50 KB
 
 
  • Post #56,836
  • Quote
  • Edited 7:24am Nov 28, 2022 7:08am | Edited 7:24am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 630 Posts
Thank you for all your help in this thread, please i need help in advise or reference indicator,
ADVICE--
can i realize this idea or am looking for the impossible? i am trying to make all indicators i use to be rigid, if indicator meet criteria i open a trade, so that i will not apply emotions or assumption, this particular indicator i plan to use for Timing is not specific in criteria, the attached image explains the situation, i supposed to buy from 20, if i make it 70/30 then i will be buying a sell market,
i have tried every settings but this indicator is not stable, i missed the particular trade its not the first time and it normally happens during my trading session
all indicators i tested and tried different settings is similar, either almost 20 or not often, please kindly advise what indicator can replace this or none ever exist?
Attached Image (click to enlarge)
Click to Enlarge

Name: FF.png
Size: 22 KB
 
 
  • Post #56,837
  • Quote
  • Nov 28, 2022 7:15am Nov 28, 2022 7:15am
  •  herox
  • | Joined Jul 2020 | Status: Member | 9 Posts
Quoting BestTraderEv
Disliked
{quote} {file}
Ignored
Thank you ! )
 
 
  • Post #56,838
  • Quote
  • Nov 28, 2022 7:33am Nov 28, 2022 7:33am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,269 Posts
Quoting Cheba
Disliked
{quote} Do you want to share an indicator with lines like you have in the picture?
Ignored
Search here try and go back to the page before this it's called Candlesticksignal
 
 
  • Post #56,839
  • Quote
  • Edited 8:21am Nov 28, 2022 8:06am | Edited 8:21am
  •  VikThor1
  • | Joined Nov 2021 | Status: Member | 56 Posts
Somebody can help me fix these indicators? It's the same indicator, but I'd like to use one of them as a higher timeframe confirmation. So I made a copy and give it higher inputs.
When I attach both on the chart one of them don't show me the "HH,HL,LL,LH" signs.
Is it possible to fix them?
Attached File(s)
File Type: mq4 ZigZag_HH-HL-LH-LL_B.mq4   49 KB | 35 downloads
File Type: mq4 ZigZag_HH-HL-LH-LL_HTF.mq4   49 KB | 82 downloads
 
 
  • Post #56,840
  • Quote
  • Nov 28, 2022 8:09am Nov 28, 2022 8:09am
  •  VikThor1
  • | Joined Nov 2021 | Status: Member | 56 Posts
Quoting akndid
Disliked
can someone make this indicator non repaint here is the file {file}
Ignored
Why do you want a non repaint indicator?
If the indicator doesn't repaint itself, you'll get multiple arrows or signs. So when it first appear it stuck on the chart and if it goes on you'll get more and more...
Indicators never gona know the future. They can't predict where the market will reverse.
This mean holy grail, which is never gonna exists.
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 28402841Page 284228432844 2919
    • 1 Page 2842 2919
15 traders viewing now, 6 are members:
unmaskedluke
,
nomanm47
,
Sepo29
,
mustaesar
,
Invisible
,
Emma1
  • 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