Gamestudio Links
Zorro Links
Newest Posts
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
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,534 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 Registered Users
Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
Zorro and the Brokers
05/22/24 13:41
v1.3.3

- Reverted the addition of the IEX feed for historical data, quotes, trades, and snapshots. This change ensures consistency with previous behavior.
- Fixed an issue where historical data downloads for the free plan did not extend beyond 2020.

https://github.com/kzhdev/alpaca_zorro_plugin/releases/download/v1.3.3/AlpacaZorroPlugin_v1.3.3.zip
3 262 Read More
Zorro Future
05/21/24 21:16
Why does it matter if your data feed for paper(!) trading isn't live?
4 224 Read More
Zorro and the Brokers
05/20/24 20:05
v1.3.2

- Set the market data feed for the free market data plan to IEX. This ensures accurate and reliable data for users on the free plan.
- Fixed an issue where the market was incorrectly marked as closed.
- Corrected the application of some log types that were not being applied correctly.
- Fixed an issue where a failed WebSocket login might cause a crash.

https://github.com/kzhdev/alpaca_zorro_plugin/releases/download/v1.3.2/AlpacaZorroPlugin_v1.3.2.zip
3 262 Read More
Zorro and the Brokers
05/20/24 01:28
v1.3.1

Rolled back the sandbox WebSocket endpoint for the Paper account. It doesn't work.

https://github.com/kzhdev/alpaca_zorro_plugin/releases/download/v1.3.1/AlpacaZorroPlugin_v1.3.1.zip
3 262 Read More
Zorro and the Brokers
05/19/24 18:45
v1.3.0
- Dropped Polygon support.
- Added latest quotes, latest trades and snapshots support.
- Added paper account WebSocket endpoint.
- Added Adjustment support for history bar download.
- Added log type to fine-tune what to log.

https://github.com/kzhdev/alpaca_zorro_plugin/releases/download/v1.3.0/AlpacaZorroPlugin_v1.3.0.zip
3 262 Read More
Zorro Future
05/19/24 14:42
Good luck! grin

If you are a non-professional, the CME feeds are inexpensive. IB does not care that you are paper trading. They still have to fulfill their contractual obligations to their data providers.
4 224 Read More
Zorro Future
05/18/24 20:31
I want to trade futures not forex
4 224 Read More
Zorro Future
05/18/24 18:55
The forex data is free. Trade forex.
4 224 Read More
Zorro Future
05/18/24 16:50
Hi everyone,

I'm new to the Zorro project and want to start paper trading futures. Interactive Brokers charges you if you want to use live data. Is there another way to paper trade futures using free live data? Any help or tips would be greatly appreciated!

Thanks!
4 224 Read More
Starting with Zorro
05/18/24 13:28
Interactive Brokers charges you if you want to use live data. I was wondering if there’s another way to paper trade futures using free live data, if possible.
2 202 Read More
Starting with Zorro
05/18/24 11:01
EOD: yahoo and others have EOD data for free

intraday data: you cam use a paper trade account, eg.Interactive Broker.
2 202 Read More
Starting with Zorro
05/18/24 05:41
Hi everyone,

I'm new to Zorro and want to start paper trading futures. I'm wondering if there's a way to get free live data for Zorro. Any help or tips would be greatly appreciated!

Thanks!
2 202 Read More
Starting with Zorro
05/16/24 10:41
Those variables are asset-specific; so, you need to set them after an asset() call. (i.e. in your case - in the body of the loop)
3 294 Read More
Starting with Zorro
05/16/24 06:31
Yes, the asset list has the spread and commission entered. But I would like to turn off them for this script, that's why I added Spread = Commission = 0 in the script.

However from the performance report, it seems that they are still included.
3 294 Read More
Starting with Zorro
05/14/24 10:16
Did you checked your asset list?

https://zorro-project.com/manual/en/account.htm
3 294 Read More
Starting with Zorro
05/13/24 09:17
I have set Spread and Commission to zero when running a script that trades a portfolio of assets.

But from the performance report, it seems Zorro still run the trades with spread and commission. Below is the script and performance report.

Code
function run() 
{
	set(LOGFILE);
	StartDate = 1985;
	LookBack = 105;
	Capital = 1000000;
	Spread = Commission = 0;
	RollLong = RollShort = Slippage = Penalty = 0;
	
	//Loop through different instruments
	while(asset(loop("ZCeod","NGeod","EURUSDeod","HEeod","PLeod")))
	{
	// code here...
	}
}


Code
Test Strategy-Portfolio , Zorro 2.606

Transaction costs   -326180$ spr, 0$ slp, -92948$ rol, -178320$ com
Capital required    213741$


Is there a way to set spread and commission to zero, and only runs it when needed? Thanks.
3 294 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 420 Read More
Third Party Tools
05/10/24 19:36
Ok Folks !
I decidet to publish all PCXanim anmations (267) I made here for those who missed some or downloaded the last versio PCXanim1.8 withot the full package as it was published in Version 1,5.

Feel free to download them here:


Download all PCXanim Animations


Best wishes !

Neodumont
48 32,068 Read More
Starting with Zorro
05/07/24 00:56
This way, the column in the asset list takes a different meaning when the value is positive.

Now, in the context of the script, the multiplier is actually positive. laugh
3 633 Read More
Starting with Zorro
05/06/24 21:09
Can you explain why the multiplier is negative for futures.
3 633 Read More
Starting with Zorro
05/06/24 20:33
For the first question, I'd check out Robert Carver's book Systematic Trading, which goes into great detail on volatility / risk / reward management, maybe more detail than you'd expect from an average trading book.

Pip will be the smallest increment of the price you would see on the ticker feed. The configuration of PipCost depends on 1) your pip configuration and 2) whether you're using T8 (Contracts) or T6 (vanilla bars) for backtesting. The former makes use of the Multiplier value, and the latter is rather multiplied into PipCost.
3 633 Read More
Zorro Scripts
05/06/24 18:50
I've observed that when converting CSV data to T6 format, the datetime parameter appears as a decimal value. The integer part before the dot represents the number of days since January 1, 1900. The fractional part after the dot represents the time of the day in decimal format. For example, 45000.5 corresponds to 45,000 days after January 1, 1900, at 12 noon.

And keep in mind for t1, stand for time plus one data point, which is either ask or bid price, you don't have three field to populate.
Ask and bid prices are represented by positive / negative values. Check the manual for details: https://zorro-project.com/manual/en/history.htm

typedef struct T1
{
DATE time; // UTC timestamp of the tick in DATE format
float fPrice; // price data, positive for ask and negative for bid
} T1;
5 685 Read More
Starting with Zorro
05/06/24 18:34
I'm planning to trade two algorithms, one for SPX500 and the other for US Treasury 10-Year Bonds. Given their distinct risk profiles, such as varying Sharpe Ratios, I'm looking for guidance on how to approach this effectively. What strategies or methodologies should I consider to balance the risk and optimize performance across both instruments?

Additionally, I'm unsure about setting the asset variables, particularly Pip and PipCost, for futures. Any insights or best practices in this regard would be greatly appreciated. Thanks in advance!
3 633 Read More
Starting with Zorro
05/06/24 18:24
You are looping for two instruments, there is no reference to any of your trades. Please have a look at : https://zorro-project.com/manual/en/fortrades.htm, eg. for(current_trades)
2 280 Read More
Starting with Zorro
05/06/24 12:10
Your code is wrong. You need to explicitly select trades to get their info. Try trade loops or TMFs.
2 280 Read More
Page 1 of 2 1 2

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