• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:55pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:55pm
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 10581059Page 106010611062 2266
  • 1 Page 1060 2266
  •  
  • Post #21,181
  • Quote
  • Oct 31, 2017 6:01pm Oct 31, 2017 6:01pm
  •  kaiser soze
  • | Joined Jan 2014 | Status: Member | 448 Posts
Can this indicator be coded so that it shows Weekly and Monthly pivots? Thanks....
Attached Image (click to enlarge)
Click to Enlarge

Name: PivotButtonExam.PNG
Size: 32 KB
Attached Files
File Type: ex4 ipivot button 1.1.ex4   36 KB | 133 downloads
File Type: mq4 ipivot button 1.1.mq4   36 KB | 170 downloads
  • Post #21,182
  • Quote
  • Edited at 11:47pm Oct 31, 2017 11:13pm | Edited at 11:47pm
  •  thanhthich
  • | Joined Jun 2010 | Status: Member | 12 Posts
Dear Coder, Can you help me code volume Lot=(Balance*Risk)/CurentPrice. Thank you!
  • Post #21,183
  • Quote
  • Oct 31, 2017 11:20pm Oct 31, 2017 11:20pm
  •  neener
  • | Joined May 2015 | Status: Member | 11 Posts
Can someone please code this indicator so that there are TWO reverse values and when BOTH reverse values are executed an arrow shows up. Thank you!
Attached File
File Type: ex4 UniZigZagChannel_v1.9 600+.ex4   73 KB | 183 downloads
  • Post #21,184
  • Quote
  • Oct 31, 2017 11:21pm Oct 31, 2017 11:21pm
  •  neener
  • | Joined May 2015 | Status: Member | 11 Posts
Quoting neener
Disliked
Can someone please code this indicator so that there are TWO reverse values and when BOTH reverse values are executed an arrow shows up. Thank you! {file}
Ignored
Also, when the two reverse values are executed there is an option for email and mobile alert. Thank you!!
  • Post #21,185
  • Quote
  • Nov 1, 2017 4:22am Nov 1, 2017 4:22am
  •  vgyuszko
  • Joined Oct 2013 | Status: Member | 653 Posts
Quoting vgyuszko
Disliked
Dear Coders! can please put in magic number in this EA? THX {file}
Ignored
Can somebody help?
Find it The Best Entry Points
  • Post #21,186
  • Quote
  • Edited at 10:02am Nov 1, 2017 5:41am | Edited at 10:02am
  •  Langenes
  • | Joined Feb 2017 | Status: Member | 41 Posts
Hi Coders,
Does anyone have a working T3 indicator? Its similar to MA but smoother. Its based on Mr. Tillson calculation which u can find here: https://www.technicalindicators.net/...moving-average

I also attach a T3 indicator i found on FF but doesnt seem to work on my mt4 platform.
Any help and or suggestions are greatly appreciated!

Kind regards,
Langenes
(Never mind this post)
Attached File
File Type: mq4 T3MA-MTF.mq4   7 KB | 143 downloads
Everything is probable
  • Post #21,187
  • Quote
  • Nov 1, 2017 5:58am Nov 1, 2017 5:58am
  •  DayLight101
  • | Joined Mar 2017 | Status: Junior Member | 1 Post
Can someone help me code a daily open with alert?

Pop up alert when price touch daily open.

Thank you.
Jem
  • Post #21,188
  • Quote
  • Nov 1, 2017 9:55am Nov 1, 2017 9:55am
  •  Langenes
  • | Joined Feb 2017 | Status: Member | 41 Posts
Quoting Langenes
Disliked
Hi Coders, Does anyone have a working T3 indicator? Its similar to MA but smoother. Its based on Mr. Tillson calculation which u can find here: https://www.technicalindicators.net/...moving-average I also attach a T3 indicator i found on FF but doesnt seem to work on my mt4 platform. Any help and or suggestions are greatly appreciated! Kind regards, Langenes {file}
Ignored
Please disregard previous post. I found a working one (after testing 10 not working ones)
Anyone interested in a T3 indi:

Quoting NKTrade
Disliked
{quote} Maybe you want to test it, see the setting to use Tillson calculation https://www.forex-tsd.com/forum/excl...omment_1799471 {image} {file}
Ignored
Kind regards
Everything is probable
  • Post #21,189
  • Quote
  • Nov 1, 2017 10:30am Nov 1, 2017 10:30am
  •  HumbleLearne
  • | Joined Feb 2016 | Status: Member | 272 Posts
Quoting Langenes
Disliked
{quote} Please disregard previous post. I found a working one (after testing 10 not working ones) Anyone interested in a T3 indi: {quote} Kind regards
Ignored
Hi,
I just saw your post i would be really intrested in checking out T3 indi would you be kind enough to please post it
Warm Regards
  • Post #21,190
  • Quote
  • Nov 1, 2017 10:14pm Nov 1, 2017 10:14pm
  •  t.tradez
  • | Joined Jul 2016 | Status: Member | 15 Posts
Hello,

Can anyone add a trailing stop feature to the following EA?

It is a grid system that uses a user defined number of levels to set incremental pending orders in either direction of the current market price or a specific time, depending on the amount of pips you decide for each level.

If someone can add a trailing stop feature for all orders, this can be a very useful strategy.

Also, if it's possible to incorporate the following MoneyManagement system into the MGrid as well, that would be excellent, I don't know where to insert it..

Inserted Code
extern double Lots = 1;
extern bool MM = false, //Use Money Management or not
FromBalance = false;//Use Balance instead of Margin
extern int Risk = 10; //10%

Inserted Code
//----------------------- ADJUST LOTS IF USING MONEY MANAGEMENT
if(MM)CalculateMM();

Inserted Code
void CalculateMM()
  {
double MinLots=MarketInfo(Symbol(),MODE_MINLOT);
double MaxLots=MarketInfo(Symbol(),MODE_MAXLOT);
    {
     if(FromBalance==false) Lots=AccountFreeMargin()/100000*Risk;
     else if(FromBalance==true) Lots=AccountBalance()/100000*Risk;
    }
  Lots=MathMin(MaxLots,MathMax(MinLots,Lots));
  if(MinLots<0.1)Lots=NormalizeDouble(Lots,2);
  else
    {
    if(MinLots<1)Lots=NormalizeDouble(Lots,1);
    else Lots=NormalizeDouble(Lots,0);
    }
  if(Lots<MinLots)Lots=MinLots;
  if(Lots>MaxLots)Lots=MaxLots;
  }
Attached File
File Type: mq4 mGRID ver7.1.mq4   10 KB | 169 downloads
  • Post #21,191
  • Quote
  • Edited at 11:53pm Nov 1, 2017 11:34pm | Edited at 11:53pm
  •  Moof
  • | Joined Nov 2016 | Status: Member | 131 Posts
Hi Coders,
Can this StdDev Channel indicator be changed so the start and end times are bar times rather than bar ID?
or maybe the "starbar" is time based and the bars for calculation can remain as is.
I want to use it in fxDreema and don't want it to update every new bar.

Thanks

Attached File
File Type: mq4 StandardDeviationChannel.mq4   13 KB | 163 downloads
  • Post #21,192
  • Quote
  • Nov 2, 2017 1:01am Nov 2, 2017 1:01am
  •  KevinSt9
  • | Joined Aug 2015 | Status: Cyborg Scalper | 152 Posts
Hi Everyone,

Hope the trading is awesome!

I am looking for the indicator marked in the photo. Please please please assist, if you have please share.

Saw this on a traders blog, asked where I can get it, but I have had no reply.

Many thanks Guys!

Attached Image (click to enlarge)
Click to Enlarge

Name: KEVIN.jpg
Size: 63 KB
kevinfxtrader blogspot com; 50 PIPS Per Day
  • Post #21,193
  • Quote
  • Nov 2, 2017 2:09am Nov 2, 2017 2:09am
  •  Moof
  • | Joined Nov 2016 | Status: Member | 131 Posts
Quoting KevinSt9
Disliked
Hi Everyone, Hope the trading is awesome! I am looking for the indicator marked in the photo. Please please please assist, if you have please share. Saw this on a traders blog, asked where I can get it, but I have had no reply. Many thanks Guys! {image}
Ignored
Looks like its for mt5
Attached File
File Type: mq5 value_charts.mq5   6 KB | 133 downloads


maybe this mt4 version is the same thing

Attached File
File Type: mq4 Value_Chart_Deluxe_Edition_v1_0_2.mq4   12 KB | 243 downloads
1
  • Post #21,194
  • Quote
  • Nov 2, 2017 2:25am Nov 2, 2017 2:25am
  •  KingGeorge
  • | Joined May 2017 | Status: Keep On Keepin' On | 34 Posts
Hi Everyone

Could someone please convert this indi to a MT5 version?

Big thanks.
Attached File
File Type: mq4 flag_and_pennant.mq4   38 KB | 226 downloads
  • Post #21,195
  • Quote
  • Nov 2, 2017 3:41am Nov 2, 2017 3:41am
  •  KevinSt9
  • | Joined Aug 2015 | Status: Cyborg Scalper | 152 Posts
Quoting Moof
Disliked
{quote} Looks like its for mt5 {file} maybe this mt4 version is the same thing {file}
Ignored
Hi Moof,

Brilliant thanks.

Need to change to MT5, but it feels like a pain. Going to go see if the MT4 works.

Thanks again.
kevinfxtrader blogspot com; 50 PIPS Per Day
1
  • Post #21,196
  • Quote
  • Nov 2, 2017 8:56am Nov 2, 2017 8:56am
  •  highwic
  • | Joined Nov 2015 | Status: Member | 23 Posts
can I get alerts for this
Attached File
File Type: mq4 DT-ZigZag-Lauer Separate.mq4   3 KB | 222 downloads
  • Post #21,197
  • Quote
  • Nov 2, 2017 9:48pm Nov 2, 2017 9:48pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,689 Posts
Quoting vgyuszko
Disliked
Dear Coders! can please put in magic number in this EA? THX {file}
Ignored
can we have indicator instead of EA for this purpose,if we place the order,indicator draws the hidden sl and tp levels for us?
  • Post #21,198
  • Quote
  • Nov 3, 2017 6:49am Nov 3, 2017 6:49am
  •  Botan626
  • Joined Sep 2016 | Status: Member | 1,041 Posts
Quoting mladen
Disliked
{quote} Try it out now (made some other changes too - namely the way they are aligned to the upper chart limit) {file}
Ignored

Hello, mladen.

Unfortunately I discovered an issue with the indicator.

When a template is saved with indicator and loaded, the indicator won't plot the lines for the days which go beyond the day when the template was saved.

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 62 KB



Could you look into this issue and solve it if possible, please?

I'm attaching template too.
Attached File
File Type: tpl 000000000000000000000.tpl   46 KB | 100 downloads
  • Post #21,199
  • Quote
  • Nov 3, 2017 6:57am Nov 3, 2017 6:57am
  •  eazyforex
  • | Joined Mar 2017 | Status: Member | 90 Posts
Quoting fxdaytrader_
Disliked
{quote} ok, I have implemented the EA-stuff from http://www.forexfactory.com/showthre...12#post7394912 into the EA from http://www.forexfactory.com/showthre...12#post7396012 In the backtester it seems to work. pls. notice that I have renamed the EA (mod1) ... {file} {file} {file} {file}
Ignored
very good ea but only one problem after get profit it open again only buy order not start again buy and sell order
why?
  • Post #21,200
  • Quote
  • Nov 3, 2017 8:04pm Nov 3, 2017 8:04pm
  •  TradeForexFx
  • Joined Nov 2006 | Status: Member | 450 Posts
Hi mladen,

Appreciate your help here. I found this Schaff indicator which bears your name. Please create a simple EA from this indicator to take trades at the cross of the two lines. I am also attaching a template for a 1M chart. The first window has a cross of 1Min to 5Min and the next window has a cross of the 1M to 15M. Please have parameters so that we can select the desired cross.

In trying to create one myself, I observed that while you can see the lines crossing, values from the data window could be entirely different and using those values there is no cross as visually presented by the indicator. Really confusing.

Thanks
Attached Files
File Type: mq4 Schaff_Trend_Cycle_-_adjustable_smoothing.mq4   7 KB | 252 downloads
File Type: tpl SchaffTrend.tpl   3 KB | 191 downloads
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 10581059Page 106010611062 2266
    • 1 Page 1060 2266
3 traders viewing now, 1 is a member:
bledubd
  • 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