
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How do I write a code for the close price of a currency pair? For example, if I wanted the cross of the price line and the simple moving average as one of my indicators, how would I write that? I know that the moving average would be iMA(NULL,0,MATrendPeriod,0,MODE_EMA,PRICE_CLOSE,1), but what would the closing value of the price line be?
Thanks.