Multi Timeframe Indicators - page 1201

 
TEAMTRADER:

How did you get them in line under each other on your screen grab please?

TEAMTRADER

I did not look inside the code but i think it is about xy :)

you can adjust it easily at chart at any place.
 
mntiwana:
I think,ID can solve yoour problem,for every next instance a new ID.

try this one

How did you get them in line under each other on your screen grab please?

Could this indicator be placed on an indicator below the chart?

Thanks

TEAMTRADER

 
mntiwana:
I did not look inside the code but i think it is about xy :)

you can adjust it easily at chart at any place.

Could this indicator be placed on an indicator below the chart?

What settings of x and y did you use for your screengrab?

When I moved y setting it move only the blue timeframe annotations.

Thanks

TEAMTRADER

 
TEAMTRADER:

Could this indicator be placed on an indicator below the chart?

What settings of x and y did you use for your screengrab?

Thanks

TEAMTRADER

Did you opened source file and searched where is xy and what values.

that picture is not mine,came with indi same way bra come with bride from where i stole it :)
 
mntiwana:
Did you opened source file and searched where is xy and what values.

that picture is not mine,came with indi same way bra come with bride from where i stole it :)

         ObjectCreate(nm+tf[w-1],OBJ_LABEL,0,0,0,0,0);
         ObjectSet(nm+tf[w-1],OBJPROP_CORNER,Corner);
         ObjectSet(nm+tf[w-1],OBJPROP_XDISTANCE,(w-1)*23+15);
         ObjectSet(nm+tf[w-1],OBJPROP_YDISTANCE,Y+20);
         ObjectSetText(nm+tf[w-1],tf[w-1],8,"Tahoma",TextColor);

Good steal!

this is the code but it is not understood.

TEAMTRADER

 
TEAMTRADER:

         ObjectCreate(nm+tf[w-1],OBJ_LABEL,0,0,0,0,0);
         ObjectSet(nm+tf[w-1],OBJPROP_CORNER,Corner);
         ObjectSet(nm+tf[w-1],OBJPROP_XDISTANCE,(w-1)*23+15);
         ObjectSet(nm+tf[w-1],OBJPROP_YDISTANCE,Y+20);
         ObjectSetText(nm+tf[w-1],tf[w-1],8,"Tahoma",TextColor);

Good steal!

this is the code but it is not understood.

TEAMTRADER

Files:
 
mntiwana:

Excellent - thank you.

TEAMTRADER

 
Hello people, It is posible to do an indicator when price touch support ar recisstance? not only when S/r is starting, but anywhere in that S/R
Files:
12.png  8 kb
 
If there are indicator that giving alert when price already touch on support and resistance area

might this will great and useful, so although leaving the chart then will hear sound alter when signal confirmed
 
Hello, Mladen. Please add MTF in the indicator. Really need
Files:
DCE_BB_v1.mq4  11 kb
Reason: