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

Réf. : Re: [amibroker] MULTIPLE BUY and SELL


  • Date: Tue, 19 Jan 2010 22:53:45 -0500 (Est)
  • From: Yves <yltech@xxxxxxxxxxxx>
  • Subject: Réf. : Re: [amibroker] MULTIPLE BUY and SELL

PureBytes Links

Trading Reference Links



Now It's O.K.
I have missed 1 important replie
 
 
Thank 
 
 
 
 
Merci
 
YLTech ( Yves L. )
 
Le présent message et les documents qui y sont joints sont réservés exclusivement au destinataire indiqué. Il est strictement interdit d'en utiliser ou d'en divulguer le contenu. Si vous recevez le présent message par erreur, veuillez le détruire S.V.P. et nous en aviser immédiatement afin que nous puissions corriger nos dossiers. Merci.
 
This message and the attached documents may contain privileged or confidential information that are intended to the addressee only. Any unauthorized disclosure is strictly prohibited. If you happen to receive this message by error, please delete it and notify us immediately so that we may correct our internal records. Thank you.
 
yltech@xxxxxxxxxxxx
-------Message original-------
 
Date : 19/01/10 19:00:25
Sujet : Réf. : Re: [amibroker] MULTIPLE BUY and SELL
 
 

Bonjour,

You may have missed these two replies:

http://finance.groups.yahoo.com/group/amibroker/message/146093

http://finance.groups.yahoo.com/group/amibroker/message/146102

Bon chance!

--- In amibroker@xxxxxxxxxps.com, Yves <yltech@xxx> wrote:
>
> I'm try that, and I'm have always the same resut
> No different
>
> Thank
>
>
>
>
> Merci
>
> YLTech ( Yves L. )
>
> Le présent message et les documents qui y sont joints sont réservés
> exclusivement au destinataire indiqué. Il est strictement interdit d'en
> utiliser ou d'en divulguer le contenu. Si vous recevez le présent message
> par erreur, veuillez le détruire S.V.P. et nous en aviser immédiatement afin
> que nous puissions corriger nos dossiers. Merci.
>
> This message and the attached documents may contain privileged or
> confidential information that are intended to the addressee only. Any
> unauthorized disclosure is strictly prohibited. If you happen to receive
> this message by error, please delete it and notify us immediately so that we
> may correct our internal records. Thank you.
>
> yltech@xxx
> -------Message original-------
>
> De : Anthony Faragasso
> Date : 16/01/10 15:00:39
> A : amibroker@xxxxxxxxxps.com
> Sujet : Re: [amibroker] MULTIPLE BUY and SELL
>
>
> maybe after the buy and sell statements
>
>
> ----- Original Message -----
> From: Yves
> To: ML-AB-Support-ML-AmiBroker
> Sent: Saturday, January 16, 2010 12:55 PM
> Subject: [amibroker] MULTIPLE BUY and SELL
>
>
>
> In the formula Below, I'm have a lot of BUY an SELL
> In the forum of AB, you said
> USE:
> buy = ExRem( buy, sell );
> sell = ExRem( sell, buy );
>
> Maybe, But I don't know WHERE and HOW use IT ?
>
> Thank
>
> YLTech
> -------------------------------------------
> _SECTION_BEGIN("Test-B/S");
> SetChartOptions(0,chartShowArrows|chartShowDates);
> _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g
> Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
> Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
> ParamStyle("Style") | GetPriceStyle() );
> Haut= Ref(HHV(C,10),-1) ;
> Bas= Ref(LLV(C,10),-1) ;
> Plot(Haut,"HautP",colorBlue,styleLine);
> Plot(Bas,"BasP",colorRed,styleLine);
> Buy= Cross(C,Haut) ;
> Sell=Cross(Bas,C) ;
> PlotShapes(Buy*shapeUpTriangle,colorBlue,0,L,-20);
> PlotShapes(Sell*shapeDownTriangle,colorRed,0,H,-40);
> _SECTION_END();
> -------------------------------------------
> Merci
>
> YLTech ( Yves L. )
>
> Le présent message et les documents qui y sont joints sont réservés
> exclusivement au destinataire indiqué. Il est strictement interdit d'en
> utiliser ou d'en divulguer le contenu. Si vous recevez le présent message
> par erreur, veuillez le détruire S.V.P. et nous en aviser immédiatement afin
> que nous puissions corriger nos dossiers. Merci.
>
> This message and the attached documents may contain privileged or
> confidential information that are intended to the addressee only. Any
> unauthorized disclosure is strictly prohibited. If you happen to receive
> this message by error, please delete it and notify us immediately so that we
> may correct our internal records. Thank you.
>
> yltech@xxx
>

 


__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





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

__,_._,___