Coding help - page 205

 
drunkpips:
am looking for an indicator that draws/shows trend lines of 3 different time frames on 1 chart .

the trend lines should have different colours and be labelled for easy identification.

the time frames should be selectable

Did you check this thread : https://www.mql5.com/en/forum/general ?

 

Sir Mladen..

Is it possible to change zero line to "floating zeroline" for this indicator?

Can you make it sir..

 
bayuveneo:
Sir Mladen..

Is it possible to change zero line to "floating zeroline" for this indicator?

Can you make it sir..

Do you mean like in floating levels?

If yes, I do not think that it is a good idea using floating zero line on a SSA that recalculates (the zero line would be recalculated too in that case - there would be a bit too much recalculation in that case, don't you agree?). Better to use the end pointed SSA for that (the one that mrtools already posted here : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page349#comment_720590

 
mladen:
Never mind the previous question Here is a version that works

thanks mladen ... sorry for my late post

 
mladen:
Do you mean like in floating levels? If yes, I do not think that it is a good idea using floating zero line on a SSA that recalculates (the zero line would be recalculated too in that case - there would be a bit too much recalculation in that case, don't you agree?). Better to use the end pointed SSA for that (the one that mrtools already posted here : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page349#comment_720590

Okay Sir...

Thank you for the explanation

 

Coding Help: NonLagMA-EA + NonLagMA_v7.1 indicator

Hi all,

I am currently coding with NonLagMA-EA + NonLagMA_v7.1 indicator.

I call the indicator via:

mLag = iCustom(Symbol(), 0, "NonLagMA_v7.1", Price, Length, Displace, PctFilter, Color, ColorBarBack, Deviation, SoundAlertMode, buffer, iBar);

For some reason it is not open a trade, even if the indicator change color and direction.

I am using Alpari Demo Account for testing.

I would appreciate if an more advanced coder could have a look.

Thank you in advance!

Files:
 
mladen:
Did you check this thread : https://www.mql5.com/en/forum/general ?

yes , i didnt see an indicator with that idea there

 

hello,

I have a big request... could somebody add to the indicator posted below sound + popup alert when signal appears? simple text in a window like "EURUSD M30 - BUY" or "GBPUSD M5 - SELL" with sound

I will be very thankful

Files:
pattern123.mq4  13 kb
 
freakout:
hello,

I have a big request... could somebody add to the indicator posted below sound + popup alert when signal appears? simple text in a window like "EURUSD M30 - BUY" or "GBPUSD M5 - SELL" with sound

I will be very thankful

Hello Freakout,

Check here https://www.mql5.com/en/forum/180648/page360 even though the name is a little different think their the same.

 
tfi_markets:
Hi all,

I am currently coding with NonLagMA-EA + NonLagMA_v7.1 indicator.

I call the indicator via:

mLag = iCustom(Symbol(), 0, "NonLagMA_v7.1", Price, Length, Displace, PctFilter, Color, ColorBarBack, Deviation, SoundAlertMode, buffer, iBar);

For some reason it is not open a trade, even if the indicator change color and direction.

I am using Alpari Demo Account for testing.

I would appreciate if an more advanced coder could have a look.

Thank you in advance!

Try replacing that line with this one :

mLag = iCustom(Symbol(), 0, "NonLagMA_v7.1", Price, Length, Displace, PctFilter,"", Color, ColorBarBack, Deviation, "", SoundAlertMode, buffer, iBar);
Reason: