Hello,
I have programmed a system for sp500, it´s possible to tell the program value point is 1 dollar instead of 50?
The idea is to use it with cfds, no with futures
thanks
pipvalue or pointvalue ??
It’s only 50 if you are using the $50 Contract.
But if you use pointvalue in your code then it will be correct for whichever Contract you are using.
Thanks for reply Grahal,
On sp500 1point= 50 $ ( i have pasted an image)
For example, in the next code, how can i change de pointvalue ? i want 1point = 1 dollar
I´ve tried the function pointvalue, but i dont know where to put it.
Or how to configure the graphic
thanks .
indicator= rsi[14](close)
c1= indicator < 30
IF NOT LongOnMarket AND c1 THEN
BUY 1 CONTRACTS AT MARKET
ENDIF
c2= indicator>70
If LongOnMarket AND c2 THEN
SELL AT MARKET
ENDIF
It’s only 50 if you are using the $50 Contract.
You need to choose the $1 Contract … see green arrow on attached,
1
That’s great ! thank you very much ! but I don t understand why that option does not appear in my program. it´s prorealtime or broker graphics?
it´s no option cash for my
Picture tells a thousand words so why don’t you post a screen shot of what have as options to select same as I did?
Yes, of course. I think maybe you work with IG and for that you have diferents graphics than me ?
The identifier is SPTRD so trying to type that in the search box. I often find that SP500 does not bring up the results I expect.
Ok, I don´t find that kind of graph inside prorealtime. I think it´s necessary to have it from a connection to a broker like IG. I think there will be no way to change that option through code.
However, very grateful for your answers !!!
Your screenshot shows NASDAQ US 500.
My screenshot shows US 500.
Did you type SPTRD in the search box?
I find (same as Vonasi said) … if I don’t type in SPTRD I get loads of unwanted markets, like NASDAQ US 500 🙂
I tried type SPTRD, CASH, US500 in the search box and nothing.
Have you tried under Display, Lists, Major Indices as attached … what do you get??
With Major indices i have this.
Grahal, have you connected prorealtime with IG ?
I think the problem it´s my broker can not connect to prorealtime
Yes I’m with IG, who are you with?
But anyway you have S&P 500 on your list … 2nd from bottom!!!!