السلام عليكم ورحمة الله وبركاته
هذي معادلات بولنقر باند للميتا ستوك
اسحبه على الرسم ياتي كما في الشاارت اسفل.
طبعا الالوان تحتاج منك تغيير لانها راح تصير لون واحد
Periods:=Input("Enter the number of periods: ",1,100,16);
Factor1:=Input("Enter the number of deviations: ",.01,100,1.618);
Factor2:=Input("Enter the number of deviations: ",.01,100,2.618);
Factor3:=Input("Enter the number of deviations: ",.01,100,4.240);
UpperBand3:=Mov( C, Periods, S) + ( factor3 * ATR(periods));
UpperBand2:=Mov( C, Periods, S) + ( factor2 * ATR(periods));
UpperBand1:=Mov( C, Periods, S) + ( factor1 * ATR(periods));