Forum

How to find Second M15th Candle Open price of the day

Guys, Need help with syntax. I need to find Second Candle of the day's Open Price . The code below works for first half an hour of the day, then it does not produce the result i want because of "0"(Current Candle). Kindly guide me with the right syntax. if ( iOpen ( Symbol (), PERIOD_D1 , 0 ) ==

Displaying text on a chart with opaque background

I am trying to display text on a chart with OPAQUE background but no luck so far. I will appreciate any suggestions

Need Guidance in code for to display buy and sell value like seen in the screenshot

Dear friends, I am learning to code in mt4 and got a hang of it. I came across an indicator that display buy and sell value as seen in the screenshot below. Please guide me with study material or sample code on how to display buy and sell suggestions like seen in the screenshot. The logic is my

Printing the close value of the candle above the same candle itself

Hi All, I am new to mt4 programming. I am using two moving averages 50 and 200. Can some help me out by giving me mt4 code to print close price of the particular candle where the moving averages cross each other. Also i wish to print the close price above the same candle itself. It will be