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

Nevalyashka 10 Line EA - MetaTrader 4 Expert - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

Nevalyashka 10-line EA - expert for MetaTrader 4

Nevalyashka 10-line EA - expert for MetaTrader 4

Nevalyashka 10-line EA - expert for MetaTrader 4

Nevalyashka 10-line EA - expert for MetaTrader 4

Despite its size, this is a working EA that remains efficient with minimal optimization.

Martingale functions can be added.

//------------------------------------------------------------------------------------------------
External integer Stop Loss = 50 , Take Profit = 50 ;
double many = 1 ;
integer prompt ;
//------------------------------------------------------------------------------------------------
Integer initialization ( )
{ OrderSend ( symbol ( ) , op_sell , many , bid , 3 , normalized double ( ask + stop * view , number ) , normalized double ( bid - takeprofit * view , number ) , "" , Chapter 777 , blue ) ;
}
//------------------------------------------------------------------------------------------------
Start with integer ( )
{ for ( integer i = 0 ; i < total number of orders ( ) ; i ++ ) {  
if ( order select ( i , SELECT_BY_POS , trading mode ) == true ) { if ( order symbol ( ) == symbol ( ) ) { tip = order type ( ) ; many = order batch ( ) ; return ; } } } if ( many == 0 ) return ; if ( tip == 0 ) order send ( symbol ( ) , op_sell , lot , bid , 3 , Normalized Double ( Ask + StopLoss * View , Number ) , Normalized Double ( Bid - TakeProfit * View , Number ) , " " , Chapter 777 , Blue ) ; If ( hint == 1 ) order sent ( symbol ( )) , OP_Buy , Many , Ask , 3 , Normalized Double ( Bid - StopLoss * View , Number ) , Normalized Double ( Ask + TakeProfit * View , Number ) , "" , Chapter 777 , blue ) ; return ( 0 ) ;
}
//----------------------------------------------------------------

Simple optimization results

Nevalyashka 10-line EA - expert for MetaTrader 4

Nevalyashka 10-line EA - expert for MetaTrader 4

Simple display of daily channels in any time zone.

This is an indicator based entirely on RSI. The reason for modifying this indicator is to understand the strength of the currency.

Comments that represent exponential moving averages.

Script to convert M1 timeframe chart to all other charts of standard timeframe and recreate M1 timeframe chart.


Attachment download

📎 nevalyashka.mq4 (1.75 KB)

Source: MQL5 #9418

Verification code Refresh