[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- To: Dennis Brown <see3d@xxxxxxxxxxx>
- Subject: Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- From: Herman <psytek@xxxxxxxx>
- Date: Wed, 6 Feb 2008 11:10:17 -0500
PureBytes Links
Trading Reference Links
|
Thanks Dennis, its not the solution I had in mind but assigning indicators to varset() will solve the problem. it just takes a bit more coding.
I was looking for a direct solution, like VarSelect( RSI(), MA(), SAR(), ... , n);
thanks and best regards,
herman
For tips on developing Real-Time Auto-Trading systems visit:
http://www.amibroker.org/userkb/
Wednesday, February 6, 2008, 11:03:23 AM, you wrote:
>
|
Herman,
VarGet(""var"+n);
Best regards,
Dennis
On Feb 6, 2008, at 10:31 AM, Herman wrote:
Would anyone know how to implement this function:
VarSelect( var1, var2, var3, ... , Varn, n);
where the number of array arguments is variable and the array returned is selected by the last argument?
The intend is to be able to optimize several of these functions and look for synergy between the arrays. For example each array could be a different indicator.
I seem to be missing something here...
TIA,
herman
|
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
__,_._,___
|
- References:
- [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Prev by Date:
Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Next by Date:
[amibroker] Re: How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Previous by thread:
Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Next by thread:
Re: [amibroker] How to implement: VarSelect( var1, var2, var3, ... , Varn, n);
- Index(es):
|
|
|