Watch in the toolbar when you are typing a reply, There's an icon lt;/gt; . If you click on that you will find a end and start code. Set in its center.Originally Posted by ;
Cheers!
![]() |
![]() |
Watch in the toolbar when you are typing a reply, There's an icon lt;/gt; . If you click on that you will find a end and start code. Set in its center.Originally Posted by ;
Cheers!
You tried to create a new object with the same name. That is why the object isn't shown because it got replaced.Originally Posted by ;
Inserted Code series FIB_SUP1=TEST; series FIB_SUP2=TEST2; void OnStart() ObjectCreate(0,FIB_SUP1, OBJ_RECTANGLE, 0, iTime(NULL, PERIOD_D1, 0), Close91;593;, Time#91;0#93;, Close#91;0#93;-RRB-; ObjectSetInteger (0,FIB_SUP1, OBJPROP_BACK,1 ); ObjectSetInteger (0,FIB_SUP1, OBJPROP_COLOR, C'0,52,62'); ObjectSetInteger(0,FIB_SUP1, OBJPROP_STYLE, 2); ObjectCreate(FIB_SUP2,OBJ_ARROW,0,Time#91;0#93;,Cl ose91;0#93;-RRB-; ObjectSet(FIB_SUP2,OBJPROP_ARROWCODE,SYMBOL_RIGHTP RICE); ObjectSet(FIB_SUP2,OBJPROP_COLOR,C'0,52,62');
ok but for your own sup1 is rectangel but need 2 lines top and bottomOriginally Posted by ;
I tried to plot similar to this pic. . For what I could do
Thank you , I love the help. I fixed what you proposed, got it and =D crashed. I am sure it was because of the Number of orders it tried to place, I'll have to add code to place once per candle. It appears to be a common question so that I won't continue asking you mend it . Your videos are a excellent help!
are you dumb or annoying? Employ some one to make you it if no one inforexintuitivedoesn't wish to do what you are asked.Originally Posted by ;
No difficulty. I think you need to pay attention to this flag logic. I didn't pay much attention. All the BestOriginally Posted by ;
I was rudeOriginally Posted by ;
Maybe this is what you're asking for.
TEST2 and TEST 3 would be the price tag
Inserted Code // ------------------------------------------------------------------ //| test.mq4 | //| Copyright 2016, MetaQuotes Software Corp.. | //| https://www.mql5.com | // ------------------------------------------------------------------ #property copyright Copyright 2016, MetaQuotes Software Corp. #property Hyperlink https://www.mql5.com #property version 1.00 #property stringent // ------------------------------------------------------------------ //| Script software start function | // ------------------------------------------------------------------ string FIB_SUP1=TEST; string FIB_SUP2=TEST2; string FIB_SUP3=TEST3; void OnStart() ObjectCreate(0,FIB_SUP1, OBJ_RECTANGLE, 0, iTime(NULL, PERIOD_D1, 0), Close#91;593;, Time#91;0#93;, Close#91;0#93;-RRB-; ObjectSetInteger (0,FIB_SUP1, OBJPROP_BACK,1 ); ObjectSetInteger (0,FIB_SUP1, OBJPROP_COLOR, C'0,52,62'); ObjectSetInteger(0,FIB_SUP1, OBJPROP_STYLE, 2); ObjectCreate(FIB_SUP2,OBJ_ARROW,0,Time#91;0#93;,Cl ose91;0#93;-RRB-; ObjectSet(FIB_SUP2,OBJPROP_ARROWCODE,SYMBOL_RIGHTP RICE); ObjectSet(FIB_SUP2,OBJPROP_COLOR,C'0,52,62'); ObjectCreate(FIB_SUP3,OBJ_ARROW,0,Time#91;0#93;,Cl ose#91;593;-RRB-; ObjectSet(FIB_SUP3,OBJPROP_ARROWCODE,SYMBOL_RIGHTP RICE); ObjectSet(FIB_SUP3,OBJPROP_COLOR,C'0,52,62');
thank you for such kindness.... I wont ask anymore here following ... to learn motive I asked here... there I shared my thought also... for my little requests... I know clearly how people are .... Really hearty thanks... god revealed me the real face of some people frequently to me...Originally Posted by ;