| / | Forum |
|
aparsai
2006.04.29 02:45
How do you define a PIP in MQL4? For example when you want to define a price that
is 50 pips below the ask price, how do you state that?
Thanks, |
|
Interaction between MetaTrader 4 and Matlab via CSV Files Step-by-step instructions of how to organize data arrays exchange between MetaTrader 4 and Matlab via CSV files. |
|
bingo
2006.04.29 11:39
There is a variable Point whose value depends on the symbol of the attached chart
e.g. on a EURUSD chart its value is 0.0001 and on USDJPY - 0.01
|
|
aparsai
2006.04.29 18:52
bingo: thanksThere is a variable Point whose value depends on the symbol of the attached chart e.g. on a EURUSD chart its value is 0.0001 and on USDJPY - 0.01 |
|
ququr
2006.04.30 03:32
More specific to your question, aparsai, a price (p) 50pips below the ask price
would be
|
|
aparsai
2006.05.01 16:47
thanks
|