Join our fan page
Pips to Point Conversion Factor - library for MetaTrader 4
- Views:
- 11437
- Rating:
- Published:
- 2016.05.30 14:25
- Updated:
- 2016.05.30 17:44
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Explanation: This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.
E.g.: If you want to set stop loss of 50 pips for 5 digit broker, refer to this function by convert it to 500 points for machine to read.
If 5 digit broker:
stoploss*PipsToPointFactor=50pips*10
=500points
Show full information: price, symbol, timeframe, date, time, spread, swap, stop out level, your name...
RSI 2 TimeFramesThe RSI indicator has the ability to display a single window of RSI values of another timeframe defined by the user.
This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms.
Higher TimeframeIndicator that shows higher timeframe candle on current timeframe.