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

BHS System - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 5 reads | 0 comments |

BHS system - expert for MetaTrader 5

The author of the idea : Yuri , the author of the mq5 code : Balabashka Kon .

The Expert Advisor calculates the closest upper and lower "round" prices based on the following factors in steps of the number of "rounds" (see how to perform the calculation of "round" prices, comment out this line in OnDeinit:

 //+------------------------------------------------------------------+
//|Expert to initialize function |
//+------------------------------------------------------------------+
Blank solution initialization ( constant integer reason)
  { //--- How the Math() function works:
return ;

When you uninstall the EA from the chart, an example will be printed in the "Expert Advisor" tab). The EA checks the price position and the iAMA (Adaptive Moving Average, AMA) indicator to place an initial pending order.

Set lifetime for each pending order: The lifetime of the pending order (in hours) is added to the last known server time.

Separate tracking methods are applied to buy and sell positions. They are configured in Trailing Stop Buy and Trailing Stop Sell .

EURUSD test, first half:

BHS system - expert for MetaTrader 5


Attachment download

📎 bhs_system.mq5 (47.18 KB)

Source: MQL5 #20132

Verification code Refresh