View Single Post
  #25 (permalink)  
Old 06-26-2007, 09:31 AM
Kalenzo's Avatar
Kalenzo Kalenzo is offline
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 722
Kalenzo is on a distinguished road
Hello Traders!
I made some modifications to RSIOMA.
Here are the additional parameters:

With those two you can choose the base of calculations of rsioma

int RSIOMA_MODE = MODE_EMA;
int RSIOMA_PRICE = PRICE_CLOSE;

Those two let you decide of the moving average period and type that you wish to use as a moving average of RSIOMA.

int Ma_RSIOMA = 21,
Ma_RSIOMA_MODE = MODE_EMA;


The rest params lets you decide about the colors of the leves which are plot on the chart, and decides of colors of histogram.

extern color BuyTriggerColor = DodgerBlue;
extern color SellTriggerColor = Magenta;
extern color MainTrendLongColor = Red;
extern color MainTrendShortColor = Green;
Attached Images
File Type: gif rsioma_v2.gif (29.1 KB, 3020 views)
Attached Files
File Type: mq4 RSIOMA_v2.mq4 (5.7 KB, 1432 views)
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Reply With Quote