Candle Analysis Report – script for MetaTrader 5

Candle Analysis Report - script for MetaTrader 5
This script is designed to perform candle analysis: Data Retrieval: The script retrieves the open, close, high, and low prices of candles for the financial instrument it is running on. Candle Categorization: It categorizes each candle as bullish, bearish, or neutral based on the relationship between its closing and opening prices. Amplitude Calculation: It calculates

Reverse Trades For All Symbols Script – script for MetaTrader 4

Reverse Trades For All Symbols Script - script for MetaTrader 4
The strategy implemented in the script “Reverse_Trades_For_all_Trades_and_Symbols_V1.mq4” reverses all open trades for all symbols on the trading platform. When executed, the script iterates through all open trades, closing each one and opening an opposite trade for the same symbol. This effectively reverses the direction of each trade, allowing traders to profit from changes in market

Harmonized Pending Hedge of open trades for chart symbol – script for MetaTrader 4

Harmonized Pending Hedge of open trades for chart symbol - script for MetaTrader 4
This script sets pending hedges with distance in pips for chart symbol. If hedged are 100% harmonized strategy will do nothing, else calculates difference between Buy and Sell Trades and places a harmonized pending hedge 100%. Deletes old hedges for symbol and places new ones. This way can be used as manual trailing pending hedges,

Global Close Orders Management – script for MetaTrader 4

Global Close Orders Management - script for MetaTrader 4
//***************************************************************************// extern string  Close_Orders_Management                    =  “”   ; //***************************************************************************// input bool     Close_All_ORDERS                          =  false; input bool     Close_Active_Buy_and_Sell_ORDERS          =  false; input bool     Close_Active_Buy_ORDERS             

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol – script for MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4
It has been over two yeas I don’t use  stop orders much. Instead of placing Stop Loss orders, I use hedged pending orders. I use this scripts often in my trading with keyboard shortcuts ALT+B vs ALT+S, so I think is useful enough to share this scripts with you. #property copyright     “Copyright 2024, MetaQuotes

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. - 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.”

Correlation Gaps Trading AUDJPY CADJPY NZDJPY – script for MetaTrader 4

Correlation Gaps Trading AUDJPY CADJPY NZDJPY - script for MetaTrader 4
Watch for gaps in the correlation between two trading instruments and trade one pair against the other. It is advisable not to leave the trading unattended. Stop loss and take profit orders are not advisable since one pair trades against the other. Close profit and wait for new opportunities. Close loss or hedge it against

Hedge_Dollar_Index_Against_Forex_Pairs_V1 – script for MetaTrader 4

Hedge_Dollar_Index_Against_Forex_Pairs_V1 - script for MetaTrader 4
Hedge_Dollar_Index_Against_Forex_Pairs_V1.mq4 | Hedging DOLLAR.IDX/USD – USIDX Euro – 57.6% Japanese yen – 13.6% Great Britain pound – 11.9% Canadian dollar – 9.1% Swedish krona – 4.2% Swiss franc – 3.6% Buy USDIDX 100%       Value 100 point = 100$  Position size = 10000   10000 contracts Dukascopy = 100 TMGM  Hedge 100% in Forex Pairs