Gamestudio Links
Zorro Links
Newest Posts
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Trading Journey
by 7th_zorro. 04/27/24 04:42
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, 1 invisible), 770 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
izorro's very own thread #487813
09/27/23 14:42
09/27/23 14:42
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
Inspired by Lapsa's very own thread, I've decided to do the same.
I am very new to zorro (not even a month since I came across this tool, previously used MT5/MQL5).

What I have
- Zorro S
- Lot of free time
- Programming background
- Some capital

What I don't have
- A strategy with an edge

What am I doing these days.
- Reading (zorro manual, financial hacker blog, some trading books)
- Watching (darwinex and some other channels)
- Experimenting with some ideas

You most likely know way more about trading/coding than me. Please feel free to give me advice and criticize my approach, code etc.

Re: izorro's very own thread [Re: izorro] #487820
10/08/23 11:30
10/08/23 11:30
Joined: May 2023
Posts: 23
Hamburg, Germany
M
Martin_HH Offline
Newbie
Martin_HH  Offline
Newbie
M

Joined: May 2023
Posts: 23
Hamburg, Germany
Hi,
I started with a pretty same set-up 9 month ago. I would buy the black book on top, because it helps a lot. The manual is really the key and I am reading and testing it again and again.

Since then:

I improved my:

Hardware:
Intel i9 13900K + RTX 3060 12 GB (good for KI) - using for development and pre-testing with a lot of CPU cores (This reduces the training time a lot)
VPS server to run Live demo and Live Trading
Used Dell Mini PC to observe the VPS (low energy consumption)

Set-up for development and testing.
Using four Zorro layer in parallel:

1. Zorro for development (DevPC)
2. Zorro for pre-testing (DevPC)
3. Zorro for Live testing with demo account (VPS)
4. Zorro for Live trading (VPS)

All tested strategies start at 1., when promising 2. then 3. and finally 4...
For each Zorro layer, I have a dedicated ZorroFix.ini (own Strategy path, own WebFolder path (for monitoring the trades).

All layer have the same link to the history folder!! Therefore, downloading historical prices just once.

By the way., I am using Google Drive to store the Strategy Folder, WebFolder and History folder. This allows me to access via Development PC and VPS. Very simple.

How to find a strategy with an edge? Reading, testing, get experience..... I am also still a beginner. Structuring your approach helps a lot.

MartinHH



Last edited by Martin_HH; 10/08/23 11:35.
Re: izorro's very own thread [Re: Martin_HH] #487825
10/09/23 09:58
10/09/23 09:58
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
Hello Martin,

I like your setup. I got some ideas from yours to improve how I have structured things.

Unfortunately for me, my main device is a MacBook Pro with an M1 chip. So, most of my work is carried out on AWS. I have a windows laptop, but it is not powerful enough for any ML work.

I've also somewhat structured setup for analyzing results with Jupiter Notebooks.

I've noticed, Zorro Manual, FH /RobotWealth blogs - they all lean a lot on R. I am a Python guy, haven't got much experience with R which sucks.

Thank you.

Re: izorro's very own thread [Re: izorro] #487826
10/09/23 11:05
10/09/23 11:05
Joined: May 2023
Posts: 23
Hamburg, Germany
M
Martin_HH Offline
Newbie
Martin_HH  Offline
Newbie
M

Joined: May 2023
Posts: 23
Hamburg, Germany
For Machine Learning you should have a Nvidia Graphic card which helps a lot. I gain a lot of time during the development process with a multi core CPU. Do you have a good CPU on your AWS online VPS?
95% of my time, I spend for training during the development phase. Actually, developing multi assets, algos and time frames in one script force the system during training a lot. WFA with 10 cycles is a must and should be executed with 10 cores in parallel.

Martin

Last edited by Martin_HH; 10/09/23 11:06.
Re: izorro's very own thread [Re: Martin_HH] #487827
10/09/23 11:20
10/09/23 11:20
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
Yeah, what I like about AWS is that you can change the instance type (different cpu cores/ram/gpu etc) as you want. And can shut down the VPS temporarily when not in use so it will not incur charges.

I'd like to own a powerful machine locally, but unfortunately, I travel quite a bit and want to have a light "work laptop".

Last edited by izorro; 10/09/23 11:20.

Moderated by  Petra 

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