RickD presents - page 2

 

Thanks for sharing. Indicator junkies have some new toys!

Can I send you $50?

 

Floating P/L Script (indicator) Wanted

Would anyone have, or be able to create, an indicator which plots the P/L (Floating Profit / Loss) as reported in the MT4 platform. Of course, it would have no historical data, but I am looking for something to plot a line at regular intervals of the account's overall P/L value starting from the moment the indicator was initiated on the platform, onwards.

I have never seen such a script.

thanks

 

Something like this :

Files:
 

Awsome

Thanks FX1, That's exactly what I was looking for. I really appreciate it.

 

mind to post out the chart to how it look like?i attached it to my chart but nothing was come out

 
amenlo9:
mind to post out the chart to how it look like?i attached it to my chart but nothing was come out

I suppose you have to wait the market will open!

 
FerruFx:
I suppose you have to wait the market will open!

thx for your suggestion.will wait n see.

 
summitfx:
Thanks for sharing. Indicator junkies have some new toys! Can I send you $50?

Thank you very much for your suggestion.

Files:
beer.jpg  54 kb
 

i-5days

5days indicator marks the first bar of each new day.

Indicator's parameters:

extern string __1__ = "";

extern int MaxDays = 20;

extern int FontSize = 16;

extern string FontName = "System";

extern int Offset = 16;

extern string __2__ = "";

extern string Text1 = "mon";

extern string Text2 = "tue";

extern string Text3 = "wed";

extern string Text4 = "thu";

extern string Text5 = "fri";

extern string __3__ = "";

extern color Color1 = DodgerBlue;

extern color Color2 = DeepPink;

extern color Color3 = ForestGreen;

extern color Color4 = Coral;

extern color Color5 = MediumPurple;

extern string __4__ = "";

extern bool ShowDay1 = true;

extern bool ShowDay2 = true;

extern bool ShowDay3 = true;

extern bool ShowDay4 = true;

extern bool ShowDay5 = true;

Files:
i-5days.mq4  3 kb
 

thx

RickD:
i-5days

5days indicator marks the first bar of each new day.

Thank You.

Beautiful indicator