Home
Option Tools
Services Offered
My Services
Contact Us
Charts
Charts (Premium)
Chart Watch
JCharts (EOD)
JCharts(EOD-COMM)
HCharts (EOD)
HCharts (EOD-COMM)
Forum
Stock Lists
Screener (EOD)
Screener (EOD-Comm)
Breadth Charts
Calculators
Education
Links
FAQs
Advertise Here
Charts (Old)
Login Form





Lost Password?
No account yet? Register
  iCharts Discussions

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Request for a moving avg crossover indicator

 
Post new topic   Reply to topic    iCharts Discussions Forum Index -> Custom Indicators
View previous topic :: View next topic  
Author Request for a moving avg crossover indicator
infonaga
White Belt
White Belt


Joined: 13 Apr 2008
Posts: 1

Post: #1   PostPosted: Tue Dec 09, 2008 10:31 am    Post subject: Request for a moving avg crossover indicator Reply with quote

Dear Swing Trader Sir,

I request you to make a small custom indicator for me - this is basically a moving average cross over with variable MA period and a variable bias : kindly do needful and inform me......... this is written in ami language - kindly ask me, if any clarification is required

=============================

small = 10;
big = 50;

sma = MA(close,small);
bma = MA(close,big);


bias = 10;
Buy = (H > bma + bias) & sma > bma ;
Sell = (L < bma - bias) & sma < bma ;


Buy = ExRem( Buy, Sell);
Sell = ExRem( Sell,Buy);

Filter = Buy OR Sell ;

//Plot buy and sell signals
=======================================
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    iCharts Discussions Forum Index -> Custom Indicators All times are GMT + 5.5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

@MEMBER OF PROJECT HONEY POT
Spam Harvester Protection Network
provided by Unspam