• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:41am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:41am
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 43 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,258
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 14091410Page 141114121413 2923
  • 1 Page 1411 2923
  •  
  • Post #28,201
  • Quote
  • Mar 9, 2019 6:22am Mar 9, 2019 6:22am
  •  akangaden
  • | Joined Jun 2012 | Status: Member | 6 Posts
Hi,
Could you please add push notification to the attached Pattern Recognition Master V7 or each pattern generated by it..
Thank you in advance for your help
Attached File(s)
File Type: mq4 Pattern_Recognition_Master_v7.mq4   30 KB | 426 downloads
 
 
  • Post #28,202
  • Quote
  • Mar 9, 2019 1:43pm Mar 9, 2019 1:43pm
  •  waverhythm
  • | Joined Jun 2017 | Status: Member | 102 Posts
Hi
I don't know if this kind of moving average exists, if it exists let me know:
when price goes up the moving average should stay above price. if price goes down, the moving average should stay below price.

what i am looking for is something exactly like bollinger bands but without 3 bands, only 1. what i want is a simple moving average with a deviation setting.

is there anything like this? if not who can code this?
 
 
  • Post #28,203
  • Quote
  • Mar 9, 2019 2:05pm Mar 9, 2019 2:05pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,895 Posts
Quoting kennyxox
Disliked
{quote} cja, Can this indi be make in dashboard(%) to view all the 28 pairs? thanks
Ignored
A very basic dashboard.
NOTE : You cannot change the name in any small way or the dashboard will not work.
Attached File(s)
File Type: ex4 Buyers and Sellers Dashboard.ex4   46 KB | 694 downloads

Option to show the % symbol
Attached Image (click to enlarge)
Click to Enlarge

Name: dash2.png
Size: 60 KB

Option to not show the % symbol
Attached Image (click to enlarge)
Click to Enlarge

Name: dash1.png
Size: 57 KB
Trade what you see not what you hope
 
4
  • Post #28,204
  • Quote
  • Mar 9, 2019 7:11pm Mar 9, 2019 7:11pm
  •  Kingpipal
  • | Joined Mar 2019 | Status: Junior Member | 1 Post
Quoting Metatrader
Disliked
Hey Guys, i want to learn and improve my MQL4 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Expert Advisor / Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into mql4. Andi
Ignored
Hello brother, can you help me code an Indicator as follows:
Conditions for an alert
1. An engulfing candle that engulfs at least 2-3 previous candles within its open and close prices (not including wicks). Only the body of the candle.
2. The size of the engulfing candle is at least 18 pips from the open to the close price

An engulfing candle that meets these two conditions should give me an alert.

Then I want a text printed with the size of the engulfing candle from the low to the high i.e. including the wicks when the alert is triggered.

If possible please make the number of candles engulfed and the size of the body of the candle from open to close (i.e. the 18 pips) adjustable.

Thank you.
 
 
  • Post #28,205
  • Quote
  • Mar 9, 2019 8:52pm Mar 9, 2019 8:52pm
  •  Scorp1on1
  • | Joined Nov 2018 | Status: Member | 50 Posts
Can someone explain for me why the alert for reaching a certain R, S is not working all the time? If I set an alarm to be sent when price touches S100 for example, I sometimes receive an alert and sometimes not. all rest of setting are the same!

or if someone has a fixed version?
Attached File(s)
File Type: mq4 Pivot_Voty.mq4   36 KB | 208 downloads
 
 
  • Post #28,206
  • Quote
  • Mar 9, 2019 11:30pm Mar 9, 2019 11:30pm
  •  SunnyCoast
  • Joined Feb 2019 | Status: Member | 1,285 Posts
Hello (again) ....

I was wondering if there was an MT4 Indi already out there that draws a dot / x any symbol over a specific time candle, say the London Open candle??

I've attached one that I've found that draws a vertical line, but I'd just like a simple marker like my graphic??
Attached Image (click to enlarge)
Click to Enlarge

Name: London Open Candle Marker.png
Size: 26 KB


Warm Regards

Anthony
Attached File(s)
File Type: mq4 Time_vLines.mq4   2 KB | 297 downloads
Empty your mind and let the market guide you
 
 
  • Post #28,207
  • Quote
  • Mar 10, 2019 1:01am Mar 10, 2019 1:01am
  •  Device
  • | Joined Mar 2019 | Status: Junior Member | 1 Post
Quoting holypips
Disliked
{quote} Could you please help me code an EA with this idea: LONG: If current price is above 50 EMA, open a LONG position, lotsize 1 = 1 lot for example. After opening a LONG order, it immediately places a SELL STOP order at current price - x pips (extern int, 20 pips for example), lotsize 2 = 3*lotsize 1 (so it's 3 lots now). When the SELL STOP oder is triggered, the EA places a BUY STOP order at current price + x pips (20 pips), lotsize 3 = 2*lotsize 2 (so, it's 6 lots now). When the BUY STOP oder is triggered, the EA places a SELL STOP order at...
Ignored
Nice idea but it doesn't work.
It kills account very fast in flat markets, better to find another trading rule.
I made a very complex EA based on this idea and tested it numerous times.
Simply useless!
 
 
  • Post #28,208
  • Quote
  • Mar 10, 2019 4:16am Mar 10, 2019 4:16am
  •  KiidoX
  • | Joined Jan 2018 | Status: Member | 31 Posts
Hi I need an EA with The Following parameters:

Time element: I want to be able to choose what time the EA should open trade.

For example: London session open candle ( the 8th candle after midnight)

Buy: Buy stop 10 pips above the high of the candle
Sell: Sell stop 10 pips below the low of the candle

Take profit: 20 pips( For Both Buy And Sell)

Stop loss:
For Buy: stop loss at the Sell stop
For Sell: stop loss at the Buy stop

Additional info:

- If one of the oder is triggered, the other oder should be automatically delete.

- I want to be able to change the time element on the EA due to different broker (Gmt times)
-Adjust Take profit or stop loss
-Must work on any pair and any time frame



Thanks in advance
 
 
  • Post #28,209
  • Quote
  • Mar 10, 2019 4:17am Mar 10, 2019 4:17am
  •  kennyxox
  • | Joined Feb 2017 | Status: Member | 177 Posts
Quoting cja
Disliked
{quote} A very basic dashboard. NOTE : You cannot change the name in any small way or the dashboard will not work. {file} Option to show the % symbol {image} Option to not show the % symbol {image}
Ignored
Cja,

Thanks for writing this dashboard. Thanks for your time & attention

cheers
kenny
 
 
  • Post #28,210
  • Quote
  • Mar 10, 2019 4:27am Mar 10, 2019 4:27am
  •  PlSoft
  • Joined Feb 2018 | Status: Member | 61 Posts
Quoting oluwagbenga
Disliked
Please I need this Indicator anyone can share with me. Thanks in advance{image}
Ignored
Hello

I modified this indicator because I like using the closures to make it track down.
I hope you find it useful.
Attached File(s)
File Type: mq4 Fibo Extensions.mq4   6 KB | 398 downloads
 
 
  • Post #28,211
  • Quote
  • Mar 10, 2019 7:46am Mar 10, 2019 7:46am
  •  Wolfy.trader
  • Joined Jul 2016 | Status: Trading | 54 Posts
Quoting teodosy87
Disliked
{quote} I did a quick search in my indicator folder i was able to find something similar maybe even better... if i find some other similar indicator will attach it as well L look at this as well you might find it more suitable just found it .... https://www.mql5.com/en/market/produ...tab_p_overview https://www.mql5.com/en/market/product/21611 https://www.mql5.com/en/code/11502?u...ce=mt4terminal {image} {file}
Ignored
Thank you friend,

They are great,
but too much irrelevant things.

Thank you for your effort
WT
Nothing fucks you harder than Time
 
 
  • Post #28,212
  • Quote
  • Edited 11:24pm Mar 10, 2019 11:26am | Edited 11:24pm
  •  catman1
  • | Joined Jan 2018 | Status: Member | 70 Posts
Hello good people.
Can someone kindly modify buffers in this indicator to trigger trades in EA building software?

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

Name: EURUSDiH1 a.png
Size: 48 KB
Click to Enlarge

Name: Molanis Error.png
Size: 124 KB
Attached File(s)
File Type: mq4 3SC.mq4   8 KB | 382 downloads
 
 
  • Post #28,213
  • Quote
  • Mar 11, 2019 3:01am Mar 11, 2019 3:01am
  •  Botan626
  • Joined Sep 2016 | Status: --- | 1,092 Posts | Online Now
A quick and simple request, I hope: make this indy show the day's before yesterday high and low, instead of yesterday high and low.
Attached File(s)
File Type: mq4 Prev_Daily_High_Low.mq4   8 KB | 295 downloads
 
 
  • Post #28,214
  • Quote
  • Mar 11, 2019 3:20am Mar 11, 2019 3:20am
  •  cja
  • Joined Feb 2007 | Status: Member | 1,895 Posts
Quoting Botan626
Disliked
A quick and simple request, I hope: make this indy show the day's before yesterday high and low, instead of yesterday high and low. {file}
Ignored
Change line 70 and 71
from
yesterday_high = rates_d1[1][3];
yesterday_low = rates_d1[1][2];
to
yesterday_high = rates_d1[2][3];
yesterday_low = rates_d1[2][2];
Trade what you see not what you hope
 
 
  • Post #28,215
  • Quote
  • Mar 11, 2019 3:26am Mar 11, 2019 3:26am
  •  Botan626
  • Joined Sep 2016 | Status: --- | 1,092 Posts | Online Now
Quoting cja
Disliked
{quote} Change line 70 and 71 from yesterday_high = rates_d1[1][3]; yesterday_low = rates_d1[1][2]; to yesterday_high = rates_d1[2][3]; yesterday_low = rates_d1[2][2];
Ignored
Thanks!

 
 
  • Post #28,216
  • Quote
  • Mar 11, 2019 4:38am Mar 11, 2019 4:38am
  •  VahaTrade
  • | Joined Mar 2019 | Status: Junior Member | 12 Posts
Hello can you help me code an indicator?

on 15 minutes chart
3 candlestick above 25 50 200 moving average open buy position.
3 candelestick form 25 50 200 moving average open sell position.
Targeting 10 pips on each trade is that possible?
 
 
  • Post #28,217
  • Quote
  • Mar 11, 2019 5:55am Mar 11, 2019 5:55am
  •  SunnyCoast
  • Joined Feb 2019 | Status: Member | 1,285 Posts
Quoting SunnyCoast
Disliked
Hello (again) .... I was wondering if there was an MT4 Indi already out there that draws a dot / x any symbol over a specific time candle, say the London Open candle?? I've attached one that I've found that draws a vertical line, but I'd just like a simple marker like my graphic?? {image} Warm Regards Anthony {file}
Ignored
Just giving this a little bump.

I totally understand if this is a tricky request. Programming seems like an amazingly difficult vocation.
Empty your mind and let the market guide you
 
 
  • Post #28,218
  • Quote
  • Mar 11, 2019 6:14am Mar 11, 2019 6:14am
  •  Adem71
  • | Joined Feb 2015 | Status: Member | 76 Posts
Hi guys,
Simple request please, could someone change the calculation from open to close
Thanks
Attached File(s)
File Type: ex4 Open_Percentage.ex4   20 KB | 187 downloads
File Type: mq4 Open_Percentage.mq4   7 KB | 248 downloads
 
 
  • Post #28,219
  • Quote
  • Mar 11, 2019 7:21am Mar 11, 2019 7:21am
  •  Jagg
  • Joined Oct 2006 | Status: Member | 533 Posts
Quoting Adem71
Disliked
Hi guys, Simple request please, could someone change the calculation from open to close Thanks {file} {file}
Ignored
...try it please
Attached File(s)
File Type: mq4 Close_Percentage.mq4   13 KB | 328 downloads
 
1
  • Post #28,220
  • Quote
  • Mar 11, 2019 7:55am Mar 11, 2019 7:55am
  •  Adem71
  • | Joined Feb 2015 | Status: Member | 76 Posts
Quoting Jagg
Disliked
{quote} ...try it please {file}
Ignored
Thank you so much..
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 14091410Page 141114121413 2923
    • 1 Page 1411 2923
21 traders viewing now, 6 are members:
venkateshr56
,
Invisible
,
bibu
,
Nits
,
Wanderer272
,
khelemen
  • 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