10 points on EURUSD & GBPUSD – EA MetaTrader 4

10 points on EURUSD & GBPUSD - expert for MetaTrader 4
Description: The Forex Strategy “10 points on EURUSD” has a number of varieties and something similar to the Session Breakout strategy, many professional traders use it, so if you combine it with an optimal money management, you can achieve very good trading results. The idea is the following: The strategy is based on breakthrough of … Read more

Expert MACD EURUSD 1 Hour – EA MetaTrader 5

Expert MACD EURUSD 1 Hour buy
Author of the idea — Gabriel, author of the MQL5 code — barabashkakvn. Works based on the iMACD (MACD) indicators. Conditions to check the signals for opening a position: void OpenBuyOrSell()   {    double mac1,mac2,mac3,mac4,mac5,mac6,mac7,mac8;    mac1 = iMACDGet(MAIN_LINE,0);    mac2 = iMACDGet(MAIN_LINE,1);    mac3 = iMACDGet(MAIN_LINE,2);    mac4 = iMACDGet(MAIN_LINE,3);    mac5 = iMACDGet(SIGNAL_LINE,0);    mac6 = iMACDGet(SIGNAL_LINE,1);    … Read more

10 pips EURUSD – EA MetaTrader 5

10 pips EURUSD - expert for MetaTrader 5
Author of the idea — Roman Yushkin, author of the MQL5 code — barabashkakvn.  The “10 points on EURUSD” Forex strategy has countless many variations and is somewhat similar to the Session Breakout strategy, and it also is used by many professional traders. Therefore, good results can be obtained when combining it with a proper risk management. The essence of … Read more

EURUSD breakout – EA MetaTrader 5

EURUSD breakout
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn. The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.  Inputs: Start_hour_EU_session — the beginning of the European session (hours) Start_hour_US_session — the beginning of the American session (hours) End_hour_US_session — the end of the American session (hours) … Read more