• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 1:44am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 1:44am
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 36 replies

I will code your pivot EAs for no charge 18 replies

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
  • 35,943
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 971972Page 973974975 2617
  • 1 Page 973 2617
  •  
  • Post #19,441
  • Quote
  • Jun 12, 2017 9:43pm Jun 12, 2017 9:43pm
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Quoting asp123
Disliked
attached msg shown please guide me how to overcome this issue.
Ignored
If you're trying to open the file using Excel, you could open it in Read Only mode and then save the file as a different name. Then you should be able to open the newly saved file, and edit it.
 
 
  • Post #19,442
  • Quote
  • Jun 12, 2017 10:00pm Jun 12, 2017 10:00pm
  •  PrinceJ58
  • Joined Oct 2015 | Status: Focused on the Results | 1,470 Posts
Greetings to one and all.
I am having trouble publishing an indicator on the Mql Community market place. This could really help me in generating some needed funds...
While protecting my products...

The Link takes me to this section of the site:https://docs.mql4.com/mql4changes#compiler_difference
Product has been compiled. Is there something i am missing.
Attached Image (click to enlarge)
Click to Enlarge

Name: Help Needed.png
Size: 42 KB
Attached Image
R:R "Percentage Focus"
 
 
  • Post #19,443
  • Quote
  • Jun 12, 2017 10:05pm Jun 12, 2017 10:05pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,725 Posts
Quoting shrips
Disliked
Also i forgot to ask if anyone has an indicator that alerts me when price touches a specific predetermined level or is within so many pips?
Ignored

  1. specific predetermined level -> Points from Target Price = 0
  2. or is within so many pips -> Points from Target Price > 0
  3. Push Notifications and Email are not available for -> Alert frequency = Repeat - every tick
  4. To clear ~ Repeat - every tick alerts ~ set Target Price = 0 or Reset
  5. No alerts are available if both Target Price = 0;

Attached Image
For quick reset use
Attached Image
Attached File
File Type: ex4 Target_Price_Alerts_v1.ex4   15 KB | 197 downloads
 
 
  • Post #19,444
  • Quote
  • Jun 13, 2017 12:43am Jun 13, 2017 12:43am
  •  asp123
  • | Joined Apr 2017 | Status: Member | 30 Posts
Quoting hanover
Disliked
{quote} If you're trying to open the file using Excel, you could open it in Read Only mode and then save the file as a different name. Then you should be able to open the newly saved file, and edit it.
Ignored
ok... Sir, In mq4/file .csv stored, but what about computer slow and MT4 not responding issue (indicator not letting me run it on mt4).
could you please provide any solution for that



regards,
 
 
  • Post #19,445
  • Quote
  • Jun 13, 2017 12:59am Jun 13, 2017 12:59am
  •  Hairi
  • Joined Jul 2009 | Status: Member | 388 Posts
Quoting PrinceJ58
Disliked
Greetings to one and all. I am having trouble publishing an indicator on the Mql Community market place. This could really help me in generating some needed funds... While protecting my products... The Link takes me to this section of the site:https://docs.mql4.com/mql4changes#compiler_difference Product has been compiled. Is there something i am missing. {image} {image}
Ignored
add #property strict into the code, recompile again.
 
1
  • Post #19,446
  • Quote
  • Jun 13, 2017 4:07am Jun 13, 2017 4:07am
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Quoting asp123
Disliked
what about computer slow and MT4 not responding issue (indicator not letting me run it on mt4). could you please provide any solution for that
Ignored
It looks like the indicator is re-processing the data on every price tick. In the default settings, there are 28 pairs x 5 timeframes x 100 bars = 14,000 inputs/outputs per tick. I expect that kind of overhead would be enough to slow MT4 down, especially as it is opening and closing files also. The obvious solution would be to reduce the number of pairs, timeframes and/or lookback candles.

I don't know why you're getting a "MT4 not responding issue". Perhaps it is the same problem caused by the processing overload?

The original indicator was designed to run on earlier MT4 builds, and process only the current pair and timeframe. It seems that djarum11 changed the default settings, and possibly also some of the program code, to suit his own requirements.
 
 
  • Post #19,447
  • Quote
  • Jun 13, 2017 4:43am Jun 13, 2017 4:43am
  •  Toye
  • | Joined Jun 2017 | Status: Member | 7 Posts
Hello Great coders
Thanks for your contribution to this forum

can you please with code please an EA based on parameters below.

TRADING PARAMETERS
Lot size
Buy or sell on cross of 2 MA & ADX rise
Stop loss
Target profit
Break even
Trailing stop
Grid step ( to add to winning positions)
Multiplier ( the rate of increase from previous lot)
Close basket trades (to. Close all positions when either TP, SL TS is hit.

I've tried some but not all close all trades at once, thereby exposing unclosed trades to losses. The idea is to maximize profit in a trending market situations

Thanks in advance














Hello Metatrader,
Thanks for your contribution to this forum

can you or anyone with coding knowledge please code an EA for me as follows

TRADING PARAMETERS
Lot size
Buy or sell on cross of 2 MA
Stop loss
Target profit
Break even
Trailing stop
Grid step ( to add to winning positions)
Multiplier ( the rate of increase from previous lot)
Close basket trades (to. Close all positions when either TP, SL TS is hit.

Thanks in advance











 
 
  • Post #19,448
  • Quote
  • Edited at 6:50am Jun 13, 2017 6:03am | Edited at 6:50am
  •  DemandSupply
  • Joined Jul 2016 | Status: Member | 215 Posts
Hi MT4 coders.

I seek your help for a popup alert with the MA that it has crossed, symbol and time frame for the below mentioned indicator. An audio alert is already there, but I desire to have a popup alert with symbol and time frame. Ex...Price crossed MA50, EURJPY H1 UP / Price crossed MA50 EURJPY H1 Down

Thanks in advance.

Regards

EDIT : THIS IS NOT A MA CROSS OVER INDICATOR. THIS IS PRICE CROSSING MA.
Attached Files
File Type: ex4 MA_CrossAlert_V1.0.ex4   11 KB | 131 downloads
File Type: mq4 MA_CrossAlert_V1.0.mq4   3 KB | 165 downloads
 
 
  • Post #19,449
  • Quote
  • Jun 13, 2017 6:11am Jun 13, 2017 6:11am
  •  MarcS83
  • | Joined Jun 2017 | Status: Member | 14 Posts
Hi folks,

can you create a fibonacci retracement indicator which allows to adjust periods. Fibonacci shall be calculated from highest high to lowest low and vice versa. This information should be displayed on chartwindow.

Thank you
Marc
 
 
  • Post #19,450
  • Quote
  • Jun 13, 2017 6:43am Jun 13, 2017 6:43am
  •  Alexandrovfx
  • | Membership Revoked | Joined Mar 2017 | 41 Posts
there are good professional softwares that you can create EAs with custom indicators.
 
 
  • Post #19,451
  • Quote
  • Jun 13, 2017 6:50am Jun 13, 2017 6:50am
  •  asp123
  • | Joined Apr 2017 | Status: Member | 30 Posts
Quoting hanover
Disliked
{quote} It looks like the indicator is re-processing the data on every price tick. In the default settings, there are 28 pairs x 5 timeframes x 100 bars = 14,000 inputs/outputs per tick. I expect that kind of overhead would be enough to slow MT4 down, especially as it is opening and closing files also. The obvious solution would be to reduce the number of pairs, timeframes and/or lookback candles. I don't know why you're getting a "MT4 not responding issue". Perhaps it is the same problem caused by the processing overload? The original indicator...
Ignored
thank u very much .....Sir

if you have this kind of indicator which write .csv of all 28 pairs OHLCV with input tf in all in one .csv ,,,Please provide me or give some ref. thread where i
can look in to (except - output history thread)


Thanking you a lot with Lot of respect ..for ur kindness and support.
 
 
  • Post #19,452
  • Quote
  • Edited at 12:07pm Jun 13, 2017 10:21am | Edited at 12:07pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,725 Posts
Quoting DemandSupply
Disliked
Hi MT4 coders. Regards EDIT : THIS IS NOT A MA CROSS OVER INDICATOR. THIS IS PRICE CROSSING MA. {file} {file}
Ignored
The linked indicator includes PRICE CROSSING MA. Read lower post for clarification.

  1. https://www.forexfactory.com/showthr...94#post9753994
  2. https://www.forexfactory.com/showthr...97#post9765697

 
 
  • Post #19,453
  • Quote
  • Jun 13, 2017 11:26am Jun 13, 2017 11:26am
  •  Ranothil
  • | Joined Sep 2016 | Status: Member | 3 Posts
I would really appreciate if someone could code an EA for a "stop-limit order." Here's some information about the order type.
http://www.investopedia.com/terms/s/stop-limitorder.asp

It's a standard order type on the NYSE.

Basically, in order to minimize the impact of slippage, instead of placing a sell stop below the market, you wait for the market to fall to your level and then place a sell limit order one point above the bid price. The only input required for the EA would be the price you want to sell at, and TP and SL levels.
 
 
  • Post #19,454
  • Quote
  • Jun 13, 2017 12:07pm Jun 13, 2017 12:07pm
  •  PrinceJ58
  • Joined Oct 2015 | Status: Focused on the Results | 1,470 Posts
Quoting Hairi
Disliked
{quote} add #property strict into the code, recompile again.
Ignored
Thank you so much Hairi, Keep up the good work.
Now i realize how powerful one line of code can be.


All is well now, I aim to be like those before me, like the great coders on this FF. I also hope to become better at what i am trying do as I am no pro, but with this i may help others hopefully. Thanks to one and all.
Attached Images
R:R "Percentage Focus"
 
1
  • Post #19,455
  • Quote
  • Jun 13, 2017 12:31pm Jun 13, 2017 12:31pm
  •  DemandSupply
  • Joined Jul 2016 | Status: Member | 215 Posts
Quoting Phylo
Disliked
{quote} The linked indicator includes PRICE CROSSING MA. Read lower post for clarification. https://www.forexfactory.com/showthr...94#post9753994 https://www.forexfactory.com/showthr...97#post9765697
Ignored
Hi Phylo,
Thanks for your reply.

Regards.
 
 
  • Post #19,456
  • Quote
  • Jun 13, 2017 12:46pm Jun 13, 2017 12:46pm
  •  SupCnR
  • | Commercial Member | Joined May 2017 | 86 Posts
For no charge?
But will you share the strategy with others?
Chase your dreams, because nobody will do it for you.
 
 
  • Post #19,457
  • Quote
  • Jun 13, 2017 1:23pm Jun 13, 2017 1:23pm
  •  Shakka
  • | Joined Jun 2017 | Status: Superior | 152 Posts
dear all great coders/programmers..
I really need your help to improve my EA..

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 70 KB


I want you to add only one function so that this EA will open the trade at specific time with format HH:MM:SS, for example 12:15:30.
I think, this is not something that is difficult for you to do.
I hope that someone will read my post and grant my wish as soon as possible..
and if this EA is profitable, I will give an update later on..

Best regards,
Shakka
Attached File
File Type: mq4 Open MOrder 2Pairs Size SL TP MagicNo EA.mq4   4 KB | 144 downloads
Gambling = 0% skill, 100% luck. Trading = 1% skill, 99% luck.
USA INDEX - two {continuation} All Time Return: 3.5%
 
 
  • Post #19,458
  • Quote
  • Jun 13, 2017 1:29pm Jun 13, 2017 1:29pm
  •  DianaT
  • | Joined Jan 2017 | Status: Member | 24 Posts
Hello everyone, I would need your help to modify an EA, its been coded wrong, it needs to be changed 2 conditions:
1) the buy/sell condition has to meet the steps described bellow ( have a look on "steps for a BUY/SELL signal" );
2) a condition of a maximum one trade per hour since the last trade was opened ( it has coded a similar condition but it is one trade per hour and usually it is opening a trade without meeting the buy/sell criterias in the first seconds of a new hour, which is wrong )

I have an EA based on renko charts, so:
-2 renko charts: M2 and M3, both of them based on M1 timeframe;
-both of them have the same indicators: C, Momentum, Moving Average ( Simple ) applied to the Momentum indicator;

steps for a BUY signal:
1) on both charts ( M2 and M3 ) the C indicator has to be BLUE or YELLOW, no metter if the price it is bellow C indicator, as long the C indicator it is blue or yellow the condition it is valid;
2) on M2 Momentum has to be above MA;
3) when on M3 Momentum crosses above MA is the Buy signal ( but only after the brick is closed );
4) if the spread it is bigger than Spread from EA Inputs is not gonna open the position;
** the calculation its made on the closing of renko bricks for both charts;
** if on the M3 the Momentum was above MA, but on M2 Momentum just crossed above MA it is not a valid BUY signal (so if on M2 Momentum crosses later than on M3 is not a valid BUY signal);

the Sell signal its pretty much the opposite:
1) on both charts ( M2 and M3 ) the C indicator has to be RED or YELLOW, no metter if the price it is above C indicator, as long the C indicator it is RED or YELLOW the condition it is valid;
2) on M2 Momentum has to be below MA;
3) when on M3 Momentum crosses below MA is a SELL signal ( but only after the brick is closed );
4) if the spread it is bigger than Spread from EA Inputs is not gonna open the position;
** the calculation its made on the closing of renko bricks;
** if on the M3 the Momentum was below MA, but on M2 Momentum just crossed bellow MA it is not a valid SELL signal (so if on M2 Momentum crosses later than on M3 is not a valid SELL signal);


Your help would be very very appreciated,a BIG thank you in advance! I`ve attached the indicators and EA below plus a picture of 3 Sell signals occured yesterday ( on M2 I drew 3 lines to show the position of Momentum, MA and C indicators when the signals occured on M3, so basically the trade will be opened on M3 at the begining of the next brick after the vertical line ).
Attached Image (click to enlarge)
Click to Enlarge

Name: gbpjpy m2m3.png
Size: 96 KB
Attached Files
File Type: ex4 C.ex4   16 KB | 127 downloads
File Type: mq4 C.mq4   4 KB | 163 downloads
File Type: ex4 G Renko EA (1).ex4   18 KB | 139 downloads
File Type: ex4 Global_Crosshairs.ex4   11 KB | 158 downloads
File Type: ex4 MA_Momentum.ex4   9 KB | 168 downloads
File Type: ex4 RenkoLiveChart_v3.2.ex4   12 KB | 133 downloads
File Type: mq4 RenkoLiveChart_v3.2.mq4   14 KB | 157 downloads
File Type: mq4 G Renko EA.mq4   9 KB | 170 downloads
 
 
  • Post #19,459
  • Quote
  • Jun 13, 2017 2:05pm Jun 13, 2017 2:05pm
  •  wifiguy
  • | Joined Jun 2013 | Status: Member | 65 Posts
I use a simple indicator which just shows an arrow when 2 ma's cross. I need to use a -1 shift on the slow ma. Always there is an arrow pointing down after an upward shift and after every candle there is another down arrow. Anyone know how to fix this?



Attached File
File Type: mq4 MA_Shift_Crossover_Alert.mq4   8 KB | 237 downloads
 
 
  • Post #19,460
  • Quote
  • Jun 13, 2017 2:07pm Jun 13, 2017 2:07pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,725 Posts
Quoting wifiguy
Disliked
I use a simple indicator which just shows an arrow when 2 ma's cross. I need to use a -1 shift on the slow ma. Always there is an arrow pointing down after an upward shift and after every candle there is another down arrow. Anyone know how to fix this? {file}
Ignored

  1. https://www.forexfactory.com/showthr...94#post9753994
  2. https://www.forexfactory.com/showthr...97#post9765697

 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 971972Page 973974975 2617
    • 1 Page 973 2617
13 traders viewing now, 4 are members:
Invisible
,
ALIpk1317
,
A4b4c4d
,
Invisible
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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 / ©2022