hello 
I have a question
how to set text vertically in this part of code? like here: https://c.mql5.com/31/7/pz-candlesti...creen-3873.png
thanks in advance for the help
I have a question
Inserted Code
if ((C1>O1)&&(O>C)&&(O<=C1)&&(O1<=C)&&((O-C)<(C1-O1))) {
if (Display_Harami == true) {
ObjectCreate(PatternText[shift], OBJ_TEXT, 0, Time[shift1], High[shift1] + Range*1.5);
ObjectSetText(PatternText[shift], "Harami", 8, "Times New Roman", CornflowerBlue);
downArrow[shift1] = High[shift1] + Range*0.5;
}
if (shift == 0 && Show_Alert == true) {
pattern="Bearish Harami Pattern";
setalert = 1;
}
} thanks in advance for the help
Trade or not to trade - that is the question...