Forum

Trying to code an indicator that detects GAP - 5 pips gaps - But cannot solve the problem of JPY crosses 2 decimal and Non Jpy crosses 4 decimals - 0.0005

Hi guys, I coded a simple indicator that will send me an email when: 1) Open of Current bar < Low of Previous bar - 0.0005 (5pips) But This does not work for JPY crosses as it is 0.05 for JPY crosses. How do I solve it? Can I make it work for 3 and 5 decimals too

Urgent: Please assist: Symbol() but it is giving me the wrong Currency Symbol it is attached to

Hi guys, Please assist. I created an alert to alert on first touch of Moving average but it is alerting me on the wrong symbol. I attached it onto AUDJPY but it alerts - EMA touched on AUDCAD DO you know why? Below is the full code

How to stop this indicator giving me repeated alerts

//+------------------------------------------------------------------+ //| MA Cross Arrows.mq4 | //| Copyright © 2006 Scorpion@fxfisherman.com | //+------------------------------------------------------------------+ #property copyright "FxFisherman.com" #property link "http://www.fxfisherman.com"

How to make an indicator not remove the trendlines I have drawn when I change the time frame of the chart

Hi guys I have an indicator that will delete off all the trendlines I have drawn when I change the timeframe of the chart. Is there anyway for it not to remove off the trendline

How to make the Indicator write in the DESCRIPTION portion of the horizontal line it drew

Hi guys, I have this code called Sweetspot gold that draws lines at every specific interval like 500 pips etc It writes a Name at every horizontal line it draws string linename= "[SweetSpot] " + text + " Line", [SweetSpot] 1.6500 Line Can this be written in the DESCRIPTION too

Does anyone know of an indicator that alerts via email on First touch of Moving Average or just a Touch on MA?

Is it possible to do 1 or is there any floating around. Price touch of Moving Average

Multi Time Frame Indicator - Is it possible to get it to alert once only for every timeframe 5 mins before timeframe ends?

Hi guys, Was wondering as I have a Multi Time Frame indicator checking for a certain bar pattern (mainly inside bar) on the H1, H4, D1, W1 It works on the basis of if Previous bar high < Previous bar high + 2 && Previous Bar low > Previous bar low + 2 So it is using previous bar to prevent it from

Email me only 1 time on Trendline Touch - How to do it?

I have the below code and I added SendMail("FXCM " + Symbol(),"H:"); to send me an email once there is a trend line touch How can I make it send me an email only once when it touches the trend line //+------------------------------------------------------------------+ //| HLine Alert.mq4 |

Urgent : Please help - Need to make this indicator sensitive to the nearest 1 pip instead of 10 pips

This indicator does not work on a 4 decimal place MetaTrader account if I put it as 3 pips but if I use a 5 decimal place MetaTrader account and put 30 pips, it tracks the bar highs and lows to the nearest 3 pips. Anyone knows why? Thank you

EA Programmer needed - Please email me for details of the method

Hi I am looking for an EA programmer to program a strategy I have. Please email me at tradertt123456 A T gmail D O T com and quote your price and I will send you the details of the strategy I need coded