Beta Zorro: 1.42.0

Posted By: nanotir

Beta Zorro: 1.42.0 - 02/23/16 19:41

Hi

Not sure if this is the right place to post this. You can delete it afterwards. It just looks clean with the names of the post laugh

So the question: Is the new orphaned trade feature already built in this beta version?
Posted By: jcl

Re: Beta Zorro: 1.42.0 - 02/25/16 10:56

Yes, displaying the last possible orphan in the status panel is built in.
Posted By: nanotir

Re: Beta Zorro: 1.42.0 - 02/25/16 15:48

Thanks

Thats a great feature!

I wonder if it would be possible to get a message through metaquotes in case of a orphan trade
Posted By: Sphin

Re: Beta Zorro: 1.42.0 - 02/26/16 22:41

The MT4 bridge has changed from 1.41 to 1.42 or was it already the new one in 1.41?
Posted By: Sphin

Re: Beta Zorro: 1.42.0 - 03/05/16 14:50

I don't know if it's related esp. to 1.42 but LoopNum1 is not available in FIRSTRUN, is this intended? I thought this one belongs to system variables.
Posted By: jcl

Re: Beta Zorro: 1.42.0 - 03/05/16 17:31

Right, LoopNum1 is a system variable. So I don't know why it is not available to you. - The MT4 bridge has been last changed Feb-18 - if you have that version, you don't need to copy it again.
Posted By: Sphin

Re: Beta Zorro: 1.42.0 - 03/05/16 18:55

Me neither. laugh I use it in FIRSTRUN to adjust the length of the control panel to the number of assets in the asset loop but LoopNum1 there is 0. Later in the script it works like expected.

Wow ... that's a real difference in loading prices with the new MT4 bridge.
Posted By: Veratyr

Re: Beta Zorro: 1.42.0 - 03/06/16 19:06

I tried training Z-systems under the new beta 1.42.1 and doing so consistently crashes...

Also is it possible to use Zorro S features (like the MT4 broker) with the beta? I haven't been able to figure out how...
Posted By: jcl

Re: Beta Zorro: 1.42.0 - 03/07/16 09:27

- LoopNum1 "not available": LoopNum1 just counts the number of loop cycles. So it is 0 until the code inside the loop was executed at least once. Check how your loop behaves in the FIRSTRUN.

- Z-systems crash: Make sure that all executables, with .x extension, run on the same Zorro version where they were compiled. If the versions do not match, it can crash.

- Zorro S: The Zorro S license works with all versions. A beta version is not different to a release version, only difference is that it was not tested a long time.


If that does not help, please post again with some details about the problem.
Posted By: Sphin

Re: Beta Zorro: 1.42.0 - 03/07/16 18:38

Quote:
Check how your loop behaves in the FIRSTRUN.
Thanks! It's in deed better to code the loop before the if(is(FIRSTRUN)) condition! laugh
© 2024 lite-C Forums