Hi everyone,
I did this simple Screener (SectorsRSCSort) in order to get a list sorted by the value of an Indicator called RSCMansfield2:
TIMEFRAME(WEEKLY)
ignored, myFR = CALL "RSCMansfeld2"[0]
C1 = Close > 0
Rank = myFR
SCREENER [C1] (Rank as "RSC")
The thing is that when I execute the Screener, I obtain my list sorted by RSCMansfield2, but non of the values shown in the screener match with the values of the Indicator. See the image attached to this post,
I will appreciate so much if someone can help me,
Please attach the ITF file of the indicator, to be able to test it.
Hello,
Find attached the .itf,
Thank you a lot for your support,
You’re right, I noticed some differences, it’s a few decimals.
I think it is due to a different way of rounding numbers, between ProScreener and ProBuilder.
The difference may also be due to different data refresh times between ProScreener and ProBuilder.
If you want to be certain about the cause, you should ask IG or ProrealTime support by pressing the Ctrl+M keys from the platform.
Thank you very much for your help Mr. Roberto!