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

SV: [amibroker] ParamDate help needed.



PureBytes Links

Trading Reference Links

Hello,

Thank you very much. It worked. When I tried myself I managed to get green little arrows under every bar. J

Me very happy and thankful now,

JM

 


Från: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] För Steve Dugas
Skickat: den 31 maj 2008 18:26
Till: amibroker@xxxxxxxxxxxxxxx
Ämne: Re: [amibroker] ParamDate help needed.

 

Hi - You can try something like this. Untested...

 

StartDate = ParamDate( "Start Date", Date() );

DateBar = ValueWhen( DateNum() == StartDate, BarIndex() );

ArrowBar = DateBar + 3;

PlotShapes( IIF( ArrowBar == BarIndex(), ShapeUpArrow, ShapeNone ), colorGreen );

 

Steve

 

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

From: Jan Malmberg

Sent: Saturday, May 31, 2008 11:19 AM

Subject: [amibroker] ParamDate help needed.

 

Hello,

I have been trying to understand how to program the following:

From a specific start date, that I set and get from ParamDate, I would like to add 3 bars (and/or days) and then plot an arrow below that date. I am still an absolute beginner in understanding AFL and programming in general, so my apologies (sort of) if this is something which should be evident or clearly explained in the manual and thus barely worth anyone’s time.

I appreciate any help or suggestion.

Best regards / JM

__._,_.___

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

__,_._,___