Tuesday, September 2, 2025
No Result
View All Result
The Financial Observer
  • Home
  • Business
  • Economy
  • Stocks
  • Markets
  • Investing
  • Crypto
  • PF
  • Startups
  • Forex
  • Fintech
  • Real Estate
  • Analysis
  • Home
  • Business
  • Economy
  • Stocks
  • Markets
  • Investing
  • Crypto
  • PF
  • Startups
  • Forex
  • Fintech
  • Real Estate
  • Analysis
No Result
View All Result
The Financial Observer
No Result
View All Result
Home Forex

Create EA (iCustom) with SMART MONEY BREAKOUT CHANNELS Scanner Indicator – Analytics & Forecasts – 2 September 2025

Create EA (iCustom) with SMART MONEY BREAKOUT CHANNELS Scanner Indicator – Analytics & Forecasts – 2 September 2025
Share on FacebookShare on Twitter


To make use of the Good Cash Breakout Channels Scanner indicator (ver.1.20 – obtain hyperlink on the finish of the article) for EA, you’ll be able to see the directions beneath:

a. The buffers within the indicator and their indexes:

MT5 buffer indexes:

MT4 buffer indexes: 

b. Required enter parameters:

– To make use of iCustom, it’s good to fill in all of the parameters, as a result of the indicator makes use of a scanner, so the parameters should be entered appropriately to keep away from conflicts. Beneath are the required and necessary enter parameters, you’ll be able to change their default values ​​as you want:

enter int iMaxBarsBack = 5000;
enter bool overlap = false;
enter bool sturdy = true;
enter double body_ratio = –100;
enter int length_ = 100;
enter int length14 = 14;
enter int stdev_length = 14;
enter int ivol_type = 0;

enter int smoothedvol_length = 20;
enter int duration_length_min = 10;
enter ENUM_TIMEFRAMES tf = PERIOD_M1;
enter int iID_sc = 99;

c. iCustom:

MT4 Model 1.20:

double getValueBuffer(string fSymbol,          
                      ENUM_TIMEFRAMES fTimeframe,  
                      int fIndex,            
                      int fShift                
                     )
  {
   string indicatorCustomName = “MarketGood Breakout Channels MT4”;
   return iCustom(fSymbol, fTimeframe, indicatorCustomName, iMaxBarsBack, “”, overlap, sturdy, body_ratio, length_, length14, stdev_length, “”, false, 0, ivol_type, smoothedvol_length, duration_length_min, 1, tf, 0.5, false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, “”, false, false, false, false, false, false, “”, “”, false, “”, 0, 0, “”, false, 0, 0, 0, false, 0, 0, 0, 0, 0, 0, 0, 0, “”, 0, iID_sc,
                  fIndex, fShift);
  }

MT5 Model 1.20:

double getValueBuffer(string fSymbol,          
                      ENUM_TIMEFRAMES fTimeframe,  
                      int Index,            
                      int Shift                
                     )
  {
   string indicatorCustomName = “MarketGood Breakout Channels MT5 Scanner”;
   int deal with = iCustom(fSymbol, fTimeframe, indicatorCustomName, iMaxBarsBack, “”, overlap, sturdy, body_ratio, length_, length14, stdev_length, “”, false, 0, ivol_type, smoothedvol_length, duration_length_min, 1, tf, 0.5, “”, false, 0, 0, 0, 0, 0, 0, 0, 0, 0, “”, false, false, false, false, false, false, “”, “”, false, “”, 0, 0, “”, false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, “”, 0, iID_sc);
   if(deal with < 0)
      return(EMPTY_VALUE);
   else
     {
      double buf[];
      if(CopyBuffer(deal with, Index, Shift, 1, buf) > 0)
         return(buf[0]);
     }
   return EMPTY_VALUE;
  }

d. Use  getValueBuffer perform for EA

You employ the getValueBuffer perform to get the worth wanted to make use of for the EA.

To verify that the buffer has a worth, it’s good to examine it with EMPTY_VALUE.

Listed below are some examples to substantiate that the earlier bar buffers (shift = 1) have a worth:


   int shift  = 1;
   bool buySignal = getValueBuffer(_Symbol, PERIOD_CURRENT, 0, shift) != EMPTY_VALUE;
   bool sellSignal = getValueBuffer(_Symbol, PERIOD_CURRENT, 1, shift) != EMPTY_VALUE;


   int shift_channel = shift + 1;

   double upperLevelMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 8, shift_channel);
   double middleLevelMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 9, shift_channel);
   double lowerLevelMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 10, shift_channel);
   double upVolumeMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 11, shift_channel);
   double dnVolumeMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 12, shift_channel);
   double deltaVolumeMT5 = getValueBuffer(_Symbol, PERIOD_CURRENT, 13, shift_channel);

   double upperLevelMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 14, shift_channel);
   double middleLevelMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 15, shift_channel);
   double lowerLevelMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 16, shift_channel);
   double upVolumeMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 17, shift_channel);
   double dnVolumeMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 18, shift_channel);
   double deltaVolumeMT4 = getValueBuffer(_Symbol, PERIOD_CURRENT, 19, shift_channel);

Hopefully this text can assist you extra simply automate alerts from the Good Cash Breakout Channels Scanner indicator into EA.

You possibly can obtain the indicator at:



Source link

Tags: AnalyticsBreakoutChannelsCreateForecastsiCustomIndicatorMoneyScannerSeptemberSmartSMART MONEY BREAKOUT CHANNELS
Previous Post

Europe’s 2024 Fruit And Vegetable Harvests

Next Post

Pepsi shares jump 4% as activist Elliott takes $4 billion stake, sees ‘historic’ value opportunity

Related Posts

September is here and the holiday is over
Forex

September is here and the holiday is over

September 1, 2025
PZ Pivot Points MT4 Indicator
Forex

PZ Pivot Points MT4 Indicator

September 1, 2025
REBATRON [tambangEA] – Trading Strategies – 31 August 2025
Forex

REBATRON [tambangEA] – Trading Strategies – 31 August 2025

August 31, 2025
B Clock Plus MT4 Indicator
Forex

B Clock Plus MT4 Indicator

August 30, 2025
US Federal Appeals court rules that most of Trump’s tariffs are illegal
Forex

US Federal Appeals court rules that most of Trump’s tariffs are illegal

August 30, 2025
XAU/USD: Elliott wave analysis and forecast for 29.08.25 – 05.09.25
Forex

XAU/USD: Elliott wave analysis and forecast for 29.08.25 – 05.09.25

August 31, 2025
Next Post
Pepsi shares jump 4% as activist Elliott takes  billion stake, sees ‘historic’ value opportunity

Pepsi shares jump 4% as activist Elliott takes $4 billion stake, sees 'historic' value opportunity

Ethereum Scores Milestone As Chinese Firm Floats 1st Public RWA Bond

Ethereum Scores Milestone As Chinese Firm Floats 1st Public RWA Bond

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest
The Stock Market Just Did Something for the 16th Time Since 1950. It Usually Signals a Big Move in the Next Year.

The Stock Market Just Did Something for the 16th Time Since 1950. It Usually Signals a Big Move in the Next Year.

August 19, 2025
In praise of complicated investing strategies

In praise of complicated investing strategies

August 19, 2025
SEC and Ripple officially settle appeals, XRP case moves to final enforcement

SEC and Ripple officially settle appeals, XRP case moves to final enforcement

August 22, 2025
New Executive Order Will Allow Real Estate to Be Bracketed Into 401(k)s, Marking a Potential Investment Strategy Game Changer

New Executive Order Will Allow Real Estate to Be Bracketed Into 401(k)s, Marking a Potential Investment Strategy Game Changer

August 14, 2025
Ethereum Scores Milestone As Chinese Firm Floats 1st Public RWA Bond

Ethereum Scores Milestone As Chinese Firm Floats 1st Public RWA Bond

September 2, 2025
Pepsi shares jump 4% as activist Elliott takes  billion stake, sees ‘historic’ value opportunity

Pepsi shares jump 4% as activist Elliott takes $4 billion stake, sees ‘historic’ value opportunity

September 2, 2025
Create EA (iCustom) with SMART MONEY BREAKOUT CHANNELS Scanner Indicator – Analytics & Forecasts – 2 September 2025

Create EA (iCustom) with SMART MONEY BREAKOUT CHANNELS Scanner Indicator – Analytics & Forecasts – 2 September 2025

September 2, 2025
Europe’s 2024 Fruit And Vegetable Harvests

Europe’s 2024 Fruit And Vegetable Harvests

September 2, 2025
Invesco International Bond Fund Q2 2025 Commentary (MUTF:OIBAX)

Invesco International Bond Fund Q2 2025 Commentary (MUTF:OIBAX)

September 2, 2025
Ethereum Price Mirrors 2021 as ETFs Absorb 286K ETH- 10k next?

Ethereum Price Mirrors 2021 as ETFs Absorb 286K ETH- 10k next?

September 2, 2025
The Financial Observer

Get the latest financial news, expert analysis, and in-depth reports from The Financial Observer. Stay ahead in the world of finance with up-to-date trends, market insights, and more.

Categories

  • Business
  • Cryptocurrency
  • Economy
  • Fintech
  • Forex
  • Investing
  • Market Analysis
  • Markets
  • Personal Finance
  • Real Estate
  • Startups
  • Stock Market
  • Uncategorized

Latest Posts

  • Ethereum Scores Milestone As Chinese Firm Floats 1st Public RWA Bond
  • Pepsi shares jump 4% as activist Elliott takes $4 billion stake, sees ‘historic’ value opportunity
  • Create EA (iCustom) with SMART MONEY BREAKOUT CHANNELS Scanner Indicator – Analytics & Forecasts – 2 September 2025
  • About Us
  • Advertise with Us
  • Disclaimer
  • Privacy Policy
  • DMCA
  • Cookie Privacy Policy
  • Terms and Conditions
  • Contact us

Copyright © 2025 The Financial Observer.
The Financial Observer is not responsible for the content of external sites.

No Result
View All Result
  • Home
  • Business
  • Economy
  • Stocks
  • Markets
  • Investing
  • Crypto
  • PF
  • Startups
  • Forex
  • Fintech
  • Real Estate
  • Analysis

Copyright © 2025 The Financial Observer.
The Financial Observer is not responsible for the content of external sites.