Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Future___ - MetaTrader 4 Expert | Grid EA Download - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

Future___ - expert for MetaTrader 4

Future___ - expert for MetaTrader 4

My attempts at creating grids encouraged me to do so.

Take N+M bars in the historical interval. Write the indicator signal to N bars and the result to M bars.

This generates a file named [Indicator signal sequence of N bars].csv.

This file contains subsequent historical results.

For example, write the following to a small block:

 integer history[ 1000 ];
for ( integer i=analiz_bars+poisk_fractals;i>poisk_fractals;i--)
        {
        history[i] = normalized double ((TOKNOSTER* SmoothedConvergenceDifferenceMovingAverage ( void , 0 ,per_macd/ 4 ,per_macd, 9 , PRICE_CLOSE , mode_main ,i)/( 100 * views )), 0 );
        }
It outputs an array, which is further used here:
 string posledovatelnost = chetik + "_" ;
for (i=analiz_bars+poisk_fractals;i>poisk_fractals;i--)
        {
        posledovatelnost = posledovatelnost+history[i]+ “_” ;
        }
      Persian Ledovar Ternost = Persian Ledovar Ternost + “.csv” ;

Then save the file with the name [posledovatelnost].

The number of calls (to determine statistical weights) and results of the following blocks are written to this file:

 Double maximum high pixels = high [poisk_fractals]; // Start comparing bars Double maximum low pixels = low [poisk_fractals]; 
for (i=poisk_fractals; i>= 1 ;i-)
         {
if (maxhighpixels< high [one])
            {
            max_high_pixels = high [i];  
               }
if (max_low_pixels> low [a])
            {
            max_low_pixels = low [i];  
                 }
        }
  
DoubleFractal_Up = (MaxHighPik -Open [poisk_fractals])/ View ;
double_fractal_low = ( open [poisk_fractals]-MaxLowPik)/ view ;
The direction of movement of the next N bars and the maximum value reached are determined here. Results are written as averages, with the ability to assign increasing or decreasing statistical weight to the latest data using Zabiva Emmost Variable. Indicator values ​​are also variable by Toknost . For minimum averaging, only the direction +1 or -1 is given.

but. Although it looks fantastic, the results are not impressive. Two expert consultants are provided as examples. Profitability is rarely higher than 1.1

Example using MA:

Future___ - expert for MetaTrader 4

If anyone can make a decent EA, please contact me.


Attachment download

📎 FutureMA.mq4 (11.75 KB)

📎 FutureMACD.mq4 (10.95 KB)

Source: MQL5 #8654

Future___ - MetaTrader 4 Tips for Experts Before Using

This page has been supplemented with structured instructions, focusing on the purpose of EA source code, MQL4/MQL5 platform compatibility, testing process and risk control. Before downloading or deploying, it is recommended to first determine whether it is consistent with your own variety, cycle and account environment.

Suitable for who to use

  • Users who want to quickly screen EA source code and are willing to do simulation disk verification first.
  • People who need to compare MT4/MT5 EAs, indicators, scripts or source code projects.
  • Traders who wish to record backtests, parameters and risk boundaries before placing a trade.

Testing and risk control suggestions

  • First verify the default parameters in the strategy tester or demo account, and then adjust the symbol, period, spread and trading period one by one.
  • Scalping, grid, martin, and high-frequency strategies should focus on observing maximum drawdowns, consecutive losses, slippage, and trading frequency.
  • It is not recommended to run any document directly on the real disk. At least observe the simulated disk performance for 2-4 weeks first.

FAQ

Can MT4 and MT5 be used interchangeably?
Usually cannot be used directly. EX4/MQ4 corresponds to MT4, EX5/MQ5 corresponds to MT5, and the source code needs to be compiled in the corresponding MetaEditor.

Is this resource guaranteed to be profitable?
cannot. EAs, indicators and scripts can only be used as trading tools, and the results depend on parameters, market environment, spreads, slippage and risk control.

What else can I continue to watch?
Forex EA download , foreign exchange indicator download , EA evaluation , MQL5 CodeBase .

English Search Notes

This page is also optimized for English search intent around Future___ - MetaTrader 4 Expert . Related search terms include: MQL4 source code, MQL5 source code. Test any Forex EA, Expert Advisor, MT4/MT5 indicator, script or MQL source code with historical data and a demo account before live trading.

Verification code Refresh