Forum

Get bid from different timeframe

I'm writing an indicator for a 15 min chart and I want one of the conditions to be that the current bid on the 60 minute chart must be greater than the 8 EXP mov avg. How would I get the 60 min bid price? I don't think Bid(60) is allowed. What I need to do is something like the following: IF the Bid

Pop-up price window in the void...

I can't locate my pop-up price window. The last time I was able to see it I dragged it just above the task bar at the bottom of the screen. When I press f10 the MT4 screen becomes inactive but the po-up price window is nowhere to be found. Re-starting MT4 doesn't bring it back either...any thoughts

Script help with Refreshrates();

I need to have this script run continuously run until the conditions are met for the email to be sent once and the alarm to sound once. I need to enter the Refreshrates(); command in the correct areas in the script so the bid and the indicators are updated continuously. Any thoughts

How to print the current time on the chart as an object...

I'm working on an alert indicator that I would like to print the local time (central time USA) not server time on the chart when the alert occured. I've got the alert working to print out BULL ALERT on the chart window but I'd like to have it say BULL ALERT AT 18:43:35 (my local time). How would

Code Help

I need a little help. This code is supposed to plot arrows on top of or below the price bars when the RSI values are met. I'm having trouble with a parenthesis issue. Can someone fix this bug for me and make sure it works? I have no clue right now. I'm still in Chapter 1 MQL

Quick help

//+------------------------------------------------------------------+ //| VlineTime. mq4 | //| | //| | //+------------------------------------------------------------------+ #property copyright "whodat" #property link "medat" #property indicator_chart_window int LonOpen=945;