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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

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

Oanda MT4 - Indicators and EAs not showing 1 reply

EAs and indicators relating to moutaki... 22 replies

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

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 10991100Page 110111021103 2274
  • 1 Page 1101 2274
  •  
  • Post #22,001
  • Quote
  • Jan 9, 2018 11:27am Jan 9, 2018 11:27am
  •  hesron
  • Joined Dec 2012 | Status: Member | 1,457 Posts | Invisible
Quoting mifa1407
Disliked
Hi, can someone check why I can not change the width on line2 and 3? #property indicator_separate_window #property indicator_buffers 4 #property indicator_color1 LightBlue #property indicator_width1 16 #property indicator_color2 Lime #property indicator_width2 16 #property indicator_color3 Tomato #property indicator_width3 16 #property indicator_color4 Orange #property indicator_width4 16 #property indicator_level1 20 I changed it in mq4 file but one loaded it shows 0 Thank you very much JD {image} {file}
Ignored
if(VisualMode == 0)
{
SetIndexStyle(1,DRAW_LINE);
SetIndexStyle(2,DRAW_LINE);
}
else
{
SetIndexStyle(1,DRAW_HISTOGRAM);
SetIndexStyle(2,DRAW_HISTOGRAM);
}
Market is always dynamic
1
  • Post #22,002
  • Quote
  • Edited Jan 10, 2018 5:37am Jan 9, 2018 2:26pm | Edited Jan 10, 2018 5:37am
  •  maxus182
  • | Joined Mar 2017 | Status: Member | 15 Posts
Hi, is it possible to make an EA dashboard that will look like this:

The rules are very simple - we check if the EMA 50 is below SMA 20 - that is "Down". And if EMA 50 is above SMA 20 - that is "Up". If we have 2 "Up" on the H1 and H4 TF - Trend is "Buy" (and vice versa).

If there is something similar, or some kind of example, please let me know.

EDIT:
Made the dashboard myself.
  • Post #22,003
  • Quote
  • Jan 9, 2018 2:27pm Jan 9, 2018 2:27pm
  •  Intrepidpips
  • Joined Aug 2011 | Status: Mos P from Cape to Cairo | 2,444 Posts
Quoting saadan
Disliked
{quote} Congratulation. Nice trades and nice indicator {image}
Ignored
Neat, seems like an Asia Session Range indicator with a price projection, would you mind sharing it?
Thanks.
Let it turn and find your entry.
  • Post #22,004
  • Quote
  • Jan 9, 2018 8:31pm Jan 9, 2018 8:31pm
  •  Nicholishen
  • Joined Jul 2005 | Status: zzzzzzzzzzzzzzzzzzzzzzzzz zzzzzzzzzz | 1,289 Posts
Quoting Botan626
Disliked
Hello! Could anybody add the "Window number" setting for this indicator, please? {file}
Ignored
Here ya go.
Attached File
File Type: mq4 BUTTONS.mq4   7 KB | 258 downloads
  • Post #22,005
  • Quote
  • Jan 9, 2018 9:07pm Jan 9, 2018 9:07pm
  •  pooh123
  • Joined Jul 2012 | Status: Member | 776 Posts
Quoting Intrepidpips
Disliked
{quote} Neat, seems like an Asia Session Range indicator with a price projection, would you mind sharing it? Thanks.
Ignored
Here you go. The strategy is a morning range (Asia session) breakout strategy. It can be a profitable strategy, depending on who trades it. I don't think an EA based on it will be profitable as it takes a lot of discretion to trade it.
Attached File
File Type: mq4 MorningFlat_V3.mq4   8 KB | 289 downloads
1
  • Post #22,006
  • Quote
  • Jan 9, 2018 10:45pm Jan 9, 2018 10:45pm
  •  Welsige
  • | Joined Oct 2017 | Status: Member | 8 Posts
Hi all,


Need an indicator that can draw multiple timeframes averages, like this (Something like this doodle screenshot.):

- For each timeframe especified (m15, m30, h1, h4, D, etc):
- For each MA especified (21, 30, 50, 100, etc)
- Look what is the imediate upper and bellow MA relative to curent price
- Plot a line on the chart area to act as dinamic S/R lines

This could be totally dinamic, but dont mind if I have to press a button to refresh lines.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 22 KB
  • Post #22,007
  • Quote
  • Jan 10, 2018 1:01am Jan 10, 2018 1:01am
  •  Intrepidpips
  • Joined Aug 2011 | Status: Mos P from Cape to Cairo | 2,444 Posts
Quoting pooh123
Disliked
{quote} Here you go. The strategy is a morning range (Asia session) breakout strategy. It can be a profitable strategy, depending on who trades it. I don't think an EA based on it will be profitable as it takes a lot of discretion to trade it. {file}
Ignored
Thanks for sharing .
Let it turn and find your entry.
  • Post #22,008
  • Quote
  • Jan 10, 2018 1:27am Jan 10, 2018 1:27am
  •  Botan626
  • Joined Sep 2016 | Status: Member | 1,041 Posts | Online Now
Quoting Nicholishen
Disliked
{quote} Here ya go. {file}
Ignored
Very funny (not).
  • Post #22,009
  • Quote
  • Jan 10, 2018 1:37am Jan 10, 2018 1:37am
  •  Ezios
  • | Joined Jul 2016 | Status: Member | 582 Posts
what's the meaning of the colors for this indicator blue red and yellow squares?
is it blue for starting the pending order red for teke profit and yellow for stop loss?
som one explain me.
  • Post #22,010
  • Quote
  • Jan 10, 2018 7:10am Jan 10, 2018 7:10am
  •  FXCyborg
  • | Membership Revoked | Joined Nov 2014 | 1,911 Posts
Hey Guys,

Do you know if anyone has coded a indicator that shows the difference in pips/points between two moving averages on its close/end of bar and gives you a pop up alert when the value has been met?

I've looked online and here, can't seem to find any...

Cheers
Advanced Price Action Trader -MY STUFF IS FREE! JOIN ME!
  • Post #22,011
  • Quote
  • Jan 10, 2018 7:18am Jan 10, 2018 7:18am
  •  saadan
  • | Joined Sep 2016 | Status: Member | 52 Posts
Quoting Ezios
Disliked
what's the meaning of the colors for this indicator blue red and yellow squares? is it blue for starting the pending order red for teke profit and yellow for stop loss? som one explain me.
Ignored
Enter Long on Blue, TP on Yellow, SL on Red
or
Enter Sort on Red, TP on Gray, SL on Blue
one trade per Day
  • Post #22,012
  • Quote
  • Jan 10, 2018 7:52am Jan 10, 2018 7:52am
  •  sol4live
  • | Joined Jan 2009 | Status: Member | 131 Posts
Please, house, I need help to modify this EA.
I want it to open a new trade at every candle close, in the direction of current colour
and to close all open positions when colour changes

Thank you in advance.
Attached File
File Type: mq4 NonLagMA_EA v1.02.mq4   17 KB | 167 downloads
Bjos
  • Post #22,013
  • Quote
  • Edited at 11:34am Jan 10, 2018 8:11am | Edited at 11:34am
  •  Jagg
  • Joined Oct 2006 | Status: Member | 467 Posts
Quoting Botan626
Disliked
{quote} Very funny (not).
Ignored
I think he just forgot to put that new WindowNumber param into the create object line...

update: take this one https://www.forexfactory.com/showthr...6#post10657906
  • Post #22,014
  • Quote
  • Jan 10, 2018 8:30am Jan 10, 2018 8:30am
  •  Botan626
  • Joined Sep 2016 | Status: Member | 1,041 Posts | Online Now
Quoting Jagg
Disliked
{quote} I think he just forgot to put that new WindowNumber param into the create object line... try this {file}
Ignored
Doesn't change the chart's symbol unfortunately. TF - yes.
  • Post #22,015
  • Quote
  • Edited at 9:08am Jan 10, 2018 8:47am | Edited at 9:08am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,710 Posts
Quoting TonyJohnCn
Disliked
This is a Tenkan Kijun color filled indicator, but if you fill the area between the Tenkan and Kijun with a thick solid color it looks messy and blocky. Can anyone code this so the color filled areas look like a "smooth color filled CLOUD", much like MT4's standard Ichimoku cloud? Greatly appreciate in advance any help from the awesome code techs here! {file} {file}
Ignored
The posted indicator - any histogram compressed will become solid color when histo bars begin to touch
Attached Image (click to enlarge)
Click to Enlarge

Name: KS-F.png
Size: 24 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: KS-F-1.png
Size: 24 KB
Preferences can be saved and loaded via Save and Load Buttons.
Original indicator: https://www.mql5.com/en/code/10965
Posts are not necessary intended for you
  • Post #22,016
  • Quote
  • Edited at 2:29pm Jan 10, 2018 9:04am | Edited at 2:29pm
  •  madscalp
  • Joined Jan 2008 | Status: French Trader | 895 Posts
..............
  • Post #22,017
  • Quote
  • Edited at 10:05am Jan 10, 2018 9:48am | Edited at 10:05am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,710 Posts
Quoting Botan626
Disliked
{quote} Doesn't change the chart's symbol unfortunately. TF - yes.
Ignored
Downloaded and symbol change working on build 1090.

If a listed symbol is not in the Market Watch window it will not change - use Show All.

To permanently change the the symbol list edit the below code as required. (line 8)
Inserted Code
extern string  Symbols="AUDUSD;EURUSD;EURGBP;EURJPY;GBPUSD;GBPJPY;NZDUSD;USDCAD;USDCHF;USDJPY"; // List of symbols (separated by ";")
Compile
Attached Image
Check for errors
Attached Image
Posts are not necessary intended for you
  • Post #22,018
  • Quote
  • Jan 10, 2018 10:33am Jan 10, 2018 10:33am
  •  Botan626
  • Joined Sep 2016 | Status: Member | 1,041 Posts | Online Now
Quoting Phylo
Disliked
{quote} Downloaded and symbol change working on build 1090. If a listed symbol is not in the Market Watch window it will not change - use Show All. To permanently change the the symbol list edit the below code as required. (line 8)extern string Symbols="AUDUSD;EURUSD;EURGBP;EURJPY;GBPUSD;GBPJPY;NZDUSD;USDCAD;USDCHF;USDJPY"; // List of symbols (separated by ";") Compile{image}Check for errors{image}
Ignored
Seems it doesn't work when pair's suffix is applied. It does good in one terminal, but won't change pair in another one with "." for pairs' suffix. Old version of Buttons without WindowNumber option works fine in the same terminal with suffixes.
  • Post #22,019
  • Quote
  • Jan 10, 2018 11:18am Jan 10, 2018 11:18am
  •  mladen
  • Joined Apr 2007 | Status: ... | 675 Posts
Quoting Botan626
Disliked
{quote} Seems it doesn't work when pair's suffix is applied. It does good in one terminal, but won't change pair in another one with "." for pairs' suffix. Old version of Buttons without WindowNumber option works fine in the same terminal with suffixes.
Ignored
That indicator does not uses the Suffix parameter at all (it is just declared as parameter and that is all)
Try this one
Attached File
File Type: mq4 BUTTONS.mq4   7 KB | 509 downloads
1
  • Post #22,020
  • Quote
  • Jan 10, 2018 11:27am Jan 10, 2018 11:27am
  •  Botan626
  • Joined Sep 2016 | Status: Member | 1,041 Posts | Online Now
Quoting mladen
Disliked
{quote} That indicator does not uses the Suffix parameter at all (it is just declared as parameter and that is all) Try this one {file}
Ignored
It works! Thank you!
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 10991100Page 110111021103 2274
    • 1 Page 1101 2274
14 traders viewing now, 4 are members:
Lukes777
,
Invisible
,
irhab
,
SupaGroova
  • 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 / ©2021