I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} The Indicator has been downloaded 25 times, I can't believe no code is interested to take a look at it. Please take a look, I'm sure you can do it (dealing with my request). Regads {file}Ignored
Disliked{quote} danjuma- Yes there is. Click and hold on the title bar of the Terminal window and drag it to the chart window and let go.Ignored
DislikedHi Everyone, I'm hoping someone can help me with this: I need a script to place an instant buy or sell order together with a SL and TP. I have these scripts but they don't work. {file}{file} If anyone can help me I would be forever in your debt.Ignored
Disliked{quote} Hello cyber1. Thank you most kindly. Unfortunately, I have tried your suggestion but it does not seem to work (unless I have misunderstood you)Ignored
Disliked{quote} Please try the scripts are given under link below may help you. http://www.forexfactory.com/showthread.php?t=193727 Regards, MotiIgnored
Disliked{quote} Hi xetrader, Made the EA if I understood your requirements correctly. Unfortunately, doesn't seem to be long run profit. Maybe you can make it profitable. {file}Ignored
Disliked{quote} thanks mate. maybe i can do that. until now i was doing it manually and got positive results.Ignored
Disliked{quote} Hi xetrader, Made the EA if I understood your requirements correctly. Unfortunately, doesn't seem to be long run profit. Maybe you can make it profitable. {file}Ignored
Disliked{quote} ffjbentz- Thought I'd look at the code a bit and noticed this: long_trade = iStochastic(Symbol(),0,k_period,d_period,slowing,MODE_SMA,STO_LOWHIGH,MODE_SIGNAL,0)<=10 && iStochastic(Symbol(),0,k_period,d_period,slowing,MODE_SMA,STO_LOWHIGH,MODE_SIGNAL,1)>=10; short_trade = iStochastic(Symbol(),0,k_period,d_period,slowing,MODE_SMA,STO_LOWHIGH,MODE_SIGNAL,)>=90; iStochastic(Symbol(),0,k_period,d_period,slowing,MODE_SMA,STO_LOWHIGH,MODE_SIGNAL,1)<=90;Ignored
Disliked{quote} This was quote from xetrader's parameters: When price OB at 90 it must open Sell and set tp to 10 pips and when price is OS at 10 it must open Buy and set tp to 10 pips. It's never (or rarely) going to be exactly 10 and 90, so I make it for the previous candle is <=10 and current candle is >=10 for a buy, which means it just passed through the value 10. And same logic for the short trade at 90.Ignored
DislikedHi, My requirement is for a simple trend indicator. Entry at double EMA crossing with confirmation from RSI and exit at highest high and lowest low. The signals should be a confirmed one with no repaint, if possible. Presently am using three indicators: 1. Double EMA crossing; 2. RSI; 3. Swing zigzag. Now i want one simple indicator with the combination of these three indicators showing clear entry and exit signal. Let me explain the required signals: 1) Buy entry signal at double ema crosover from down and RSI is above 55 2) Buy exit signal when...Ignored
DislikedDear ffjbentz, I wanted to use attached daily break out ea semi automatically(with the direction I want it to trade). Same is working fine in this ea but once ea open trade it shows message trading is done for this candle. And after that it is not trailing stop loss. I want ea to not open other trade once trade is open but it should manage open trade. Thank you very much for your help in advance. Thanks Manoj {file} {file}Ignored
DislikedHi Coders, I'm searching for a very simple indi like -Daily Range Peter E- plus 1] ADR for X days (where x is selected by the trader)---> to IndexBuffer0 2] range today----> to IndexBuffer1 Does anyone know of an MT4 indicator that does this or can modify Daily Range Peter E. I am still new to this Buissenes and would appreciate your very Partnership. {file}Ignored
DislikedHi, I am looking for an indicator that shows summary profit in pips of all open orders. i.e. I have 20 positions and I see summary in pips. (+200 or - 100 etc.) Do you have something like that? Regards, PiterIgnored