Author: TrendLaboratory Ltd.
Are you looking for an efficient way to spot trading signals? Look no further than the Fisher_org_v1 indicator for MetaTrader 5! This semaphore arrow signal indicator is designed to help you identify when the market is overbought or oversold, providing you with real-time alerts directly to your inbox or mobile device.
What's New?
We've made some exciting updates to the indicator's code to enhance your trading experience:
- New Input Parameters:
input uint NumberofBar=1;// Bar number for the signal input bool SoundON=true; // Enable alerts input uint NumberofAlerts=2;// Number of alerts input bool EMailON=false; // Enable mailing the signal input bool PushON=false; // Enable sending the signal to mobile devices
- New Functions: We added three handy functions at the end of the indicator code:
BuySignal(),SellSignal(), andGetStringTimeframe().
How It Works
The BuySignal() and SellSignal() functions are triggered based on the indicator's calculations. They check for buy and sell signals and send alerts accordingly. Here's a quick look at how they operate:
BuySignal("iWPRSign", BuyBuffer, rates_total, prev_calculated, close, spread); SellSignal("iWPRSign", SellBuffer, rates_total, prev_calculated, close, spread);
Make sure to replace BuyBuffer and SellBuffer with the actual names of the indicator buffers. Remember, if the indicator buffers contain empty values, they should either be zeros or set to EMPTY_VALUE.
Check It Out!
Take a look at the visuals below:

Fig.1. The Fisher_org_v1_Sign indicator on the chart

Fig.2. The Fisher_org_v1_Sign indicator Generating alerts.
Related Posts
- Hourly Buffers for Data Collection in MetaTrader 5: A Simple Guide
- Unlock Trading Signals with XFisher_org_v1_Vol_Supr_Zer for MetaTrader 5
- Unlock Trading Insights with Volume Profile + Range v6.0 for MetaTrader 5
- Get Alerts with XFisher_org_v1 for MetaTrader 5 - Enhance Your Trading Strategy
- Mastering the ChandelierStops_v1_HTF_Signal Indicator for MetaTrader 5