I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} int min = maxcount*Porcent; min /= 100; Print("maxcount="+maxcount+" min="+min); int range = maxcount- min; if (range<5) range=5; id = 0; /////// Print("count",count); //////// for (i=0;i<count;i++) { if (counter > min) { price = index * Point; name = "----------line---------"+id; id=id+1; c = counter; ObjectCreate(name,OBJ_HLINE,0,0,price); 2023.02.03 09:25:49.954 mslmsh ETHUSD,H1: count1111 2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: maxcount=3 min=0 2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: count1111 2023.02.03 09:25:54.039 mslmsh...Ignored
DislikedHi I have an indicator to be modified {image} The default shows like above. What I need is it should plot horizontal lines instead of the that dotted line and dont show the SR lines if it was taken off{file}Ignored
Disliked{quote} Kourosh, Good day. The yellow lines are still showing when the indicator is attached to H4, W1 and MN charts buy=t not on M1, M5, M15, M30, H1 and D1 charts These yellow lines do not allow me draw the supports lines on the H4, W1 and MN charts Please what do I do to remove these yellow lines as shown in the 3 TFs on which the lines are appearing Thank you for your assistance {image}{image}{image}Ignored
Disliked{quote} As I have shown, you have a variable called count whose value is equal to 1111 and as a result it draws the same number of linesIgnored
Disliked{quote} How do I remove the variable to stop drawing the lines that cover the chart?Ignored
if (!found)
{
index[count] = pips;
counter[i] = 1;
count++;
Print("count ",count);
} Print("count",count);
for (i=0;i<count;i++)
{
if (counter[i] > min)
{
price = index[i] * Point;
name = "----------line---------"+id;
id=id+1;
c = counter[i];
ObjectCreate(name,OBJ_HLINE,0,0,price); Disliked{quote} It is used in your program . if (!found) { index[count] = pips; counter[i] = 1; count++; Print("count ",count); } Print("count",count); for (i=0;i<count;i++) { if (counter[i] > min) { price = index[i] * Point; name = "----------line---------"+id; id=id+1; c = counter[i]; ObjectCreate(name,OBJ_HLINE,0,0,price); {image}Ignored
Dislikedhello I want the indicator to have a win or lose result. and has a summary of the past how much win Thanks for recommending {image}Ignored
DislikedHi all, Can you please add option for solid color box not only dot line box to this indicator? Thanks for your help {image} {file}Ignored
DislikedGreat Coders, can you make it possible to change the color of background and candle sticks in this indicator? Anytime i change the colors, and switch time frames, the revert to black background and default color of the candles sticks. Thanks.{file}Ignored