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

[amibroker] Plot MA only Time Frave under Daily


  • Date: Sat, 19 Dec 2009 15:50:07 -0500
  • From: Yves <yltech@xxxxxxxxxxxx>
  • Subject: [amibroker] Plot MA only Time Frave under Daily

PureBytes Links

Trading Reference Links



In the formula below
I would PLOT the MA ONLY when Time Frame is under Daily(60,15 or 5 minute ONLY)
Why this formula don't work &
 
Thank
 
YLTrend
 

_SECTION_BEGIN("MA100");

IIf(Interval()<85000, // IIF(Time frame < Daily

Plot( MA(C,100),"MA100",colorBlue,styleLine),0);

_SECTION_END();

_SECTION_BEGIN("MA200");

IIf(Interval()<85000, // IIF(Time frame < Daily

Plot( MA(C,200),"MA200",colorBlack,styleLine),0);

_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@xxxxxxxxxxxx


__._,_.___


**** 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

__,_._,___