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
2 registered members (Imhotep, opm), 785 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
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: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
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: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
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