• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:42pm
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:42pm
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search
Search
Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Fixing Your Indicators or EAs (Free) 347 replies

Coding robots and indicators in C# for no charge (cTrader API) 144 replies

EAs and indicators relating to moutaki... 22 replies

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

Oanda MT4 - Indicators and EAs not showing 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 20,818
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 15681569Page 157015711572 1588
  • 1 Page 1570 1588
  •  
  • Post #31,381
  • Quote
  • Nov 14, 2019 2:35pm Nov 14, 2019 2:35pm
  •  jimsxxl
  • | Joined Oct 2016 | Status: Member | 65 Posts
Hello everyone.
Im asking for help with a specific price pattern.
Its an fake break of the Asian session...
Analysis of orderflow is done on H4, and this pattern is the entry on M15.

If someone could code an indicator/alert for this pattern, i would be forever greatful.
If not, I would also be very greatful if someone could point me in the right direction so i maybe could code it myself.

Im attaching example of an setup recently on EURUSD.
If you want to help me, we can talk more in PM.


Thank you !
Attached Image (click to enlarge)
Click to Enlarge

Name: IMG_0985.JPG
Size: 109 KB
  • Post #31,382
  • Quote
  • Nov 14, 2019 4:49pm Nov 14, 2019 4:49pm
  •  TonyJohnCali
  • | Joined Jan 2019 | Status: Member | 22 Posts
Quoting cja
Disliked
{quote} Try this, I have also added auto candle resizing, when zooming in or out click on the chart to update candle size or wait for a new tick. {file} {image}
Ignored
Thanks for you help, CJA
  • Post #31,383
  • Quote
  • Nov 14, 2019 6:47pm Nov 14, 2019 6:47pm
  •  wonhitter
  • | New Member | 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, I'm brand new to this site and I have a request for an ea/script. I have tried to write it myself with absolutely zero success. I hope to learn, but for now I really need a working example so I can understand where to start.

I'm looking for a script/ea that will close the most profitable order I have open. For example, let's say I have 5 open orders, two have moved into a profit while 3 remain at a loss. I want to close only the most profitable order, leaving the remaining orders to gain. More profit or move into profit.

I currently use a script that opens a "2% of account" order, I open multiple 2% orders as a way of scaling in... but I have to manually close these as they become profitable. I would love to be able to close them one at a time as they become profitable. I would be happy to pay, if that is allowed, for your time if we can work something out.

So sorry for the long post. Thank you for your time...
  • Post #31,384
  • Quote
  • Edited at 9:18pm Nov 14, 2019 7:48pm | Edited at 9:18pm
  •  1x0
  • | Joined Dec 2015 | Status: Member | 6 Posts
Would somebody add push notification for the pointzero indicator, please?
Thank you!!
Attached File
File Type: mq4 PointZero.mq4   22 KB | 136 downloads
1
  • Post #31,385
  • Quote
  • Nov 15, 2019 1:43am Nov 15, 2019 1:43am
  •  KevinSt9
  • | Joined Aug 2015 | Status: Cyborg Scalper | 150 Posts
Hi traders & coders,

I use two indicators on my MT5: Pivot Point and TRIX (triple exponential average)

I am using MT4 again but need these for my trading system.

Does anybody have MT4 versions of?:

Pivot points, with the medium line between the main S/R/Pivot and here I can adjust the time too.
TRIX, where I can adjust some of the settings.

Many thanks
kevinfxtrader blogspot com; 50 PIPS Per Day
  • Post #31,386
  • Quote
  • Nov 15, 2019 4:12am Nov 15, 2019 4:12am
  •  ecryptom
  • | Joined Jun 2019 | Status: Member | 54 Posts
Is any Trailing SL and TP + Breakeven
in MT4 and MT5
with currency (example in USD or Euro) and not on pips or pipettes ???

example TP = 3 usd (or euro) , SL = 3 usd , trailing SL = 1 usd , Breakeven = 1 usd

Thank you !
  • Post #31,387
  • Quote
  • Nov 15, 2019 4:56am Nov 15, 2019 4:56am
  •  AngieT
  • | Joined Apr 2018 | Status: Member | 15 Posts
Quoting AngieT
Disliked
can someone please please give me the iCustom command to feed this indicator to EA it is driving me crazy this is what I have so far : followup=iCustom(NULL,0,"Value Chart - Averages 1.2",Aqua,Cyan,0,10,false,SandyBrown,DodgerBlue,DimGray,DimGray,DimGray,DimGray,1,3,0,12,0,0,26,0,0,false,true,false,true,false,false,false,DimGray,3,1); followdn=iCustom(NULL,0,"Value Chart - Averages 1.2",Aqua,Cyan,0,10,false,SandyBrown,DodgerBlue,DimGray,DimGray,DimGray,DimGray,1,3,0,12,0,0,26,0,0,false,true,false,true,false,false,false,DimGray,4,1); {file}
Ignored
I finally cracked it - got it working in an indicator (Easier to test)
It is really quite good
Well I think anyway

both are indicators
load it on 15mins or greater up charts (if you use 1 or 5 mins better be quick)
It is pretty precise

How it works is...
when value above 8 sell dot
when value below -8 buy dot

sharing this fixed all on my lil own now to work out why the expert didn't pick it up
had to lateral think it into an indicator first.

enjoy .... it doesnt repaint that I can tell.

I think it will be the most powerful indicator on the net -------- in the universe even.

My thoughts today - tomorrow who knows.
Attached Files
File Type: ex4 valuechartsarrows1.ex4   10 KB | 187 downloads
File Type: ex4 value chart - averages 1.2.ex4   128 KB | 190 downloads
1
  • Post #31,388
  • Quote
  • Nov 15, 2019 5:01am Nov 15, 2019 5:01am
  •  KevinSt9
  • | Joined Aug 2015 | Status: Cyborg Scalper | 150 Posts
Quoting AngieT
Disliked
{quote} I finally cracked it - got it working in an indicator (Easier to test) It is really quite good Well I think anyway both are indicators load it on 15mins or greater up charts (if you use 1 or 5 mins better be quick) It is pretty precise How it works is... when value above 8 sell dot when value below -8 buy dot sharing this fixed all on my lil own now to work out why the expert didn't pick it up had to lateral think it into an indicator first. enjoy .... it doesnt repaint that I can tell. I think it will be the most powerful indicator on the...
Ignored

Thank you, much appreciated.

Hi traders & coders,

I use two indicators on my MT5: Pivot Point and TRIX (triple exponential average)

I am using MT4 again but need these for my trading system.

Does anybody have MT4 versions of?:

Pivot points, with the medium line between the main S/R/Pivot and here I can adjust the time too.
TRIX, where I can adjust some of the settings.

Many thanks
kevinfxtrader blogspot com; 50 PIPS Per Day
  • Post #31,389
  • Quote
  • Nov 15, 2019 12:19pm Nov 15, 2019 12:19pm
  •  mjvanzijl
  • | Joined Jul 2019 | Status: Junior Member | 5 Posts
Mladen may I please ask if you can make the attached indicator a multi time frame indicator?
Attached Files
File Type: ex4 PBF_Fast_3MAs.ex4   6 KB | 39 downloads
File Type: mq4 PBF_Fast_3MAs.mq4   6 KB | 56 downloads
  • Post #31,390
  • Quote
  • Nov 15, 2019 2:07pm Nov 15, 2019 2:07pm
  •  thisara1
  • Joined Sep 2018 | Status: Member | 821 Posts
Quoting cja
Disliked
{quote} Try this, I have also added auto candle resizing, when zooming in or out click on the chart to update candle size or wait for a new tick. {file} {image}
Ignored
https://www.forexfactory.com/showthr...2#post12608922
Always respect other peoples beliefs, and never impose your beliefs on othe
1
  • Post #31,391
  • Quote
  • Nov 15, 2019 6:49pm Nov 15, 2019 6:49pm
  •  wwji
  • | New Member | Status: Junior Member | 1 Post
Hello, I would like if anyone can share copy trade EA codes? It is able to configure the order size for different account.
  • Post #31,392
  • Quote
  • Nov 16, 2019 7:09am Nov 16, 2019 7:09am
  •  livingsoul99
  • | Joined Jul 2019 | Status: Member | 17 Posts
Dear mt4 coders

Can any mt4 coder make this level trading 123 indicator paint a reversal dot when the next fractal reversal may occur?

Right now, it only paints the past historical fractals of the past reversal fractal points.

When you attach it to a chart, you will see exactly what I mean.

It would be a great fractal reversal indicator if it would paint immediately when the next fractal
should occur.

Thank you all very much
Attached File
File Type: mq4 level_trading_123.mq4   27 KB | 80 downloads
  • Post #31,393
  • Quote
  • Nov 16, 2019 7:17am Nov 16, 2019 7:17am
  •  405512
  • | Joined Apr 2017 | Status: Member | 17 Posts
I need a histogram indicator.
It will be a comparison of two moving averages.
If MA1 is above MA2 then green and
if MA1 is below MA2 then red.
There should be options to define period and type (EMA, SMA).
Can anyone help?
  • Post #31,394
  • Quote
  • Nov 16, 2019 10:11am Nov 16, 2019 10:11am
  •  high321
  • Joined Jul 2015 | Status: 918528845436 | 222 Posts
Can any on use 3 ema like 20 50 and 100 .when it cross 100 ema and 20 ema then put stop-loss of cross of 20 50 ema candile
  • Post #31,395
  • Quote
  • Nov 16, 2019 10:20am Nov 16, 2019 10:20am
  •  fxskipper
  • | Joined Aug 2019 | Status: Member | 27 Posts | Online Now
hi, could you please make ea with this indicator,thx!
Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSD30min.PNG
Size: 48 KB
Attached Files
File Type: zip bo-turbo-alert-indicator.zip   6 KB | 189 downloads
File Type: tpl EA.tpl   < 1 KB | 67 downloads
  • Post #31,396
  • Quote
  • Nov 16, 2019 10:28am Nov 16, 2019 10:28am
  •  erex
  • | Joined Jul 2019 | Status: Member | 43 Posts
[quote = fxskipper; 12619729] Привет, не могли бы вы сделать ea с этим индикатором, спасибо! {файл} {файл} {изображение} [/ quote]
Do you seriously want this?
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_8.png
Size: 34 KB
  • Post #31,397
  • Quote
  • Nov 16, 2019 10:35am Nov 16, 2019 10:35am
  •  AhmadNHamoud
  • | New Member | Status: Junior Member | 2 Posts
Hi to all, can anyone refer me to a free resource to learn mql4 or mql5, i have good background in java, so it will help me if i find a free resource.
  • Post #31,398
  • Quote
  • Edited at 11:33am Nov 16, 2019 11:20am | Edited at 11:33am
  •  fxskipper
  • | Joined Aug 2019 | Status: Member | 27 Posts | Online Now
Quoting erex
Disliked
[quote = fxskipper; 12619729] Привет, не могли бы вы сделать ea с этим индикатором, спасибо! {файл} {файл} {изображение} [/ quote] Do you seriously want this?...
Ignored
not on 5 min chart
how did you get so many dot's, I get dot only on turning points?
  • Post #31,399
  • Quote
  • Nov 16, 2019 11:57am Nov 16, 2019 11:57am
  •  Beerrun
  • Joined Jan 2016 | Status: Member | 306 Posts
Quoting lixiaomai007
Disliked
Dear FFs, If I violate this post rules or made someone unhappy, please accept my apologize in advance. So I found this X super trend indicator and it will turn candles red if there is a down trend and turn blue for the up trend (please see the screen shot). I just wondering is it possible to add an arrow sign and alert on it when the candles turns? if add arrow signs is possible, could we make a dashboard for it to monitoring all the pairs.... I am just about starting learn how to program mt4 and still feel like I'm a idiot, all I know right now...
Ignored
Here you go, changes made according to the pm I sent you: added arrows and alerts. I did not add the comments, I will just pm that to you
Attached File
File Type: mq4 xSuperTrend candles (mtf).mq4   5 KB | 109 downloads
  • Post #31,400
  • Quote
  • Edited at 1:43pm Nov 16, 2019 12:43pm | Edited at 1:43pm
  •  erex
  • | Joined Jul 2019 | Status: Member | 43 Posts
sorry
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 15681569Page 157015711572 1588
    • 1 Page 1570 1588
8 traders viewing now, 1 is a member:
Hunter74
  • 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 / ©2019