Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,709 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: jcl] #416834
02/05/13 10:52
02/05/13 10:52
Joined: Nov 2012
Posts: 209
S
SFF Offline
Member
SFF  Offline
Member
S

Joined: Nov 2012
Posts: 209
How to see real time value for RSI?
I just see if RSI is now above/below 50 in real time.

Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: SFF] #416839
02/05/13 11:12
02/05/13 11:12
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Zorro is a trading robot. It does not have real time chart windows. For a real time RSI curve, a conventional platform is better, for instance Ninja Trader.

If you want no chart but only see if RSI is above/below 50, you can use Zorro - it can display the real time RSI value in a slider. If you want that, I can show you how.

Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: jcl] #416846
02/05/13 12:42
02/05/13 12:42
Joined: Nov 2012
Posts: 209
S
SFF Offline
Member
SFF  Offline
Member
S

Joined: Nov 2012
Posts: 209
I just want to use a incomplete current bar like MT4 to trade my way.
Is there any manual about it?

Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: SFF] #416878
02/05/13 15:49
02/05/13 15:49
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Sure, here: http://manual.zorro-trader.com/trade.htm

Call enterLong(f), where f is your function that uses an incomplete candle for finding an entry. This function is called whenever a price quote arrives. The price() functions work as before, they are just in the middle of the candle now. When the entry condition is met, let f return with 2 to execute the trade, otherwise with 0.

Don't try this with normal strategies, though. Many indicators have wrong values when the last candle is incomplete, and using them for trade signals is not a good idea.

Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: jcl] #416927
02/05/13 22:50
02/05/13 22:50
Joined: Nov 2012
Posts: 209
S
SFF Offline
Member
SFF  Offline
Member
S

Joined: Nov 2012
Posts: 209
Thank you, I will try.

Re: MT4 vs. Zorro: Questions, Explanations and Comparing [Re: PriNova] #423199
05/25/13 14:13
05/25/13 14:13
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Just my 2 cents: I mentioned the problem of the 'senseless' close[0] value already in Steve Hopwoods forum where he agreed that this was one of the problems of his EAs.

PS: Some late reply from me but i'am just three days a member here :-)

Page 3 of 3 1 2 3

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1