You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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 :
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
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!
I suppose you have to wait the market will open!
thx for your suggestion.will wait n see.
Thanks for sharing. Indicator junkies have some new toys! Can I send you $50?
Thank you very much for your suggestion.
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;
thx
i-5days
5days indicator marks the first bar of each new day.
Thank You.
Beautiful indicator