Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Edgar_Herrera, VoroneTZ, Akow), 973 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 6 of 24 1 2 4 5 6 7 8 23 24
Re: Votes for future features [Re: CaptainChezza] #463655
12/19/16 23:50
12/19/16 23:50
Joined: Dec 2016
Posts: 1
London
C
cosmor Offline
Guest
cosmor  Offline
Guest
C

Joined: Dec 2016
Posts: 1
London
Hi Z community,

I vote for Artificial assets as very high priority.

Meanwhile, it would be nice if any guru can give a script example, (based on current Zoro version) of e.g USDX (dollar index) to be calculated on the fly

( example of weighted formula from MQ4:

ExtMapBuffer1[i]=50.14348112*MathPow(iClose("EURUSD",0,i),-0.576)*MathPow(iClose("USDJPY",0,i),0.136)*MathPow(iClose("GBPUSD",0,i),-0.119)*MathPow(iClose("USDCAD",0,i),0.091)*MathPow(iClose("USDSEK",0,i),0.042)*MathPow(iClose("USDCHF",0,i),0.036);

)

and use some series transformation functions or an example of a peak/ valey or crossover example.

As this would be an artificial value on some brokers, there will be no bars or price series, but can be constructed on the fly.

Re: Votes for future features [Re: cosmor] #463752
12/24/16 04:42
12/24/16 04:42
Joined: Oct 2016
Posts: 23
NSW
M
mayark Offline
Newbie
mayark  Offline
Newbie
M

Joined: Oct 2016
Posts: 23
NSW
The time stamp in message log should include the seconds of each bar creation, which currently shows only the hour and the minute.. Me thinks laugh.

Re: Votes for future features [Re: boatman] #463755
12/24/16 09:20
12/24/16 09:20
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
Better resume trading support. As far as I can see, Zorro still doesn't exactly pick up trading where it stopped. When I restart and I click result, the chart only shows 1 day of history and the portfolio.txt doesn't show the actual portfolio, even when the strategy ran for weeks. I don't know if this is fixed already, but in former Zorro versions restarting Zorro also messed with the Z12 portfolio. Just after restarting, like 20% - 30% of all open trades were closed almost immediately.

And I want to report a bug (didn't find a better place for this): I'm using Windows 10 on a Core2Duo Notebook (slightly above 2GHz). When I hit start in Zorro (I only tested this with Z12), Desktop Window Manager jumps from 8% CPU to 55% - 58%, causing the fan to run at all times.

Last edited by sdh309795gaas; 12/24/16 09:22.
Re: Votes for future features [Re: yosoytrader] #463756
12/24/16 09:40
12/24/16 09:40
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
Support for economic indicators / news releases (For example Forexfactory calendar).

Relying 100% on technicals is like you are driving a car by only looking in the rear mirror!

http://topshelftraders.com/articles.php?id=335

Re: Votes for future features [Re: boatman] #464733
03/07/17 13:19
03/07/17 13:19
Joined: Nov 2016
Posts: 9
Frankfurt
M
mig Offline
Newbie
mig  Offline
Newbie
M

Joined: Nov 2016
Posts: 9
Frankfurt
Hi,
Since the release of 1.54.1, you can trade index futures via the IB Bridge, too.
One important feature the IB Bridge is missing though, is the ability to get live traded volume data send when doing live trading via IB.
For example, this prevents the use of filters which depend on the total bar volume to either validate entry signals or to be used as early exit parameters if the volume falls under a certain threshold.
On intra-day strategies with a short BarPeriod such filters make a lot of sense on momentum or trend strategies to limit the amount of “false signals”….

So pls vote for this enhancement of the IB Bridge in the next release.

Thanks

Re: Votes for future features [Re: mig] #464734
03/07/17 13:45
03/07/17 13:45
Joined: Jan 2017
Posts: 11
S
smn Offline
Newbie
smn  Offline
Newbie
S

Joined: Jan 2017
Posts: 11
Fully agree! That would indeed be great to have.

Re: Votes for future features [Re: smn] #465130
04/03/17 22:23
04/03/17 22:23
Joined: Apr 2017
Posts: 5
D
DeusExMachina Offline
Newbie
DeusExMachina  Offline
Newbie
D

Joined: Apr 2017
Posts: 5
As a cTrader User, I would love to see native cTrader (a.k.a. FIX) support.
Spowtware seems to have started something about a year ago: https://github.com/spotware/connect-zorro-plugin

Re: Votes for future features [Re: mig] #465134
04/04/17 09:50
04/04/17 09:50
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline OP
Senior Member
boatman  Offline OP
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
Originally Posted By: mig
Hi,
Since the release of 1.54.1, you can trade index futures via the IB Bridge, too.
One important feature the IB Bridge is missing though, is the ability to get live traded volume data send when doing live trading via IB.
For example, this prevents the use of filters which depend on the total bar volume to either validate entry signals or to be used as early exit parameters if the volume falls under a certain threshold.
On intra-day strategies with a short BarPeriod such filters make a lot of sense on momentum or trend strategies to limit the amount of “false signals”….

So pls vote for this enhancement of the IB Bridge in the next release.

Thanks


I vote for this feature too. It is one that I would consider critical for futures trading.
Thanks!

Re: Votes for future features [Re: boatman] #465434
04/27/17 12:17
04/27/17 12:17
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
Live volume was implemented some time ago, and historical volume theoretically also, but the latter does not work yet for all assets.

Re: Votes for future features [Re: jcl] #465469
04/29/17 14:12
04/29/17 14:12
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
A dynamic plotting function. In MT4, I can zoom and move graphs in backtests, I can see Entries, Exits, StopLosses and most importantly: Plot the indicators that generate a trading signal next to the simulated trades. This would help me while debugging.

Page 6 of 24 1 2 4 5 6 7 8 23 24

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