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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 181 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 14641465Page 146614671468 2220
  • 1 Page 1466 2220
  •  
  • Post #29,301
  • Quote
  • May 31, 2019 10:37am May 31, 2019 10:37am
  •  luisinho
  • Joined Oct 2015 | Status: Member | 96 Posts
Quoting Fx.art
Disliked
{quote} hi luisinho ...
Ignored
cool

meanwhile, if i learn the other way, i'll tell you

i'm not a real coder like some people around here ... just learned a bit here and there ... let's see



have a nice day / weekend

(:
1
  • Post #29,302
  • Quote
  • May 31, 2019 2:10pm May 31, 2019 2:10pm
  •  C860
  • | Joined Apr 2019 | Status: Member | 6 Posts
can someone plz fix this indicator
problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this??
Attached Images (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 107 KB Click to Enlarge

Name: Screenshot2.png
Size: 106 KB
Attached File
File Type: mq4 Candlestick - CustomCandle_TRO_MODIFIED_VERSION.mq4   11 KB | 112 downloads
  • Post #29,303
  • Quote
  • May 31, 2019 3:25pm May 31, 2019 3:25pm
  •  Fx.art
  • | Joined May 2019 | Status: Member | 17 Posts
Quoting C860
Disliked
can someone plz fix this indicator problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this?? {file} {image} {image}
Ignored
hi C860
it's bad indicator, it's too Heavy for run and need to much ram, my system getting so slow for run this indicator, its need Limit for the number of candles.
i cant edit the code, Because I'm not a programmer
but let's try this one. i hope it work for you
Attached Image (click to enlarge)
Click to Enlarge

Name: try.png
Size: 113 KB
1
  • Post #29,304
  • Quote
  • May 31, 2019 3:56pm May 31, 2019 3:56pm
  •  thisara1
  • | Commercial Member | Joined Sep 2018 | 1,256 Posts
hellow friends i need help highlight my chart indicator,,,
you can code convert it mq5
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_295.jpg
Size: 240 KB
  • Post #29,305
  • Quote
  • May 31, 2019 4:41pm May 31, 2019 4:41pm
  •  Liovannix
  • | Commercial Member | Joined Sep 2015 | 431 Posts
Quoting c860
Disliked
can someone plz fix this indicator problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this?? {file} {image} {image}
Ignored
is it different from this?
Attached Files
File Type: ex4 M-Candles.ex4   14 KB | 110 downloads
File Type: mq4 M-Candles.mq4   8 KB | 131 downloads
1
  • Post #29,306
  • Quote
  • Edited at 6:29pm May 31, 2019 6:10pm | Edited at 6:29pm
  •  Beerrun
  • Joined Jan 2016 | Status: Good Coder | Bad Trader | 458 Posts
Quoting C860
Disliked
can someone plz fix this indicator problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this?? {file} {image} {image}
Ignored
Added #property strict, removed errors and warnings, and fixed the timeframe change issue. The issue was the counted bars not being updated quickly enough when timeframe changed, IndicatorCounted()=0 even after a first pass of the main loop. Also it was looping through bar numbers and not positions, the last position checked did not exist, causing the heavy running Fx.art stated. -1 added to loop counter.
Attached File
File Type: mq4 Candlestick - CustomCandle_TRO_MODIFIED_VERSION.mq4   23 KB | 207 downloads
2
  • Post #29,307
  • Quote
  • Edited Jun 1, 2019 7:23am May 31, 2019 6:14pm | Edited Jun 1, 2019 7:23am
  •  maximumguita
  • Joined Apr 2015 | Status: Member | 1,031 Posts | Invisible
Quoting lamontees
Disliked
hello guys! i usually use this previous range indicators its a very useful, but it does not output at the same time frame.. and could i add to extension line ? always thank you good coders ! {file} {file}
Ignored

look here, this should do it also or better:

https://www.forexfactory.com/showthr...7#post12058877
(.)(.) think first ...
  • Post #29,308
  • Quote
  • May 31, 2019 8:25pm May 31, 2019 8:25pm
  •  modanetfx
  • | Joined Sep 2014 | Status: Member | 37 Posts
Please can someone help me to add an alert to this indicator whenever the up and down arrows appear . . Thanks for your time .
Attached File
File Type: mq4 Up & Down .mq4   8 KB | 163 downloads
  • Post #29,309
  • Quote
  • May 31, 2019 8:35pm May 31, 2019 8:35pm
  •  fxanalysis
  • Joined Jan 2017 | Status: fxa | 239 Posts
Quoting C860
Disliked
can someone plz fix this indicator problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this?? {file} {image} {image}
Ignored
https://www.forexfactory.com/showthr...30#post6392530
Attached File
File Type: mq4 LargeTimeFrame.mq4   4 KB | 118 downloads
Know thyself
1
  • Post #29,310
  • Quote
  • Jun 1, 2019 3:31am Jun 1, 2019 3:31am
  •  sogff
  • | Joined Nov 2010 | Status: Member | 44 Posts
Please this DMI indicator is only showing the level 60 and 0 lines. It is not showing other parameters as per attached and I don’t know why. Kindly help me to fix this problem.
Attached Image (click to enlarge)
Click to Enlarge

Name: DMIPic.gif
Size: 33 KB
Attached File
File Type: mq4 DMI.mq4   7 KB | 99 downloads
  • Post #29,311
  • Quote
  • Jun 1, 2019 4:02am Jun 1, 2019 4:02am
  •  gianniko
  • | Joined Sep 2012 | Status: Member | 83 Posts
Salve qualcuno può aggiungere un send mail a questo indicatore?. Infinite grazie.
Attached File
File Type: mq4 BuySel Alert.mq4   7 KB | 191 downloads
Attached File
File Type: mq4 BuySel Alert.mq4   7 KB | 191 downloads
  • Post #29,312
  • Quote
  • Jun 1, 2019 4:44am Jun 1, 2019 4:44am
  •  japfx
  • | Joined Jan 2011 | Status: Member | 287 Posts
Dear Coders and leaders


kindly help me add Auto-refresh to this indicator . Thanks in advance
Attached File
File Type: mq4 Three_Day_Rolling_Pivot-mod.mq4   4 KB | 124 downloads
  • Post #29,313
  • Quote
  • Jun 1, 2019 8:39am Jun 1, 2019 8:39am
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 4,712 Posts
Quoting C860
Disliked
can someone plz fix this indicator problem is that when i attach this indicator to any chart that time it ok & looks like the first picture but when i save that chart as a template & reopen that template it become like second picture or also when i change the chart then also it become like the second picture so plz can someone help me & fix this?? {file} {image} {image}
Ignored
Very nice colorful chart it beats my black background chart any day
  • Post #29,314
  • Quote
  • Jun 1, 2019 1:13pm Jun 1, 2019 1:13pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,687 Posts | Online Now
Quoting sogff
Disliked
Please this DMI indicator is only showing the level 60 and 0 lines. It is not showing other parameters as per attached and I don’t know why. Kindly help me to fix this problem. {image}{file}
Ignored
Try this working version,almost extended and signaling (buy sell) and alerting
(DI plus,DI minus,DX,ADX,ADXR) capable
different formations can be achieved by playing parameters

Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDH1-di plus minus.png
Size: 37 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDH1.png
Size: 42 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: p.png
Size: 204 KB
Attached File
File Type: ex4 DMI.ex4   25 KB | 194 downloads
Indicator is just a supportive tool-Use it only if it can benefit you
  • Post #29,315
  • Quote
  • Jun 1, 2019 9:16pm Jun 1, 2019 9:16pm
  •  Powter
  • | Commercial Member | Joined Jun 2019 | 18 Posts
Hello, all of you
I need a Simple Script with condition:
1)Only buy next order when the price moves 5 pips and and set take profit for those orders to 5 pips (The first calculated distance since I drop the script into the chart). Do not set stop loss.
2) I want to set the maximum number of buy orders later.
Thank you very much
  • Post #29,316
  • Quote
  • Jun 1, 2019 9:19pm Jun 1, 2019 9:19pm
  •  Powter
  • | Commercial Member | Joined Jun 2019 | 18 Posts
please, send to me source code of file above.
Thank you very much
  • Post #29,317
  • Quote
  • Jun 1, 2019 11:05pm Jun 1, 2019 11:05pm
  •  Wolfy.trader
  • Joined Jul 2016 | Status: Trading | 54 Posts
Hello fellow Coders,

I need your help,
I found an instruction about RSI/MACD indicator from a professional at Quora app, It says to invert these indicators..?!

Attachment below is the screenshot of the instructions.



P.S Am I misunderstanding something(red rectangle) or is it possible to make an inverted version of those indicators ? if yes can anyone help me with this.....I'm not a coder

Sincerely,
WT
Attached Image (click to enlarge)
Click to Enlarge

Name: photo_2019-06-01_03-55-01.jpg
Size: 178 KB
Nothing fucks you harder than Time
  • Post #29,318
  • Quote
  • Jun 2, 2019 2:02am Jun 2, 2019 2:02am
  •  SirOrigami
  • | Joined Jan 2011 | Status: Retired | 211 Posts
MT5:

Trying to inject the option of: Lines being drawn in the Background,
Any ideas?

#property copyright "I drink Sprite 2019, No rights reserved."
#property link "www.forexfactory.com"
#property version "2.0"
#property description "Horisontal Lines,"
#property indicator_chart_window
#include <chartobjects/chartobjectslines.mqh>
#include <arrays/list.mqh>
#include <trade/trade.mqh>
input int lines = 20;
input int interval = 100;
input ENUM_LINE_STYLE line_style = STYLE_DOT;
input int line_width = 1;
input color line_color = C'47,151,255';
const string prefix = "__gridlines__";

class GLine : public CChartObjectHLine {
static int s_inst;
public:
bool Create(double price) {
string name = prefix + string(++s_inst);
if (!CChartObjectHLine::Create(0, name, 0, price))
return false;
bool mod_settings = (
this.Color(line_color)
&& this.Style(line_style)
&& this.Width(line_width)
);
return mod_settings;
}
};
int GLine::s_inst = 0;
CList g_lines;
//+------------------------------------------------------------------+
int OnInit()
{
ObjectsDeleteAll(0, prefix);
CSymbolInfo si;
si.Name(_Symbol);
si.RefreshRates();
double base_price = si.Ask();
int multipler = (int)pow(10, si.Digits());
double pip_value = si.Point();
long temp_price = (long)(base_price * multipler);
temp_price = temp_price - temp_price % 1000;
base_price = temp_price * pip_value;
for (int i=0; i<lines; i++) {
double p1 = base_price + i * interval * pip_value;
double p2 = base_price - i * interval * pip_value;
GLine *line1 = new GLine();
GLine *line2 = new GLine();
g_lines.Add(line1);
g_lines.Add(line2);
if (!line1.Create(p1) || !line2.Create(p2))
return INIT_FAILED;
}
return (INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
const int prev_calculated,
const datetime &time[],
const double &open[],
const double &high[],
const double &low[],
const double &close[],
const long &tick_volume[],
const long &volume[],
const int &spread[])
{
return (rates_total);
}
//+------------------------------------------------------------------+
// James
  • Post #29,319
  • Quote
  • Jun 2, 2019 2:06am Jun 2, 2019 2:06am
  •  zhangmian
  • | Joined Nov 2011 | Status: Member | 4 Posts
Can you help me code this indicator?
Attached File
File Type: mq4 MACD_OsMA_4ColorH_2LVar1_mtf.mq4   9 KB | 130 downloads
  • Post #29,320
  • Quote
  • Edited at 5:04pm Jun 2, 2019 3:25am | Edited at 5:04pm
  •  Rivamann
  • | Joined Nov 2017 | Status: Member | 30 Posts
Hello everyone!

I just wondering if someone could help with this ema crossover. I simply want the EA to hide sl and tp from the broker

Best regard
Henning

Attached File
File Type: mq4 EMA Cross EA v2.mq4   34 KB | 176 downloads
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 14641465Page 146614671468 2220
    • 1 Page 1466 2220
5 traders viewing now
  • 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