• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:38pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:38pm
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 46 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,276
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 28182819Page 282028212822 2925
  • 1 Page 2820 2925
  •  
  • Post #56,381
  • Quote
  • Edited 2:29pm Nov 15, 2022 1:24pm | Edited 2:29pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting sham945
Disliked
Helo Brothers, I ahve icmarket pivot point indicator. In this this indicators there are DAILy,WEEKLY and MONTHLY Time frames added I want some one please add QAUTERLY AND YEARLY pivot point also I am attaching screen shot and indicator as well.Thanks. {file} {image}
Ignored
The ex4 file is a compiled executable file. We can't do anything with this file.
 
 
  • Post #56,382
  • Quote
  • Nov 15, 2022 1:35pm Nov 15, 2022 1:35pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 630 Posts
Quoting BestTraderEv
Disliked
{quote} I wasn't thinking about this one. It makes no sense to work with this one. I thought that you were talking about an EA which looks at your Stop Loss by money. I can add the function to that one. You don't need 100 EA's, you need just one. It would be a good idea to combine the functions of all your EA's into one.
Ignored
yes true the Best idea, Sir i attached
Attached File(s)
File Type: mq4 SL_TP_BE_in_Currency EA NEW.mq4   4 KB | 109 downloads
 
 
  • Post #56,383
  • Quote
  • Edited 2:49pm Nov 15, 2022 2:32pm | Edited 2:49pm
  •  chimoong
  • | Joined May 2016 | Status: Member | 229 Posts
Quoting BestTraderEv
Disliked
{quote} A script can not delete the lines it created because it is a script and it only stays on the chart for as long as is needed for the script to do what it is supposed to do, so in your case the script is removed from the chart the moment it completes the start() function. If you want the lines to be shorter, you need to use OBJ_TREND which also requires you to define start time, end time and price1 and price2, which in the case of a horizontal trend line will be the same price.
Ignored
Hi BestTraderEv, I have tested the OBJ_TREND, it works well on start time (but HLINE will be the full width to the right of the chart), but I have an issue with the end time as it doesn't stop at all to the right.

Let's say, if I want to get the result of HLINE starting from start time but NOT to have full width to the right, the HLINE just stops at Bar3 of the shift ( ... bar3, bar2, bar1, bar0 (current bar)), would it be possible to code in such a way ? Kindly advise, thanks.
 
 
  • Post #56,384
  • Quote
  • Nov 15, 2022 2:49pm Nov 15, 2022 2:49pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting chimoong
Disliked
{quote} Hi BestTraderEv, I have tested the OBJ_TREND, it works well on start time (but HLINE will be the full width to the right of the chart), but I have an issue with the end time as it doesn't stop at all to the right. Let's say, if I want to get the result of HLINE NOT to have full with to the right, but stop at Bar3 of the shift ( ... bar3, bar2, bar1, bar0 (current bar)), would it be possible to code in such a way ? Kindly advise, thanks.
Ignored
Yes, you need to do this:
Inserted Code
ObjectSetInteger(0,name, OBJPROP_RAY, false);
ObjectSetInteger(0,name, OBJPROP_TIME2, Time[0]+Period()*60*BarShift);
And, you need to refresh TIME2 on every bar, because otherwise it will move to the left.
So, it is better to code an indicator, not a script.

But you can't do that with OBJ_HLINE!!!
 
 
  • Post #56,385
  • Quote
  • Edited 4:01pm Nov 15, 2022 2:57pm | Edited 4:01pm
  •  chimoong
  • | Joined May 2016 | Status: Member | 229 Posts
Quoting BestTraderEv
Disliked
{quote} Yes, you need to do this: ObjectSetInteger(0,name, OBJPROP_RAY, false); ObjectSetInteger(0,name, OBJPROP_TIME2, Time[0]+Period()*60*BarShift); And, you need to refresh TIME2 on every bar, because otherwise it will move to the left. So, it is better to code an indicator, not a script. But you can't do that with OBJ_HLINE!!!
Ignored
Hi BestTraderEv, you're brilliant, yes, it works to stop the HLINE at the destinated right bar. I tested on my script, it can work accordingly ... Thank you.
 
 
  • Post #56,386
  • Quote
  • Edited 5:00pm Nov 15, 2022 4:47pm | Edited 5:00pm
  •  dajo77
  • | Joined Jul 2020 | Status: Member | 44 Posts
Hello, could someone code an EA for me.
It's a trend scalping EA using 3 indicators. Long/Short signal is valid only when all 3 indicators are aligned in same direction, red line showing entry and yellow line would be exit when Aroon line goes gray (crosses one of the 40 levels to the opposite side).

Coral ( major trend filter) - trades open only in direction following coral
volatility quality zero line (minor trend filter) - color has to be same as coral
Aroon (entry + exit indicator) - long/short trade opened depending if both filters are red/blue

Order opened and closed on candle close, volatility quality zero line cannot exit trades if it changes color before aroon or coral.
Entry/Exit indicator is only Aroon, market order is placed when Aroon turns red(short) or blue(long) and order is closed when Aroon line turns grey.
Risk management: No SL, No TP. Fixed lotsize 0.01 for testing currently. No alerts used in indicators.
Trading time: london + new york session.
Timeframe - current
Symbol - current
Use indicators settings provided in folders, for aroon no alerts are used only first 8 inputs.

Thanks.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_1.png
Size: 20 KB
Attached File(s)
File Type: rar ea.rar   179 KB | 95 downloads
 
 
  • Post #56,387
  • Quote
  • Nov 15, 2022 5:12pm Nov 15, 2022 5:12pm
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,269 Posts
Help i need additional wording added to the attached so when it alerts it should also display time frame the alert sounded on.Thanks
Attached Image (click to enlarge)
Click to Enlarge

Name: candlestick signal wording addition.PNG
Size: 19 KB
Attached File(s)
File Type: mq4 Candlestick alerts button.mq4   49 KB | 154 downloads
 
 
  • Post #56,388
  • Quote
  • Nov 15, 2022 10:55pm Nov 15, 2022 10:55pm
  •  lengendff
  • | Joined Jul 2020 | Status: Member | 161 Posts
Quoting lengendff
Disliked
Found this Catching Gaps EA from here: https://www.mql5.com/en/code/11199 Anyone can help to make this EA monitor and open trade on multiple timeframes(M1, M5, M15, M30, H1, H4, D1)? Thanks! ==================== Edit to my post: I am looking for the "upgraded" version that can trade multiple symbols and multiple timeframes when the EA is just attached to 1 chart. {file}
Ignored
If the gaps (version 1) is good, will the so-called gaps (version 2) be better?

https://mt4talk.com/viewtopic.php?pid=58740

Anyone who have the v2, can you post here?
 
 
  • Post #56,389
  • Quote
  • Nov 16, 2022 12:03am Nov 16, 2022 12:03am
  •  Jeff59FX
  • Joined Mar 2018 | Status: Member | 201 Posts
Quoting iwudz
Disliked
{quote} added code Chart Foreground = true {file}
Ignored
Hello
I am still having the same problem with this indicator ...the candles are still hidden behind the shades.

Thanks for your help...
Jeff
Attached Image (click to enlarge)
Click to Enlarge

Name: ScreenHunter 959.png
Size: 20 KB
Happily Married to MY College Sweet Heart!
 
 
  • Post #56,390
  • Quote
  • Nov 16, 2022 1:50am Nov 16, 2022 1:50am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,581 Posts
Quoting alesiosc
Disliked
{quote} another tool i use....{image}the line width doesnt change the lines width. Is there a way to eliminate the lines in the orange sqaure. Equal highs/lows only needs the lines at the right. Meaning, if an equal high low has been breached by anything more than 10 pips, which is a lot anyway, then it is not a valid equal high/low anymore. So in the picture, just the 2 on the right are valid. And only more equal highs/lows above/below those 2 lines would be valid....
Ignored
hi mate is this indi shareable? Thanks in advance
Say something meaningful or Silence!!
 
 
  • Post #56,391
  • Quote
  • Nov 16, 2022 2:14am Nov 16, 2022 2:14am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 15,005 Posts
Quoting BestTraderEv
Disliked
{quote} I'm just surfing the net, and found this: https://forex-station.com/download/file.php?id=3307735 Check it out - no colors! {quote} Or this one? https://forex-station.com/download/file.php?id=3369718
Ignored
BRILLIANT
Indicators on my chart help me guess the trade they do not guarantee result
 
1
  • Post #56,392
  • Quote
  • Nov 16, 2022 2:24am Nov 16, 2022 2:24am
  •  tzamo
  • Joined Nov 2017 | Status: Member | 787 Posts
Quoting Jeff59FX
Disliked
{quote} Hello I am still having the same problem with this indicator ...the candles are still hidden behind the shades. Thanks for your help... Jeff {image}
Ignored

Hey Jeff,
Can you try this:
-press F8, navigate to the the common tab and take note of the "chart on foreground' box.
-remove the indicator and then put it back onto the chart.
-press F8 again.. see if that box is ticked.

(if not ticked, one can tick the box... and perhaps even save a template with it already ticked.)

What can be happening is you are running another bit of code that is setting the chart not to be displayed in foreground... that is if one finds that box being un-ticked again after trying my steps listed above. Can then eliminate other running indicators/ EA's one at a time to find the culprit .

Best of luck
"Only you can Make the Future you will be proud to be a part of..." -Me
 
1
  • Post #56,393
  • Quote
  • Edited 5:01am Nov 16, 2022 4:18am | Edited 5:01am
  •  chimoong
  • | Joined May 2016 | Status: Member | 229 Posts
Hi, I'm trying to figure out what is % (Residue of division : https://book.mql4.com/basics/expressions ), for example :-

double residual1 = 100 % 30; ... why the answer is 10.00000000 ? how to get this 10.00000000 ?

If I write :-

double residual2 = 100 % 30.1; ... ended up with an error : '%' - illegal operation use ... why ?
 
 
  • Post #56,394
  • Quote
  • Nov 16, 2022 7:02am Nov 16, 2022 7:02am
  •  tzamo
  • Joined Nov 2017 | Status: Member | 787 Posts
Quoting chimoong
Disliked
Hi, I'm trying to figure out what is % (Residue of division : https://book.mql4.com/basics/expressions ), for example :- double residual1 = 100 % 30; ... why the answer is 10.00000000 ? how to get this 10.00000000 ? If I write :- double residual2 = 100 % 30.1; ... ended up with an error : '%' - illegal operation use ... why ?
Ignored

Hey chimoong,
Not something I had to use much.. but when I do need to, there is a math function for it called MathMod()... "The function returns the real remainder of division of two numbers." and will work on your "100 / 30.1" and can be put in as the values.

Hope that helps
"Only you can Make the Future you will be proud to be a part of..." -Me
 
 
  • Post #56,395
  • Quote
  • Nov 16, 2022 7:30am Nov 16, 2022 7:30am
  •  chimoong
  • | Joined May 2016 | Status: Member | 229 Posts
Quoting tzamo
Disliked
{quote} Hey chimoong, Not something I had to use much.. but when I do need to, there is a math function for it called MathMod()... "The function returns the real remainder of division of two numbers." and will work on your "100 / 30.1" and can be put in as the values. Hope that helps
Ignored
Thanks Tzamo. My question is yet :-

double residual1 = 100 % 30; ... why the answer is 10.00000000 ? how to get this 10.00000000 ?

double residual1 = MathMod(100,30); ... why the answer is 10.00000000 ? how to get this 10.00000000 ?

The MathMod function calculates the real remainder f from expression val/y so that val = i * y + f , where i is an integer, f has the same sign as val, and the absolute value of f is less than the absolute value of y ... Tzamo, I don't understand the explanation, could you please explain in layman terms ?
 
 
  • Post #56,396
  • Quote
  • Nov 16, 2022 7:31am Nov 16, 2022 7:31am
  •  gusdlc
  • | Joined Feb 2014 | Status: Member | 27 Posts
Hello programmers.. Could you create an EA with this indicator, in 15 minute timeframe?

The best thing would be for the EA to start working immediately after being activated, following a trend already indicated by the indicator; that is to say: that it does not wait for a new arrow to appear.

By default, the indicator is set to H4, although the EA should work on M15.

Could you also add the possibility of using any forex indicator named ARROW.ex4, so that it can be used with different indicators by modifying their name? That would be even better because then we can use the robot with other arrow indicators.

Thanks in advance..
Attached File(s)
File Type: mq4 sbnr2+save2_alert.mq4   11 KB | 171 downloads
 
 
  • Post #56,397
  • Quote
  • Nov 16, 2022 8:57am Nov 16, 2022 8:57am
  •  tzamo
  • Joined Nov 2017 | Status: Member | 787 Posts
Quoting chimoong
Disliked
{quote} Thanks Tzamo. My question is yet :- double residual1 = 100 % 30; ... why the answer is 10.00000000 ? how to get this 10.00000000 ? double residual1 = MathMod(100,30); ... why the answer is 10.00000000 ? how to get this 10.00000000 ? The MathMod function calculates the real remainder f from expression val/y so that val = i * y + f , where i is an integer, f has the same sign as val, and the absolute value of f is less than the absolute value of y ... Tzamo, I don't understand the explanation, could you please explain in layman terms ?
Ignored
No worries, so it states " ... remainder of division of two numbers." So, when you put 100 % 30... if instead we put 100 / 30 .. we can see that the answer will be 3.something (3.3333) meaning that 100 / 30 can not give us an answer without decimal places or in other words we can not make equal number of groups of 30 from 100....

Now, what if it was 90 / 30 ... we will get 3 equal groups of 30. Try what answer you get from 90 % 30
Comparing that to your answer of 10 from 100 % 30 one may start to see a pattern.

An easy way to think of this mod stuff is 'Math in a circle'. So for the 100 % 30 example... there is a circle starting from 0 to 30 of numbers and we go around it 100 times... what number would we end up at? 10 is the answer... which is also what remains from putting 100 into 3 equal groups of 30 totaling 90.. and the last group will only have only 10... that is why 100 % 30 = 10

Here is a further quick visual example:
Inserted Video


Happy learning
"Only you can Make the Future you will be proud to be a part of..." -Me
 
 
  • Post #56,398
  • Quote
  • Edited 1:39pm Nov 16, 2022 9:19am | Edited 1:39pm
  •  chimoong
  • | Joined May 2016 | Status: Member | 229 Posts
Quoting tzamo
Disliked
{quote} No worries, so it states " ... remainder of division of two numbers." So, when you put 100 % 30... if instead we put 100 / 30 .. we can see that the answer will be 3.something (3.3333) meaning that 100 / 30 can not give us an answer without decimal places or in other words we can not make equal number of groups of 30 from 100.... Now, what if it was 90 / 30 ... we will get 3 equal groups of 30. Try what answer you get from 90 % 30 Comparing that to your answer of 10 from 100 % 30 one may start to see a pattern. An easy way to think...
Ignored
Hi Tzamo, you're very kind. With the video, I can understand "remainder of division" now. 100 is Antecedent and 30 is Consequent, one should start focusing on the Consequent (30). Each unit / round is a "30-fixed numbers", 100 / 30 = 3.333, take the integer round down number (3), means after 3 rounds, 30 X 3 = 90 numbers, then 100 - 90 = 10 (the answer of % or MathMod).

Example " XX % 12 " :-

XX
24 % 12 = 0
25 % 12 = 1
26 % 12 = 2
27 % 12 = 3
28 % 12 = 4
29 % 12 = 5
30 % 12 = 6
31 % 12 = 7
32 % 12 = 8
33 % 12 = 9
34 % 12 = 10
35 % 12 = 11
36 % 12 = 0
37 % 12 = 1
38 % 12 = 2
39 % 12 = 3
40 % 12 = 4

Thank you so much.
 
 
  • Post #56,399
  • Quote
  • Nov 16, 2022 10:46am Nov 16, 2022 10:46am
  •  elgaza
  • | Joined Aug 2016 | Status: Member | 15 Posts
Hi
how can I draw a trend line so that it draws the line before the candle bars
I have this line of code in my indicator though it draws the line from bar 0 to bar 5
I need it to draw from bar -1 to -5 so it's not on top of the current bars
is it even possible
thank you


ObjectCreate(a_name_0, OBJ_TREND, 0, date1, price, date2, price_2);

date1=0 date 2=5
 
 
  • Post #56,400
  • Quote
  • Nov 16, 2022 12:38pm Nov 16, 2022 12:38pm
  •  Monty13
  • | Joined Aug 2009 | Status: Member | 232 Posts

Thank you The coders
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 28182819Page 282028212822 2925
    • 1 Page 2820 2925
14 traders viewing now, 4 are members:
parallel
,
ysewellam
,
hariusa72
,
Invisible
  • 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