Hello together,

I'm trading until right here right now without any technical analysis indiors - and also wanna try this later on...

I'm googled some very simple usefull metatrader indiors and need some help to create they want!!! I am willing to understand the easy language also - but that I need help and expect some will show me his mt programmer skills create me the indiors as I desire?!

I will trying to know compared to different in the metatrader editor and also expect that in the next few days I will create an more complexe indior compared to the next @ 2nd...


OK - Let's get further with the Weekly_HILO_Shj...
that I WANNA HAVE ALSO THIS INDICATOR FOR THE DAILY CHARTS!!! IT ONLY WORKS UNTIL 4H TIME-FRAME...

Inserted Code // ------------------------------------------------------------------ //| Weekly_HILO_Shj | //| | //| http://www.metaquotes.ru | // ------------------------------------------------------------------ #property copyright Copyright © 2005, #property link http:// //-- #property indior_chart_window #property indior_buffers 3 #property indior_color1 Tomato #property indior_color2 DeepSkyBlue #property indior_color3 LimeGreen #property indior_width1 2 #property indior_width2 2 //-- input parameters //-- buffers extern int area =44; dual PrevWeekHiBuffer#91;#93;; dual PrevWeekLoBuffer#91;#93;; dual PrevWeekMidBuffer#91;#93;; int fontsize=10; dual x; dual PrevWeekHi, PrevWeekLo, LastWeekHi, LastWeekLo,PrevWeekMid; string Space; // ------------------------------------------------------------------ //| Custor indior deinitialization function | // ------------------------------------------------------------------ int deinit() ObjectDelete(PrevWeekHi); ObjectDelete(PrevWeekLo); ObjectDelete(PrevWeekMid); return(0); // ------------------------------------------------------------------ //| Custom indior initialization serve | // ------------------------------------------------------------------ int init() string short_name; int y; //-- SetIndexStyle(0,DRAW_LINE); SetIndexStyle(1,DRAW_LINE); SetIndexStyle(2,DRAW_LINE, STYLE_DOT); SetIndexBuffer(0, PrevWeekHiBuffer); SetIndexBuffer(1, PrevWeekLoBuffer); SetIndexBuffer(2, PrevWeekMidBuffer); short_name=Prev Hi-Lo levels; IndiorShortName(short_name); SetIndexLabel(0, short_name); SetIndexDrawBegin(0,1); //-- for(y=0;ylt;=distance;y ) Space=Space; return(0); // ------------------------------------------------------------------ //| Custom indior iteration function | // ------------------------------------------------------------------ int start() int counted_bars=IndiorCounted(); int limit, I; when (counted_bars==0) x=Stage (); if (xgt;240) return(-1); ObjectCreate(PrevWeekHi, OBJ_TEXT, 0, 0, 0); ObjectSetText(PrevWeekHi, Space HIGH minggu lalu,fontsize,Arial, Tomato); ObjectCreate(PrevWeekLo, OBJ_TEXT, 0, 0, 0); ObjectSetText(PrevWeekLo, Space LOW minggu lalu,fontsize,Arial, DeepSkyBlue); ObjectCreate(PrevWeekMid, OBJ_TEXT, 0, 0, 0); ObjectSetText(PrevWeekMid, Space 50percent hi-low,fontsize,Arial, LimeGreen); limit=(Bars-counted_bars)-1; for(I=limitation; igt;=0;I--) if (Top #91;I 1#93;gt;LastWeekHi) LastWeekHi=High#91;I 1#93;; if (Low #91;I 1#93;lt;LastWeekLo) LastWeekLo=Reduced #91;I 1#93;; if (TimeDay(Time#91;I#93;-RRB-! =TimeDay(Time#91;I 1#93;-RRB-) if(TimeDayOfWeek(Time#91;I#93;-RRB-==1) PrevWeekHi =LastWeekHi; PrevWeekLo =LastWeekLo; LastWeekHi =Open#91;I#93;; LastWeekLo =Open#91;I#93;; PrevWeekMid=(PrevWeekHi PrevWeekLo)/2; PrevWeekHiBuffer #91;I#93;=PrevWeekHi; PrevWeekLoBuffer #91;I#93;=PrevWeekLo; PrevWeekMidBuffer#91;I#93;=PrevWeekMid; //-- ObjectMove(PrevWeekHi, 0, Time#91;I#93;, PrevWeekHi); ObjectMove(PrevWeekLo, 0, Time#91;I#93;, PrevWeekLo); ObjectMove(PrevWeekMid, 0, Time#91;I#93;, PrevWeekMid); return(0); // ------------------------------------------------------------------
Can anybody overwrite this in the metatrader editor and possibly explain me How To Growth It???

By the way this indior is quite simple and working nicely!!!

Thanks beforehand, best regards have a great weekend:
https://www.cliqforex.com/attachment...1130330503.mq4
https://www.cliqforex.com/trading-sy...s-markets.html