MQL4 Learning - page 46

 

Hi, what is code alert (sound ) for indicator 4 timeframe Bar....?

anyone?

 

Looking for someone who could write mt4 code

hello, I know nothing about codes but was curious to know if it would be possible to write a code using info from a stoc and a cci on a 5 and 15 min time frame and when they line up for some type of alert go off. IS this possible, and does anyone know anyone who could do it?

please advise.

 

Please can someone explain to me how can I get rid of an "OrderModify error 1" problem. I been looking and it seams I need to NormalizeDouble(), but I've normalized everything from here to the moon and still I'm getting the error.

Once I understand it I think I'll be able to figure it out, please can someone help. thanks.

 

How to combine 2 indicators

Hi guru & friends....

I want to create EA...Can u guys help me how to combine 2 indicators..izit possible?

TQ....

 

Take a look in the MQLEditor help file at the icustom function and/or do a search here for it.

Good luck

Lux

 

HLP CLOSE Order When Profit reach some value Command.

Hi,

I'm building/modfying some EAS.

What is the comand that I need to use to CLOSE some BUY or SELL Order if my Profit reaches some value.

Lets say I want to Close every order that reaches the PROFIT = +30.00

How Can I do that??

thanks in advance.

 
laranjaquadrada:
Hi,

I'm building/modfying some EAS.

What is the comand that I need to use to CLOSE some BUY or SELL Order if my Profit reaches some value.

Lets say I want to Close every order that reaches the PROFIT = +30.00

How Can I do that??

thanks in advance.

The attached EA has the functionality you're looking for. You should be able to figure it out from that and implement it in your own EA's

Good luck

Lux

 

Refresh chart

Hi all traders..

I need indicator/ ea/ script that can refresh chart every minute.

or u can simply add the code to this indi.

please help me..

very2 thank u so much!

Files:
 

How can I get a variable of customer indicator?

Hey,

I'm new in metatrader, and I'm trying to learn how to delevop a EA.

My doubt is how can I get a variable of customer indicator?

For example:

I have the BBands_Stop_V1, in this indicator there are 2 variables

bool TurnedUp

bool TurnedDown

how can I use get this for use in my EA?

by the away how can I get a signal for Indicator?

Thanks

Sorry for my english.

Files:
 

Check the help file in MetaEditor and look up the function iCustom()

Also do a search here for more information.

Good luck

Lux