Habib Adeyemi / Profile
- Information
1 year
experience
|
0
products
|
0
demo versions
|
7
jobs
|
0
signals
|
0
subscribers
|
Friends
10
Requests
Outgoing
Habib Adeyemi
Added topic How to move two objects at the same time.
I tried chartevent_,object_drag, the use objectgetinteger to get the distance then use objectsetinteger to set them. But this method makes the movement lag, is there a faster way
Habib Adeyemi
Added topic How do I make obj_rectangle_label behind obj_label
How do I make obj_rectangle_label behind obj_label but not behind the candle Objprop_back is placing the rectangle behind the chart
Habib Adeyemi
Added topic Code not running despite no error.
I wrote a list of strings. String cell1= "cell1"; String cell2 ="cell2"; About 50 cells For some reasons the cells doesn't run past cell 20. I used the print statement to confirm but the code doesn't print anything past cell 20
Habib Adeyemi
Added topic Corrupt files.
What do you do when you have a corrupt file? Like int promise =3; Print(promise); It will end up printing 2. Because I have declared promise =2 for days and I decided to delete and change to 3. It is very annoying Even if I delete and open
: