PureBytes Links
Trading Reference Links
|
Dimitris,
Thank you for your comments.
Actually AmiBroker is the only platform I am aware of that
BUILDS ACTUAL CODE from drag and drop operations
AND at the same time allows the user to interact with a mouse EVEN IF
code is modified by hand.
It also allows to write the code by hand and make it accessible
to mouse operations using _BEGIN_SECTION/_END_SECTION.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, September 20, 2004 9:41 PM
Subject: [amibroker] Re: Dragging to indicator pane doesn't work for me
> Thomas,
> d&d is a big help but it is not magic, we should know some AFL basics
> to make it work.
> RSI() is applied to Close, you need RSIa() to get the RSI of an MACD
> for example.
> Zig() should be applied to positive arrays only a Zig over an MACD
> would work via d&d BUT the result will be wrong [since MACD is
> negative from time to time]
> IMHO this is the only negative impact of the d&d, users should not
> use it like a toy, a good AFL knowledge is required to make things
> easier.
> On the other side, when we d&d 2 or 3 indicators in the same pane,
> take a look at the IB code : It is perfect, it is VERY WELL written
> but it is not written by the user !!After the great result of the
> magic "Apply" button, the user should study carefully the new code
> and understand its structure. I do not thing it is easy, especially
> because the magic result is already available in the new pane.
> Just some thoughts on the new d&d feature, nothing more...
> Dimitris
> --- In amibroker@xxxxxxxxxxxxxxx, Thomas Ludwig <Thomas.Ludwig@xxxx>
> wrote:
>> The new AB version is absolutely great.
>>
>> But I'm having a big problem when I drag an indicator to an
> indicator pane
>> containing, say, RSI. In the price field of the context menu the
> close
>> appears and I can change that to open, high, low, volume and OI -
> but not
>> to RSI! So the new indicator is calculated for the wrong data.
>>
>> Am I the only one having this problem? Any solution?
>>
>> Greetings, Thomas
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|