7 registered members (clonman, TipmyPip, Niels, dBc, Ed_Love, 3run, 1 invisible),
18,869
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: New Zorro version 2.30
[Re: jcl]
#481104
08/06/20 17:39
08/06/20 17:39
|
Joined: Jul 2017
Posts: 787
Zheka
User
|
User
Joined: Jul 2017
Posts: 787
|
Entering with initial Entry and modifying TradeEntryLimit in a tmf works exactly as suggested in the manual. TradeEntryLimit Entry limit; initially calculated from Entry. The trade will be opened when the price reaches this value. Can be modified by the TMF by setting it to the desired price (not to a distance!). So, you mean that this tmf functionality: return 4: Don't use Entry, Stop, or TakeProfit for automatically entering or exiting. Exit or enter only when the TMF returns 1 or 2. will work as expected i.e. entering a trade with "return 2" in a tmf will not conflict with a TradeEntryLimit set and will occur at the correct price?
|
|
|
Re: New Zorro version 2.30
[Re: jcl]
#481123
08/07/20 08:54
08/07/20 08:54
|
Joined: Jul 2017
Posts: 787
Zheka
User
|
User
Joined: Jul 2017
Posts: 787
|
|
|
|
Re: New Zorro version 2.30
[Re: jcl]
#481170
08/09/20 18:51
08/09/20 18:51
|
Joined: May 2015
Posts: 390 Czech Republic
Grat
Senior Member
|
Senior Member
Joined: May 2015
Posts: 390
Czech Republic
|
I found problem with version  . During install I don't see any information which version I instaled. All is "Zorro_230" - but no info about updates.
|
|
|
Re: New Zorro version 2.30
[Re: jcl]
#481185
08/11/20 15:49
08/11/20 15:49
|
Joined: Jul 2017
Posts: 787
Zheka
User
|
User
Joined: Jul 2017
Posts: 787
|
sftoa (1,1) returns 1.0 sftoa(1.0,1) returns 1.0
while sftoa(2,1) correctly returns 2
Last edited by Zheka; 08/11/20 15:54.
|
|
|
Re: New Zorro version 2.30
[Re: jcl]
#481191
08/12/20 13:01
08/12/20 13:01
|
Joined: Mar 2019
Posts: 357
danatrader
Senior Member
|
Senior Member
Joined: Mar 2019
Posts: 357
|
plot (string Name, var Value, int Type, int Color) accepts non-string values for "string Name" resulting in (potentially) unhappy plots.
Last edited by danatrader; 08/12/20 13:05.
|
|
|
|