Please fix this indicator or EA - page 5

 

guru coders

hi.. if you know how to code for mt4 pls help !

i have attached ma crossover alert indicator..its the best i have found so far, but its still useless until 2 improvements are made.

problem 1: alert windows pops up and make alert sound every time i change to different time-frame. Make it away pls and make the pop up window and sound to activate only on crossover and nothing else.

problem 2: there is no posibility to tell the indicator how many times u want to be alerted, so it keeps alerting and u keep checking the same alerts over and over again

if you leave 1 hour chart on and crossover happens it will allert you, and then next hour again it will alert again about 1 hour old crossover.

(this goes for all time-frames, easy to test on 1 minute with fast moving averages.)

PLs. make it alert just 1 time on every alert. or add an option to specify the amount of alerts.

Any one here skilled enough to do this ?

Pls help.

Greets omfg

 

Printing pip number on chart

Hi,

I'm teaching myself MQL4 and got the attached indicator to play with (iGap). It draws up and down arrows when a gap occurs above a certain pip amount (SizeGAP). What I would like to add to it is for it to print on the chart by the up or down arrows the size of the gap (number of pips). I can declare something like:

double Range = MathAbs(PrevClose - CurrOpen);

but I can't see how I can print this value by the arrows on the chart. Can anyone please help?

Files:
i-gap.mq4  4 kb
 

Need help.......

hi,please to all mentor and coder here.Would you like tu add 3 bands inside this nice indicator........Thanks.......

Files:
multi_chart.mq4  27 kb
 

Help with OSMA EA

I have a simple trading method (based on OSMA indicator) that I have incorporated into an EA. I would like to share this EA if I can get some help in modifying the code.

The coding is beyond my abilities. I can post here if someone is willing to make modification.

I would like to add:

1. A partial profit option.

2. Start and stop time to trade in GMT time.

3. EA does straddle (buy/sell at same time) trade now, I need option to just do a buy or sell based on condition. I can comment out code to do this but it would be better with an option selection.

4. Check coding to make sure ea does not interfere with other EA's.

Any help would be greatly appreciated and the new code can be freely shared.

 
tradewiser:
Hi,

I'm teaching myself MQL4 and got the attached indicator to play with (iGap). It draws up and down arrows when a gap occurs above a certain pip amount (SizeGAP). What I would like to add to it is for it to print on the chart by the up or down arrows the size of the gap (number of pips). I can declare something like:

double Range = MathAbs(PrevClose - CurrOpen);

but I can't see how I can print this value by the arrows on the chart. Can anyone please help?

Please try this version ...

Files:
 

Need to program a good idea of trend indcator

Hi all

Need rectangle histogram indicator that shows three colors:

- when price is above upper bollinger band

- and when under lower band

- and when between the two bands

I use this method to identify trend direction with high degree of accuracy when using H4 & H1 at the same time and i use bollinger standard dev. 1.0

Thanks alot in advance

 
Sadly:
Please try this version ...

Excellent. Works great.

Thank you SO much.

 

Help needed with dual SDL EA

I generated an EA using two Slope Direction Lines and a Moving Average. This EA was generated through a EA building program. I do not have EA building experience, but I know this system can work well (some fine tuning might be necessary depending on pair and time used). It seems to compile and it shows a smiley face on my platform, so I am not sure why it does not execute a trade. I have attached the program and a snapshot showing where it should have bought it.

 

Do you know of an EA that scales out...

Do you know of an EA that scales out of a position?

I am finding that if I can lock in partial profit (1 or 2 targets) then set a trailing stop, I catch more of the "big moves." Problem is, the EA I use (and others I have used) only lets me set a trailing stop or a profit target. So if the pair makes a nice move then pulls back, I get stopped out near B/E. Or, with a profit target, my winner is cut short (worst yet, the pair moves 2 pips from my target then reverses and I get stopped out at a loss).

Can you post a link to (or attach) an EA that takes partial lots off when exiting a position?

Thank you.

... If the EA contains a money management feature that's even better!

 
ForExTyro:
Do you know of an EA that scales out of a position?

I am finding that if I can lock in partial profit (1 or 2 targets) then set a trailing stop, I catch more of the "big moves." Problem is, the EA I use (and others I have used) only lets me set a trailing stop or a profit target. So if the pair makes a nice move then pulls back, I get stopped out near B/E. Or, with a profit target, my winner is cut short (worst yet, the pair moves 2 pips from my target then reverses and I get stopped out at a loss).

Can you post a link to (or attach) an EA that takes partial lots off when exiting a position?

Thank you.

... If the EA contains a money management feature that's even better!

could you share which ea?

Reason: