Gamestudio Links
Zorro Links
Newest Posts
freewhyblogelsewhere
by 9489cpjf. 06/03/24 06:06
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,018 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19056 Registered Users
Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
Zorro Scripts
05/29/24 12:21
Hallo!, when using option 1 or option 2 to compute price differences, the value returned differs when you reach DPriceC100[100].

Code
vars PriceC=series(priceClose());	
OPTION1:  vars DPriceC100=series((PriceC[0]-PriceC[100])/PriceC[0]);
OPTION2:  vars DPriceC100=series((priceClose(0)-priceClose(100))/priceClose(0));


DPriceC100[101] value and beyond is slighty different. You can check below:


BAR NUMBER 94 95 96 97 98 99 100 101 102 103 104 105 106 107
OPTION1: -0.21235 -0.21238 -0.21275 -0.19661 -0.20102 -0.19525 -0.2239 -0.22209 -0.22572 -0.22572 -0.22681 -0.23637 -0.23157 -0.23822
OPTION2: -0.21235 -0.21238 -0.21275 -0.19661 -0.20102 -0.19525 -0.2239 -0.22861 -0.23166 -0.23136 -0.22533 -0.23966 -0.24321 -0.24002
DIFFERENCE: 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -0.00652 -0.00594 -0.00564 0.00148 -0.00329 -0.01164 -0.00180

Shouldn´t be the same value?

Am I missing somehing?

Vielen Dank!
0 142 Read More
Zorro Future
05/11/24 09:25
In dark mode, the colour of the grid lines in the background is overemphasised.
And there's no way to change the colour of the chart lines.
It would be nice to be able to set the colour of the chart lines separately, rather than sharing the colour of the bearish candlestick.
0 472 Read More

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1