Multiple Buys and Sells ORDERS based on a currency pair strength. – script MetaTrader 4

Multiple Buys and Sells ORDERS based on a currency pair strength. - script for MetaTrader 4
//+——————————————————————+ //| Multiple Buys and Sells ORDERS based on a currency pair strength. //+——————————————————————+ #property copyright     “Copyright 2024, MetaQuotes Ltd.” #property link          “ #property version       “1.01” #property description   “persinaru@gmail.com” #property description   “IP 2024 – free open source” #property description   “AUD CAD CHF EUR GBP JPY NZD USD SGD.”

Guppy Multiple Moving Averages – indicator MetaTrader 4

Guppy Multiple Moving Averages - indicator for MetaTrader 4
The daily strategy by Daryl Guppy is implemented using this indicator. Originally this system was designed for the securities market, but has been later modernized for the currency market as well. Recommendations: Currency pairs with USD. Time frame — Daily. However, there is no restriction on using other currency pairs and time frames. Indicators: The

Simple Multiple Timeframe Moving Average – EA MetaTrader 4

Simple Multiple Time Frame Moving Average
Real author: Forest Kirschbaum Multiple Timeframe Moving Average. It is set to look at H4 and H1 time frames. This code is for anyone who wants to use a different timeframe than on the current window. Recommendations: Do not use this for trading, except on demo accounts. Use this to find the value of an

Multiple ZigZags in a single window – indicator MetaTrader 4

Multiple ZigZags in a single window - indicator for MetaTrader 4
For the fans of ZigZag: a small indicator that draws multiple ZigZags from different timeframes on one timeframe. Four ZigZags are implemented (H1, H4, D1, W1). The timeframe should be selected as the minimal of the displayed ones, i.e. here it is H1. On all other timeframes it is drawn incorrectly, there are no timeframe

Lot Multiple – library MetaTrader 4

Lot Multiple - library for MetaTrader 4
This function calculates your lot size depending on definite conditions explained in input variables. extern string Multiple_disable=”0    =     Stop Use Multiple  “; extern string     FiboMultiple=”1    =     1,1,2,3,5,8,13,21,34, etc. “; extern string          Multi_X=”2    =     Last Close Lot X 2 “; extern string       Multi_Plus=”3    =     Last Close Lot + Lot “; extern    int    Enter_Choice = 2; Lot Multiple – library MetaTrader 4

Set Stoploss and Takeprofit at same level for multiple orders – script MetaTrader 4

Set Stoploss and Takeprofit at same level for multiple orders - script for MetaTrader 4
The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). If the input parameters are left to zero , the stop or the takeprofit are left unchanged . Set Stoploss and Takeprofit at same level for multiple orders – script MetaTrader 4

Multiple dynamic logistic regression first unsuccessful attempt – library MetaTrader 5

Multiple dynamic logistic regression first unsuccessful attempt - library for MetaTrader 5
For anyone who does not understand the code provided in this library read the article linked here https://www.mql5.com/en/articles/10626 Multiple Dynamic Logistic Regression Challenge The biggest challenge I faced when building both linear and logistic regression libraries in both articles is multiple dynamic regression functions where we could use them for multiple data columns without having to

Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input – EA MetaTrader 5

Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input - expert for MetaTrader 5
This Expert Advisor (EA) for MetaTrader 5 (MT5) opens multiple buy and sell orders based on user input. The EA has input variables for the number of buy and sell orders, risk percentage per trade, stop loss, take profit, and slippage. It also includes a simple user interface with Buy and Sell buttons that trigger