I need to convert it mql5 code. - page 3

 
kypa:

How is it going?

If nobody write it for you and you write some of it I will help help you.

no one convert. still working on it, any of your help are really welcome! :)
 
4xhumble:
no one convert. still working on it, any of your help are really welcome! :)

dont expect people to work for free. It rarely happens. If you can't even throw 10 usd for a job, (in freelance) you show a lack of respect for people that live of programming. What are they supposed to eat? Kind words?

 
Grzegorz Korycki:

dont expect people to work for free. It rarely happens. If you can't even throw 10 usd for a job, (in freelance) you show a lack of respect for people that live of programming. What are they supposed to eat? Kind words?

You are right but I dont know how they are doing that and how much time it can take...

I search and see there is some programs/tools etc. about it.
Didnt think its hard for a professional programmer.
and I'm not asking a program that trading for me, this just an indicator that it shows basic atr value in the corner.
I dont take programmer's job easy, of course it could be hard...

Thank you for your response.
 
I'm trying to make it by myself but have some error.

can anyone help me please ?

how can I change it for make it correct ?

Any help welcome :)
Files:
 

declare s and give it a value 

string s = "sometexthere";
 
Marco vd Heijden:

declare s and give it a value 

I'm calculating ATR value at S
 

It tells you what is wrong it even gives you the line number and cursor position.

s is not declared and has no value.

Of course it's going to complain.

And besides that, you got some missing parameters, or parameters mixed up.
 
Marco vd Heijden:

It tells you what is wrong it even gives you the line number and cursor position.

s is not declared and has no value.

Of course it's going to complain.

And besides that, you got some missing parameters, or parameters mixed up.

Now dont have any error but indicator doesnt work well, showing the same value everytime.

Files:
 
Here, ported (not the most efficient) MQL5 version.
Files:
ATR_EDT2.mq5  6 kb
Reason: