PureBytes Links
Trading Reference Links
|
Hello,
Please note that this way of using params is not supported.
All param() function calls must be unconditional (i.e. do not place
Param() inside if-else statements).
This is so because parameters are read once when you initially insert
formula or modify it.
If you have rarely used params - wrap them into _SECTION_BEGIN / _SECTION_END so you can fold them
- and they won't take screen space.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Terry" <MagicTH@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, July 12, 2006 4:23 PM
Subject: RE: [amibroker] Re: How do you like new property control?
> RE: Parameters window:
>
> It would be nice if parameters would dynamically update.
>
> Example 1: I have a paramtrigger to change another parameter holding the
> symbol to the currently selected symbol. The Param screen does not
> change.
>
> Example 2: I have some hidden params for little used parameters. If I
> elect to show them with ParamToggle, you must close and reopen the
> Parameter window to be able to see them.
> --
> Terry
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
> Behalf Of Graham
> Sent: Wednesday, July 12, 2006 02:54
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Re: How do you like new property control?
>
> be nice to be able to use new beta but problems with watchlist right
> click in workspace stops me using it
>
> On 12/07/06, Tomasz Janeczko <groups@xxxxxxxxxxxxx> wrote:
>> Herman,
>>
>> New property grid allows to resize left column down to almost zero -
> just drag the divider line
>> - you may try it on Symbol Information window.
>>
>> As for keypad area - I think that ParamTrigger already offers button
> functionality
>>
>> As for ParamLoad - since all parameters are stored in single file
> (curently broker.params)
>> this would mean loading parameters for ALL charts. I am not sure if
> you would be after
>> loading all parameters for all panes.
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>> ----- Original Message -----
>> From: "psytek2" <psytek@xxxxxxxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Wednesday, July 12, 2006 4:16 AM
>> Subject: [amibroker] Re: How do you like new property control?
>>
>>
>> > Tomasz,
>> >
>> > I am not entirely sure what you are talking about but if you are
>> > changing the Parameter window layout perhaps it can be changed to
>> > include single-legend buttons, for many of my Params the left half
>> > of the Param window is redundant. Or perhaps a suppression option
>> > for the left half could be considered.
>> >
>> > A "KeyPad" area for simple Trigger and Toggle functions
>> > like "BUY", "SELL", "LONG/SHORT", etc would be very nice to control
>> > Real-Time trading systems. For this type of control a windows
>> > toolbar for custom afl functions would be better, but ...
>> >
>> > Another feature would be a ParamLoad() to load a whole new set of
>> > Parameters from a file. This would be nice to manage trading
>> > parameters for different stocks.
>> >
>> > Best regards,
>> > herman
>> >
>> >
>> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
>> > wrote:
>> >>
>> >> Hello,
>> >>
>> >> I would like to ask you how do you like new property list control
>> >> that is used in 4.81 for Symbol Information (fundamental info)?
>> >>
>> >> Specifically I am askign if you like it better than old one used
>> > in
>> >> Parameters window.
>> >>
>> >> I am asking because my plan is to replace Parameters window
>> >> by docking propertly list exactly the same as used in Symbol
>> > Information window,
>> >> so it can be either floating or docked (you decide).
>> >> Also new propertly list control supports keyboard navigation while
>> >> old one does not (this addresses some earlier concerns about
>> > parameter window
>> >> not being keyboard-friendly). There are also some differences in
>> > visuals.
>> >>
>> >> So I am curious what do you think.
>> >>
>> >> Best regards,
>> >> Tomasz Janeczko
>> >> amibroker.com
>> >>
>> >
>> >
>> >
>> >
>> >
>> >
>> > 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 other support material please check also:
>> > http://www.amibroker.com/support.html
>> >
>> >
>> > Yahoo! Groups Links
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>
>>
>> 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 other support material please check also:
>> http://www.amibroker.com/support.html
>>
>>
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://e-wire.net.au/~eb_kavan/ab_write.htm
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
|