MQL4 - automated forex trading   /  

Forum

PIP

Back to topics list To post a new topic, please log in or register

avatar
39
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

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.


avatar
2
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

avatar
39
aparsai 2006.04.29 18:52 
bingo:
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
thanks

avatar
92
ququr 2006.04.30 03:32 
More specific to your question, aparsai, a price (p) 50pips below the ask price would be

p=Ask-50*Point

avatar
39
aparsai 2006.05.01 16:47 
thanks
Back to topics list  

To add comments, please log in or register