Home Technical Indicator Post

Fisher_org_v1_Sign Alert: Your Go-To Indicator for MetaTrader 5

Attachments
15880.zip (4.18 KB, Download 0 times)

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(), and GetStringTimeframe().

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:

Fisher_org_v1_Sign indicator on the chart

Fig.1. The Fisher_org_v1_Sign indicator on the chart

Fisher_org_v1_Sign indicator Generating alerts

Fig.2. The Fisher_org_v1_Sign indicator Generating alerts.

Related Posts

Comments (0)