SL+TP-OE Pip Calc Indy – V2 Indicator
Info
The SL+TP-OE Pip Calc Indy – V2 Indicator is a Indicator for MetaTrader 4 that sl+tp-oe pip calc indy – v2 indicatorsl pippdate: caupdates:- order type discrimination- sl & tp and oe price- enhanced user defined labelsfunctionthe indicator calculates the pip difference between the order execution (oe) price and the sl & tp price. It places text labels at SL & TP lines: order type, ticket number, SL & TP price, pip calculation, and pip label.
Usage
This tool is typically used for enhancing chart analysis and decision making.
Platform
This Indicator works exclusively on MetaTrader 4 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL4/Indicators folder via File ? Open Data Folder in MetaTrader 4.
How to Install and Use SL+TP-OE Pip Calc Indy – V2 Indicator
1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.
2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.
3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.
4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.
Frequently Asked Questions
Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."
Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).
Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.
What this tool does
SL+TP-OE Pip Calc Indy – V2 IndicatorSL Pippdate: CAUpdates:- Order type discrimination- SL & TP and OE price- Enhanced user defined labelsFunctionThe indicator calculates the pip difference between the order execution (OE) price and the SL & TP price.
Typical Use Case
This Indicator excels in automated trading and technical analysis on MetaTrader 4.
Compatible Platform & Setup
This Indicator works on MetaTrader 4. Place the file in the MQL4/Indicators folder and restart the terminal.
Description & Settings
Related: prop firm risk monitor and auto-lot calculator for metatrader 4 - another powerful indicator for MetaTrader 4 traders.
SL+TP-OE Pip Calc Indy – V2 IndicatorAlso recommended: Pip Calculator for Order Execution, Stop Loss, and Take Profit - similar indicator with strong performance on MetaTrader 4.
SL Pippdate: CA
Updates:
- Order type discrimination
- SL & TP and OE price
- Enhanced user defined labels
Function
The indicator calculates the pip difference between the order execution (OE) price and the SL & TP price.
It places text labels at SL & TP lines: order type, ticket number, SL & TP price, pip calculation, and pip label.
It also places text labels at OE lines: order type, ticket number, and OE price.
The indicator can be used with MT4 defaults and any other suitable MT4 application.
Labels
Labels can be user defined - see hide options in the input window.
User defined examples:
sell-sl #2751709 * 1.04116 * 276.9 pps
sell-sl #2751709 * 2769 f-pps
#2751709 * 276.9
sell-sl * 2769
1.04116 * 276.9
2769
bs-oe #2738254 * 1.02311 * non digit symbols will default to pps regardless if f-pps (fractional pips - points / 3 & 5 digit pricing) is set to true.
Pip Calculation Test & Check:
SL+TP-OE Pip Calc Indy – V2
1. Cross reference tables and chart with terminal image included on the chart.
2. Tables T-1 & T-2:
a) Terminal: columns 0-2 are values taken from the terminal at the instant of screenshot - these values can be located on the terminal image that is included on the chart.
b) Calculation: column 3 is an Excel calculation of the relevant values.
c) Chart: column 4 is the values as indicated on the chart.
d) Check: column 5 confirms a matching value.
3. All calculations are from order type SL & TP price to corresponding order type order execution (OE) price.
4. OE price can be located in column 6 of the terminal.
5. SL & TP can be located in columns 7 & 8 respectively.
6. Current bid and ask at the instant of screenshot can be located in column 9 of the terminal.
Notes:
1. SL+TP-CP Pip Dist Indi – V2 is not part of Easy Order, functions independent of the Easy Order, and does not attach text to the Easy Order SL & TP lines but to the MT4 default SL and TP values.
2. Easy Order is a free MT4 script and can be downloaded.
Avoid time-wasting repetitions - permanently change defaults - examples provided.
If you have not edited before, it is dead easy and saves time and tedious unnecessary repetitions.
To edit the indicator:
1. Open MT4, locate View at the top left of the menu, and click, then click Navigator.
2. The Navigator window will have opened on the left or right of your screen.
3. Locate Custom Indicators in the Navigator window, and if it is not expanded, click the [+] to expand.
4. Locate SL+TP-OE Pip Calc Indy – V2, highlight, and right-click to reveal the selection window.
5. Click Modify on the selection window.
6. You will now be in the MetaEditor with SL+TP-OE Pip Calc Indy – V2 loaded in the MetaEditor.
7. If any other indicators are loaded, it would be best to unload them before beginning any editing - right-click on the relevant tab and click Close.
8. You can now begin editing – follow the instructions below.
9. After every edit/modification, run Compile and check for errors.
An example can be found here.
Note:
If you get stuck and can’t figure out why it will not compile without error, use the left undo arrow to take you back to a point when it did compile successfully.
Compile and check for errors after every modification, and you will be fine.
Find this code which is immediate top when the code editor is accessed.
Disclaimer:
All downloads and documentation are offered, as is, as educational material, as of 2026.
You may also like: LR M - Fast Calculation Indicator - excellent alternative for indicator users on MetaTrader 4.
Source Code
#property copyright "robotfx"
#property indicator_chart_window
extern string pips_or_fractional_pips = "fractional pips = points / 3 & 5 digit pricing";
extern bool fractional_pips = true; // modification examples: = false;
extern string hide_options;
extern bool hide_order_type_text = false; // modification examples: = true;
extern bool hide_orderticket = false;
extern bool hide_sl_tp_price = false;
extern bool hide_pip_text = false;
extern bool hide_sl = false;
.......
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.