[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] $64,000.00 Question for Tomasz?



PureBytes Links

Trading Reference Links

Hello,
 
Sorry but I don't get it. Could you pleas elaborate WHY do you think that
"using the drawing tool “horizontal line” would be the most effective way to implement direct chart trading" ?
 
Do you mean that you want to draw a line manually and use it as a trade entry / exit?
If so, you can access manually drawn trend line using Study() function
 
An actual example how to detect price cross vs manually drawn trend line is in the guide:
 
Note that horizonal line in AmiBroker is just a kind of a trendline so it works with Study() function too.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: KBH
Sent: Sunday, March 16, 2008 10:57 AM
Subject: RE: [amibroker] $64,000.00 Question for Tomasz?

After going thru the 4 different methods you suggested for drawing lines, I come to the conclusion that

using the drawing tool “horizontal line” would be the most effective way to implement direct chart trading.

 

I realize I can draw 3 horizontal lines on the chart and then modify the properties as needed: color, study ID, etc…

but that is not  efficient.

 

Also since the actual trading parameters would need to be in AFL it seems only logical to control horizontal lines at code level also.

 

So for the $64,000.00 question; Is it possible to create/access/control all of the properties that make up the “horizontal line” from the draw toolbar and reference them in AFL code?

 

Thanks for your reponse.

 

 

 

 

From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Tomasz Janeczko
Sent: Saturday, March 15, 2008 11:38 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Question for Tomasz?

 

Hello,

 

You can draw your lines using FOUR different methods:

 

a) PlotGrid - this function allows to plot horizontal grid line at any leve (the easiest method)

 

Plot( C, "Price", colorBlack, styleCandle );
PlotGrid( LastValue( Close ), colorRed ); // this example plots horizontal line at the value of last close

 

b) Plot - using regular Plot you are able to plot any line including horizontal lines:

 

Plot( C, "Price", colorBlack, styleCandle );
Plot( LastValue( C ), "LastClose", colorRed ); // this example plots horizontal line at the value of last close

 


c) you can draw trendlines (not only horizonal) using combination of Plot and LineArray:

Examples here:

 

 

d) you can draw ANYTHING you can imagine, using low level gfx:

 

Best regards,
Tomasz Janeczko
amibroker.com

----- Original Message -----

From: KBH

Sent: Saturday, March 15, 2008 8:50 PM

Subject: [amibroker] Question for Tomasz?

 

Tomasz,

 

Are the properties that define the drawing tools somewhere in an AFL code? In other words I want to be able to

create a horizontal trend line thru AFL code and be able to control its behavior in my code.  

 

The goal is trading from price chart by creating horizontal trend lines that would trigger entries, set stops and

targets, with a click of a button I want to place 3 or more trend lines in price pane and then be able to adjust

there location, once set then arm them and when price crosses orders are sent out.

 

I understand that I could use the horizontal trend line drawing tool to create 3 trend lines then go to properties

and set the study ID of each line. But I want to automate the process thru AFL.

 

Thanks for your input.

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1330 - Release Date: 3/15/2008 2:36 PM

 

No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1330 - Release Date: 3/15/2008 2:36 PM

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1330 - Release Date: 3/15/2008 2:36 PM

 

No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1330 - Release Date: 3/15/2008 2:36 PM


No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1330 - Release Date: 3/15/2008 2:36 PM

__._,_.___
Groups related to amibroker

equismetastock (734 common members)
Investments/General: Established January 15, 1999 this site is open to ...

TWSAPI (656 common members)
Investments/Software: Not affiliated with Interactive Brokers Interactiv...

bse-nse2005 (485 common members)
Investments/Online Investing and Trading: We now have our very own website - www.desitraderm...

e-mini_traders_anon (364 common members)
Investments/Daytrading: The spirit of this group is traders helping trader...

quotes-plus (334 common members)
Investments/Software: This group is for Quotes Plus customers. Others ar...


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




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___