النتائج 1 إلى 3 من 3
الموضوع: 4 bar rule expert and indicator
- 26-10-2008, 04:29 AM #1
4 bar rule expert and indicator
but i want to know why it hangs the meta trader ,,
could any tell me or help me to make it a good indicator first then make it an expert
(it works nice with trending periods ,,, and nutral in trading ones (sum of winning = sum of loosing )) then equal is winning
double x1=0;
double x2=0;
double price=0;
double w=0;
double x=0;
double y=0;
double z=0;
double c=0;
double b=0;
double n=0;
double m=0;
double l=0;
double p=0;
double q=0;
double j=0;
price=Close[0];
w=High[1];
x=High[2];
y=High[3];
z=High[4];
n=Low[1];
m=Low[2];
l=Low[3];
p=Low[4];
if(w>=x)
c=w ;
else
c=x;
if(y>=z)
b=y ;
else
b=z;
if(c>=b)
x1=c;
else
x1=b;
if(n<=m)
q=n;
else
q=m;
if(l<=p)
j=l;
else
j=p;
if(q<=j)
x2=q;
else
x2=j;
for(;;)
{
for(;;)
{
if(price>=x1)
break;
}
print("www\n");
for(;;)
{
if(price<=x2)
break;
}
print("mmm\n");
continue;
}
- 26-10-2008, 04:30 AM #2
رد: 4 bar rule expert and indicator
معلش مطلوب مساعده عشان انا مبتدئ فى البرمجة لتعديل ال indicator و تحويله ل expert
شكرا فى انتظار الرد
- 27-10-2008, 01:46 PM #3
رد: 4 bar rule expert and indicator
ياأخي قل ما تريد بطريقة أدبية وليس علمية نقدر نساءدك باذن الله
المواضيع المتشابهه
-
INDICATOR
By deadsoul in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EAمشاركات: 13آخر مشاركة: 19-04-2010, 06:09 PM -
طلب من الخبراء : مؤشر Delphi scalper indicator & FXSmooth Indicator
By MoaidFX in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EAمشاركات: 7آخر مشاركة: 13-04-2010, 02:48 AM -
does anyone know what this indicator(s) is?
By pixwin in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EAمشاركات: 12آخر مشاركة: 31-03-2010, 12:57 PM -
IF indicator!!!
By احمد - الحسينى in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EAمشاركات: 7آخر مشاركة: 30-11-2009, 03:59 AM -
BWT INDICATOR
By ابو عبد الله 2009 in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EAمشاركات: 22آخر مشاركة: 01-10-2009, 03:27 PM