Open Positions Indi

0
(0)
Name:
Open Positions Indi
Author: file45 (2012.05.25 15:50)
Downloaded: 4199
Download:
Open Positions Indi 1
 Open-Positions-Points.mq4 (19.7 Kb) View
Open Positions Indi 1 Open-Positions-Pips.mq4 (19.6 Kb) View
Open Positions Indi 1 Blank.mq4 (471 bytes) View

Indicators: 1. Open Position Points 2. Open Position Pips

These indicators are simplification modifications of the iexposure indicator.

  • Both indicators are in all functions exact except one is by default set to return [p] = Pips and the other [p] = Points.
  • Both indicators can display either Pips or Points depending on true/false status of [p_as_Points] option.

The MT4 terminal returns profit as a) Points or b) Term Currency or c) Deposited Currency. Points is consistent with MT4 Terminal, however, individual preference may favor Pips.

  1. The indicator must be placed in a secondary window such as a MACD or Stocastics window - note: the indicator will not display in the chart-primary window.
  2. If a second window is not in use attach Blank.mq4 as a secondary window. See above download files.
  3. Drag and drop indicator on secondary window. Display will appear only when a trade is opened.
  4. Increase/decrease width between columns: Use X_Distance_Multiplier option with small decimal increments - too large an increment, up or down, will result in indicator display shifting off-screen.

 

Example: [p]=Points:

  1. Profit-Loss [€]
  2. Lots - long[10.00 L] German Bund & short [-0.01 L] Dow-Industrial
  3. Points [p]
  4. Symbols [EuBundMar12...]

Open Positions Indi 4

Example: [p]=Pips:

  1. Profit-Loss [£]
  2. Lots - all positions long [0.10 L]
  3. Pips [p]
  4. Symbols [EURUSD...]

Open Positions Indi 5

Permanently change defaults options - examples provided .
Edit the below highlighted code to permanently change default options.

See here for examples - scroll towards end of SL+TP-CP Dist Indi - v2.

//**** START OF DEFAULT OPTIONS

  • extern color Symbols = LightSlateGray;
  • extern bool p_as_Points = true;
  • extern color Pips_or_Points = DarkOrange;
  • extern color Lots_Long = Lime;
  • extern color Lots_Short = Red;
  • extern string Currency_Symbol = "£";
  • extern color Prof_Gain = Lime;
  • extern color Prof_Loss = Red;
  • ------------------------------------------
  • extern int corner = 1; //0 - for top-left corner, 1 - top-right, 2 - bottom-left, 3 - bottom-right
  • extern int Line1_Distance_Y = 1;
  • extern double X_Distance_Multiplier = 1.5;
  • extern int Font_Size = 8;
  • extern string Font_Face = "Arial Bold";

//**** END OF DEFAULT OPTIONS

Credits:

Thanks to Daniel Kirstein for contributions: X_Distance_Multiplier and corner.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.