ccou / Profile
ccou
Added topic Why does ObjectFind() never find my object??
Hi everyone, Why does ObjectFind() never find my object?? Thanks! #property strict double t_SL[ 1 ]; int OnInit () { t_SL[ 0 ]= Bid ; ObjectCreate ( "t_SL" + IntegerToString ( 0 ), OBJ_HLINE , 0 , 0
ccou
Added topic How to increase SL, TP, Entry lines thickness?
Hi everyone, 1) Is it possible to drag and drop the SL & TP without having to press teh ALT key? §If yes, how? 2) I have a UHD monitor and the SL/TP/Entry price lines are much too thin. How can I increase their width? Thanks
ccou
Added topic TEXT FILE: I can only read the first line! Why?? Thanks!
Hi everyone! I want to read this text file : 237 DC 8.9 12.5 217 DC 7.5 10.6
ccou
Added topic Why don't Comments (buy, sell or closeall) display when I click on the buttons??
Hi! Thanks ! #property strict #include <stdlib.mqh> #include <Controls\Dialog.mqh> #include <Controls\Button.mqh> extern string sVisualSettings= "<<=== Visualization Settings ===>>" ; // <<=== Visualization
: