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

Multiple buy and sell orders based on currency pair strength. - MetaTrader 4 Scripts - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

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. - script for MetaTrader 4

//+------------------------------------------------------------------+

//|Multiple buy and sell orders based on currency pair strength.

//+------------------------------------------------------------------+

#property Copyright "Copyright 2024, MetaQuotes Ltd."

#property link "https://www.mql5.com"

#Attribute version "1.01"

#Attribute description "persinaru@gmail.com"

#property Description "IP 2024 - Free and Open Source"

#property description "AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD, SGD."

#Attribute description ""

#property Description "Warning: Use this software at your own risk."

#property Description "The creator of this script is not responsible for any damage or loss."

#Attribute description ""

#Attribute strict

#property show_inputs Properties

#property script_show_inputs

Enter double lot size = 0.01;

input bool purchase = false;

input bool sell = false;

input boolean AUD = false;

input bool CAD = false;

input boolean swf = false;

input boolean EUR = false;

input boolean GBP = false;

input boolean JPY = false;

input bool NZD = false;

input boolean $ = false;

input boolean SGD = false;


Attachment download

📎 buy_sell_achegjnus.mq4 (11.95 KB)

Source: MQL5 #48879

Verification code Refresh