www.forex-tsd.com/indicators-metatrader-4/87-indicators-alert-signal-12.html
POST # 113
Hi
I see a lot of people here asking to add forex alarm when an forex trading indicator is light up. Especially when a arrow/bullet is turn on.
Actually, it is very simple task. All you have to do is follow the following instructions.
1) Every forex trading indicator has an forex indicator array that keep the values of the forex trading indicator. Values can be 0 or not 0. To find out the forex trading indicator name look for the command: SetIndexBufferIn the forex trading indicator editor it should look like thisSetIndexBuffer
(0,ExtMapBuffer);
SetIndexBuffer
(1,ExtMapBuffer
2); This lines tell us that we have 2 indicator buffers
2) Look when the forex trading indicator buffer change its value. In the example above we will look to line that contains the following patter:ExtMapBuffer[number] = where number can be a figure or a name. For example: if(res!=0.0) ExtMapBuffer[shift]=res;if after the equal sign there is 0 do nothing.3) Change it to make an forex alarm.After finding the value setting line we will add an alarm to it.a) add { before the setting. In the example above :if(res!=0.0) {ExtMapBuffer[shift]=res;b) add the Alert command after the ;. In the example above:if(res!=0.0) { ExtMapBuffer[shift]=res;Alert("Indicator set");}Do not forget to close the } 4) repeat for every buffer value settingCompile and you have an forex indicator with alert Hope it will help you
More Forex Trading Indicator
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2008
(63)
-
▼
October
(46)
- Forex Trading Indicator - MACD Dots - Forex Signals
- Forex Signals - Pac_Man - Forex Trading System EA
- Enhanced BASIC Synergy FOREX EXPERT ADVISOR
- Profit Forex trading method #2
- Forex Trading Method Number ONE
- Forex Trading - Forex Live -on- the - News Webinar...
- Free Forex Signals - Final offer - Is it possible ...
- Easy forex trading MA System
- How to use Presets for your forex expert.
- To refresh forex EAs and or forex Indicators witho...
- How to tell forex Experts from forex Indicators
- Handy hedge free forex strategy
- EuroX2 - Forex Automated trading
- The Importance of the Money Management
- MetaTrader 4 Forex Backtesting F.A.Q.
- MetaTrader Forex Brokers List
- How to put a forex Indicator in a chart.
- For all which want reliable backtest
- DOCUMENATION for WRR_ZUP_INFO_v02 .mq4 forex Indic...
- Forex Trading ECN Lesson
- RSI-R2 – SUPER RSI forex Expert Advisors Frequentl...
- Intersection of fast and slow lines. forex lessons
- NoahDePhan, 10Pips
- A New Exit Strategy - The ATR Ratchet By Chuck LeBeau
- Elder Stops
- Forex Education - Forex EA Testing Setup and Proce...
- How to Insert and activate an forex Exper Advisor?...
- Forex Automated EA - Forex strategy ...
- How to trade Heikin-Ashi - Forex Signals
- How to tell forex trading Experts from forex Indic...
- TRANSCRIPT OF AUDIO FILE #4496 OF PHILLIP - FOREX ...
- 4H MACD PRICE MOVEMENT RULES – FOREX SIGNALS
- THE BALANCE LINE TRADES
- Adding a Magic Number to an automated forex tradin...
- How to add a Magic Number to a FOREX AUTOPILOT EA
- How to add alarm to any forex trading indicator
- How I use Murrey Math
- forex trading strategies - HAS Forex Trading Scalp...
- 3 Simple moving average Fractal forex system
- Here I will give you a description of the simple t...
- Forex Trading - ATCF forex trading System
- The 4 Hour MOMENTUM TUNNEL FOREX TRADING METHOD
- MACD Forex Indicator
- Forex Trading Criticial Points
- Forex Trading Strategies
- Forex Trading System - 1 HOUR TUNNEL METHOD BY VEGAS
-
▼
October
(46)
No comments:
Post a Comment