You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Has anyone got code to remove the weekends from two points in time?
I want to place a text object 23% the distance between two time points on a trend line, on a daily chart. I get the time of each end point on the trend line using: Time1=ObjectGet("t1", OBJPROP_TIME1), Time2=ObjectGet("t1", OBJPROP_TIME2) then work out the 23% distance using: Time23 = Time1+(Time2-Time1)*0.236. I use ObjectCreate to place the text at Time23. But the text object is not placed at the correct place it is shifted to far to the right because the charts stop over the weekend but time dosent
Thanks, Steve