Indicators: Simple Pip Value Calculator - page 2

 

hi all,

I relatively new to MT4 and can you help...

How do I upload this Pip Calculator to my MT4 platfom?

I got was far as opening in the zip file at the top of this tread.

What is next?

Thanks in advance. 

 
439085:

hi all,

I relatively new to MT4 and can you help...

How do I upload this Pip Calculator to my MT4 platfom?

I got was far as opening in the zip file at the top of this tread.

What is next?

Thanks in advance. 

Hi

Place the file pipvaluecalculatorv1_02.mq4 in the indicators folder, refresh your indicators, then drop it on a chart
 

G'day Stuart,

I'm using your pip calculator but am new to MT so can you advise how I can remove it from the screen. I've tried clicking left, right and double to no avail. 

 

Cheers 

 
George5:

G'day Stuart,

I'm using your pip calculator but am new to MT so can you advise how I can remove it from the screen. I've tried clicking left, right and double to no avail. 

 

Cheers 

G'day George. Just right click on your chart and select "indicator list". You then just have to select this indicator from the list and click delete.

Cheers
Stu
 
Too easy, thanks!
 
George5:
Too easy, thanks!
:D Welcome mate
 

very nice code

thanks

5 stars

//---

are you planning for new code? 

 
Mohammad Soubra:

very nice code

thanks

5 stars

//---

are you planning for new code? 

Thanks mate. No, nothing new planned any time soon
 

Very nice indeed !

just a few little steps away from automatically calculate the risk-level and display it  (how about  asking for another value % of risk)

then just do round(((Accountbalance/100)*Riskvalue)/lotprice, 2) (or somethings like that) then we would see the "to risk size"

just an idea ;)

 

Splendid!!! you can also get the number of pips a closed position has:

MathAbs(OrderProfit())/PipValue;
Reason: