Problem with digits

 

Hi, i have a little problem with digits after decimal point.

Today i've found that MA has only 4 digits after point when all my trade system is based on 5.

I've tried to look for a solution on the Forum but i didn't find anything.


double MaL = iMA(Sym,0,MaLP,0,MODE_EMA,PRICE_CLOSE,0);

Print ("MaL ",MaL);

MaL 1.3811


I need 5 digits. How can i fix it?

Thanks to everyone

 
Print("MaL ",DoubleToStr(MaL,Digits));
 

many thanks.

 

can someone help me edit sar ohlc to use heiken ashi ohlc

Hi, I have an MTF indicator that uses sar, however I'd like the sar to calculate heiken ashi ohlc, and not the normal type

Can you tell me how I can do this, my mtf indicator calls to the sar indicator to calculate sar formula, I think it is calling to the internal indicator in mt4 that can not edit

you can skype or email if you can assist and like to talk about it

skype sty671

email sty671@gmail.com

I can also supply the original file that I'm trying to use heiken ashi ohlc for

Reason: