Forum

How to get time and price coordinate on a chart?

I am using the following methods to get current time and price coordinate of a chart. datetime time1 = ( datetime ) ObjectGetInteger ( 0 , "angle" , OBJPROP_TIME ); double price1 = ObjectGetDouble ( 0 , "angle" , OBJPROP_PRICE ); Print(time1); Print(price1); But I am always getting time is

Why this trade doesn't close?

I am new to writing MQL5 code. My EA entered trade and put SL and TP. Price hits TP, but trade doesn't close. I am wondering why? The trade is show in the following screenshot

How to plot 100SMA and OBV on same indicator chart

I am using web terminal for MT4 trading and is it possible to plot 100SMA and OBV on same indicator chart. The chart is shown in the attached file. On the OBV plot, I like to add in 100SMA

Why I can't see parapolic SAR on metatrader-4 platform?

I did include Parabolic SAR on the chart. Indicator list shows that there is PSAR on the chart. But I can't see it. PSAR properties box doesn't have color change option. How can I see PSAR pattern on the chart? The chart is shown in the attached picture

Why I don't see real time exchange rate at metatrader-4 platform?

Why I don't see real time exchange rate at metatrader-4 platform? I am from Singapore. But when I look at GBPUSD chart , I see only latest to 23 Feb (12:15). Actual time I am looking at the chart is 23 Feb (21:39). Why I don't see latest exchange data on the chart

How to see Currency Strength Meter on metatrader4 platform?

I like to see currency strength meter on my metatrader4 platform. How can I do that