• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 11:41pm
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 11:41pm
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,829
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 163164Page 165166167 1589
  • 1 Page 165 1589
  •  
  • Post #3,281
  • Quote
  • Dec 12, 2013 3:41am Dec 12, 2013 3:41am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
what kind of alert? looks like a nanningbob 10.6 dashboard.
there are several indicators checked, so alert if one is above/under a value, all under/above, whatever?

I personally do not install every indicator I help to add alerts or whatever. load the code and see, and if i have the fun i try to solve the problem. it is very seldom I install in my mt4's, check, etc.

edit: that indicator seems to slow extremely down/crash my mt4, cpu problem or whatever
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,282
  • Quote
  • Dec 12, 2013 5:30am Dec 12, 2013 5:30am
  •  manoj_3986
  • Joined Mar 2013 | Status: Member | 312 Posts
Quoting fxdaytrader_
Disliked
I see 2 options: a.) you could save the mptm under a new name (for example synergy.mtpm.mq4) and change the settings there and load it on another chart. b.) It would be possible to change the mptm-logics, implement exceptions for synergy, etc., but I do not want to do this because I do not have the fun to do it and I cannot see any reason for doing so. Maybe somebody else likes to do that, ...
Ignored

Now I have changed the parameter as trade this pair true and manage all pair false. Currently I have opened buy trade on usdjpy 4h. Trade manager is continuously giving following message in expert tab. I hope this will not affect the function of trade manager please confirm.

2013.12.12 10:26:58 Multi purpose trade manager.synergy USDJPY,H4: SynergyStopLoss(): Closed SELL order ticket=42627863 on Synergy-Indicator Colorchange ...
  • Post #3,283
  • Quote
  • Dec 12, 2013 5:41am Dec 12, 2013 5:41am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
I do not think so, but thanks for the spotting

But to stop it (and prevent this is filling your harddisk with that messages, as few 10.000 will end you up with 0 diskspace remaining until you clean the logfiles) please go to ~line 2777 (or ~lines up from the end of file), change the bool result=true; to bool result=FALSE;

Or download again, i've set managealltrades=false and manage this pair only=true also ...
Attached File
File Type: mq4 Multi purpose trade manager.synergy.mq4   108 KB | 317 downloads
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,284
  • Quote
  • Dec 12, 2013 7:24am Dec 12, 2013 7:24am
  •  romram
  • | Joined Nov 2013 | Status: Member | 70 Posts
hello fxdaytrader

just wanne know if you can do a indicator for that marlh ea, with stoploss line and entry and 1 to 1 , 2to 1, 3to 1 indication and with a filter option 20ma,50ma,100ma

kind regards

morne FROM SA

VIVA NELSON MANDELA!! rip.
  • Post #3,285
  • Quote
  • Dec 12, 2013 7:30am Dec 12, 2013 7:30am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
I am sorry, but at the moment I cannot be bothered, I've no fun to do that actually
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,286
  • Quote
  • Dec 12, 2013 12:24pm Dec 12, 2013 12:24pm
  •  romram
  • | Joined Nov 2013 | Status: Member | 70 Posts
thats fine i understand FXDAYTRADER , THANX FOR THE HELP, I AM BUSY WRITING MY OWN CODES ALREADY I HAD A CRASH COURSE YESTERDAY

HAPPY TRADING

KIND REGARDS
MORNE
  • Post #3,287
  • Quote
  • Dec 12, 2013 1:30pm Dec 12, 2013 1:30pm
  •  jmn5611
  • Joined Oct 2012 | Status: Trade Small, Win Big | 5,266 Posts
Quoting fxdaytrader_
Disliked
what kind of alert? looks like a nanningbob 10.6 dashboard. there are several indicators checked, so alert if one is above/under a value, all under/above, whatever? I personally do not install every indicator I help to add alerts or whatever. load the code and see, and if i have the fun i try to solve the problem. it is very seldom I install in my mt4's, check, etc. edit: that indicator seems to slow extremely down/crash my mt4, cpu problem or whatever
Ignored

It is a 10.6 modified to suit my needs. I need the alert to tell me when one of the symbols has both stoch above 80 or below 20. If you can help, that would be great!
Separation is in the preparation--Russell Wilson
  • Post #3,288
  • Quote
  • Dec 12, 2013 7:59pm Dec 12, 2013 7:59pm
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
I think you should work with arrays there. Since I would have to look how to do it (I do not use arrays very often so I cannot do this ad hoc) I cannot be bothered to do so.

Maybe somebody else will do it for you ...
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,289
  • Quote
  • Dec 12, 2013 9:40pm Dec 12, 2013 9:40pm
  •  manoj_3986
  • Joined Mar 2013 | Status: Member | 312 Posts
Quoting fxdaytrader_
Disliked
I do not think so, but thanks for the spotting But to stop it (and prevent this is filling your harddisk with that messages, as few 10.000 will end you up with 0 diskspace remaining until you clean the logfiles) please go to ~line 2777 (or ~lines up from the end of file), change the bool result=true; to bool result=FALSE; Or download again, i've set managealltrades=false and manage this pair only=true also ... {file}
Ignored

Thank you so very much.
  • Post #3,290
  • Quote
  • Dec 13, 2013 1:08am Dec 13, 2013 1:08am
  •  jmn5611
  • Joined Oct 2012 | Status: Trade Small, Win Big | 5,266 Posts
Quoting fxdaytrader_
Disliked
I think you should work with arrays there. Since I would have to look how to do it (I do not use arrays very often so I cannot do this ad hoc) I cannot be bothered to do so. Maybe somebody else will do it for you ...
Ignored
Arrays.....got it....thanks!
Separation is in the preparation--Russell Wilson
  • Post #3,291
  • Quote
  • Dec 13, 2013 1:28am Dec 13, 2013 1:28am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
I would try to do it in that way:

double PairSignalsArray[][];
ArrayResize(PairSignalsArray, NUMBEROFPAIRS);

and then if the stoch is >< 80/20 I would check PairSignalsArray[Pair][LASTSIGNAL], so if lastsignal was not longsignal for example, i would give an long-alert (lastsignal holds the last alert).
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,292
  • Quote
  • Dec 13, 2013 5:15am Dec 13, 2013 5:15am
  •  Mroue26
  • | Joined Dec 2013 | Status: Member | 303 Posts
guys is it possible to add automated (buy/sell) orders depending on RSI and STOCHASTIC crossover (rsi:8)(sto:14.3.3) levels (30--70) (20--80) to this closing EA ?
so it opens trades on the right time and closes after profit target reached? please i need ur help
Attached File
File Type: mq4 close all positions at profit target.mq4   5 KB | 183 downloads
  • Post #3,293
  • Quote
  • Dec 13, 2013 3:27pm Dec 13, 2013 3:27pm
  •  Lancaster
  • | Joined Jun 2008 | Status: Member | 30 Posts
Hey gang,

I have a quick request, and most likely it's out there somewhere I just don't know how to search for it:

Does anybody have access to a simple script that will bring SL to breakeven +1 pip profit (or let me set a custom amount of BE+pips)? I know there are several BE scripts, but if someone could show me one that lets me do BE plus profit (or can show me how to modify this) I would appreciate it.

Thanks in advance, and sorry if its in front of my face and I'm just not seeing it,
Lan
  • Post #3,294
  • Quote
  • Edited at 6:29pm Dec 13, 2013 5:56pm | Edited at 6:29pm
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
Quoting Lancaster
Disliked
Does anybody have access to a simple script that will bring SL to breakeven +1 pip profit (or let me set a custom amount of BE+pips)? I know there are several BE scripts, but if someone could show me one that lets me do BE plus profit (or can show me how to modify this) I would appreciate it. Thanks in advance, and sorry if its in front of my face and I'm just not seeing it, Lan
Ignored
Most ordermanager EA should do that, for example the mptm (multi purpose trade manager), some post above ...
set breakevenprofit to 1 and breakeventarget to xpips (the amount of pips has to be gained before the EA is going to set to BE)
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,295
  • Quote
  • Dec 13, 2013 6:05pm Dec 13, 2013 6:05pm
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
Quoting Mroue26
Disliked
guys is it possible to add automated (buy/sell) orders depending on RSI and STOCHASTIC crossover (rsi:8)(sto:14.3.3) levels (30--70) (20--80) to this closing EA ? so it opens trades on the right time and closes after profit target reached? please i need ur help {file}
Ignored
Yes, it is possible.

But I cannot be bothered to do it (no problem for you, enough others around here, maybe someone will do it, or pay somebody to mod. the ea), and I will explain why:

In another thread you asked if somebody could change that EA (see your post here):
Quoting Mroue26
Disliked
can make another copy of it but targeting the profitable trades ammount by PIPS not the value (bcz u know 1 pip for silver is different than 1 pip of EUR/USD).. all i want is to define profits by How many pips in profit i.e: (2 pips) not ($10.0) is it possible please ?????
Ignored
my answer and the attached EA with the mods (did you try them, does it work?) you found here

No feedback, nothing. It is ok. But to upload the OLD version to another thread and asking for modifications before testing the new one? And if somebody does the implementation of the rsi-rules, what comes next? The same question as before (change profit-target to pips)?
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,296
  • Quote
  • Dec 13, 2013 6:38pm Dec 13, 2013 6:38pm
  •  Lancaster
  • | Joined Jun 2008 | Status: Member | 30 Posts
Quoting fxdaytrader_
Disliked
{quote} Most ordermanager EA should do that, for example the mptm (multi purpose trade manager), some post above ... set breakevenprofit to 1 and breakeventarget to xpips (the amount of pips has to be gained before the EA is going to set to BE)
Ignored
Thanks for your reply fx!

I'm familiar with Steve's mptm, and it is fully awesome and multi functional. I guess I was looking to see if it could be done as a script instead so I could leave the EA slot open for something else. But if the EA is the best way, I will test that path.

again thank you

Lan
  • Post #3,297
  • Quote
  • Dec 14, 2013 2:35am Dec 14, 2013 2:35am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
Quoting Lancaster
Disliked
so I could leave the EA slot open for something else
Ignored
I do not see any problems - open the same chart again, or any other pairs chart (if you manage all pairs), ...

Quoting cbshooter
Disliked
I have an indicator that I got for free on the internet. It does not produce a signal. It instead tells you that there is enough volume or volitility to start trading and helps keep you out of the market at bad times. When the green line crosses to the top it is time to watch your chart for signals. It would be great if someone could add an alarm to this indicator. thanks in advance. Bob {image} {file}
Ignored
Nice indicator, thanks for bring this up

You forgot to attach the mql4-file. But it does not matter, the indicator is free, found it via google.
The name of it is "Damiani Volatmeter" and if I understand it right it checks if there is enough volatility (= no ranging market) to trade.
If some of you guys do not know what the name means: It is the name of the creator of the (maybe useful) indicator, Luis Guilherme Damiani.

I have renamed the indi to "Damiani Volatmeter v3.2 Alerts.mq4" and implemented the usual alert-stuff (popup, sound, email, pushnotificaton(sms)), but not tested yet. I set an buffer (no. 3) for each signal also, so it should be possible to use this indicator within an EA (iCustom-command), see sourcecode for an explanation and example (not tested yet, but should work)
Attached File
File Type: mq4 Damiani Volatmeter v3.2 Alerts.mq4   8 KB | 1,471 download
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,298
  • Quote
  • Dec 14, 2013 2:40am Dec 14, 2013 2:40am
  •  fxdaytrader_
  • Joined Jan 2011 | Status: UberTroll | 1,847 Posts
Quoting cbshooter
Disliked
I have an indicater which is available for free on the internet MACD2.
Ignored
you must attach the mq4-file, .ex4 cannot be edited
PM me with coding requests and I'll probably put you on my ignore list
  • Post #3,299
  • Quote
  • Dec 15, 2013 3:18am Dec 15, 2013 3:18am
  •  erksa
  • Joined Jul 2010 | Status: Member | 195 Posts
I wonder if the Mikahekin indicator repaints or not? Can somebody here anwer my question, please? Thank you in advance.
Attached File
File Type: mq4 mikahekin.mq4   5 KB | 603 downloads
Imparo ancora
  • Post #3,300
  • Quote
  • Dec 15, 2013 4:37am Dec 15, 2013 4:37am
  •  romram
  • | Joined Nov 2013 | Status: Member | 70 Posts
Quoting erksa
Disliked
I wonder if the Mikahekin indicator repaints or not? Can somebody here anwer my question, please? Thank you in advance. {file}
Ignored

hi i have run the indicator on my simulator and it does not repaint, what time frame you wanne trade with?
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 163164Page 165166167 1589
    • 1 Page 165 1589
11 traders viewing now, 2 are members:
novela
,
limth
  • 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