Indicator/Script QUESTION

 

Does anyone know if there is an indicator that can calculate the daily average total of PIPS ?

thanks in advance,

Leighton

 
Go to tools>Forex>History>Currency Symbol>Daily, then export in HTML format to Excel. Then Subtract the High from the Low.
Dave <<<
 

This is the latest Averages!

https://www.mql5.com/en/forum/174974

Also see the indicator below!

Dave

<<<
Files:
 

average daily range (in pips)

Thanks Dave, but I dont have Excel.

Leighton

 

Dear Programer,.. please Help me

I'm newbie at MQL Programing,... but I want learn more,... here is my problem

I want to drawLine just for 1day only ( fr 1st day 00.00.00 to 2rd day 00.00.00) in 1H,M30,M15,M5,M1 chart, please help to write a code in MQL4. (may a stupid question??)

Thank's for help

 
downloadduit:
I'm newbie at MQL Programing,... but I want learn more,... here is my problem

I want to drawLine just for 1day only ( fr 1st day 00.00.00 to 2rd day 00.00.00) in 1H,M30,M15,M5,M1 chart, please help to write a code in MQL4. (may a stupid question??)

Thank's for help

if you really want to get into coding, i suggest you start by making a variety of possible systems on this website

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/index.html#Buy1

now as for the line, you need to determine what line you want to make, how you want to use it, for example do you want to make an ea or an indicator?

 
Eaglehawk:
if you really want to get into coding, i suggest you start by making a variety of possible systems on this website

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/index.html#Buy1

now as for the line, you need to determine what line you want to make, how you want to use it, for example do you want to make an ea or an indicator?

Thank's Eaglehawk

I just want to make a Indicator, (see attach)

please all Programer MQL, help me to write a code

many,... many thank's Alll

Files:
1daygrid.gif  33 kb
 

personally, i'm not the most skilled with indicators, but Codersguru's lessons go over the basics. here's the link:

http://www.metatrader.info/node/34

look over the lessons titled, "Your first indicator"

when i look at the picture you've attacted, i notice that you've added a new line every day.

i remember pheonix posting an answer that sounds like your problem.

phoenix:
why draw a new line while you can use "show period separator" option?
Reason: