I need an Expert Advisor for MT5 that opens a long trade when the faster Exponential Moving Average (EMA) cross over the slower EMA and a short trade when the faster EMA crosses under the slover EMA. There are also other setting like closing open positions if a cross-over in the wrong direction happens, options for how many bars the trade should be active before close, time-window when it should execute etc. I can
I am new in trading and would a programmer to create an indicator for me with these specific instructions. 1. Trading Logic Supertrend Indicator: Inputs: ATR Period, ATR Multiplier, Timeframe. Signal is generated when the Supertrend line flips direction. Buy Condition: When price closes above the Supertrend line and the Supertrend flips from bearish (above price) to bullish (below price). EA opens a Buy order. Sell
We are teaching beginners how to trade on ThinkorSwim. We’d like to create 5 scripts, beginning with a chart with one indicator and then adding additional indictors with each chart. The first chart (Level 1) has just 9 day Exponential Moving Average & 20 day Exponential Moving Average and Previous day High, Low, & Close. Level II will have the same indicators as Level I plus Price Candles. Level III has Level II
I am seeking for an Expert Advisor (EA) based on Stochastics oscillator indicator for MT5 to have ability to change levels on wich trade signals to be ignored, to discover certain chart samples so on
I seek the services of a skilled, experienced and a good programmer, to modify my MT5 EA for me. It's EA for XAUUSD only. The modification idea: 1. Design and integrate a Spike Detection feature, using ATR, Spread and Price Acceleration. 2. The feature will determine spike direction. 3. Compare the spike direction to the net open trades. 4. If spike is in the same direction as the EA, ignore and let profit grow. 5
import MetaTrader5 as mt5 import datetime import time # Configure your trading symbols and parameters TRADING_SYMBOLS = ["EURUSD", "USDJPY"] TRADE_VOLUME = 0.1 STOP_LOSS = 50 # in points TAKE_PROFIT = 100 # in points # Initialize connection to MetaTrader 5 if not mt5.initialize(): print("Initialize() failed:", mt5.last_error()) quit() def get_current_symbols(): now = datetime.datetime.now() # If it's Saturday
I am seeking an Expert Advisor (EA) that has been independently validated and is capable of successfully passing prop firm challenges and can manage funded accounts further. It is essential that you provide a detailed explanation of the strategy employed by your EA, along with a demo version that has a 30-day expiry for the purpose of thorough back testing and, crucially, forward testing . Please only respond if you
1. Fix all errors in both these source codes. 2. Change lot size risk percentage ( half the risk percent per trade ) 3. Send me back the fixed source codes with no errors and a compiled file ex.5 of each EA and allow me to run a strategy test. 4. Be prepared to wait until the 20th for payment
Title: Ultimate MT4 Gold Scalper — Bank-Grade Strategy + Secure Serial-Key Licensing + Advanced HUD Description: I want a powerful, professional MT4 Expert Advisor for XAU/USD (M1) built like institutional systems (Wall Street / commercial banks): a single, robust strategy — no random trades, no spam entries. The EA must be commercializable and include a secure serial-key licensing system so only keys I register can
Hello, Would like to create a Telegram signal copy bot that automatically executes Forex trading signals on MT4 or MT5. The bot should be set up so that I can first test it on a demo account, even with signals from another Telegram group. Later, it should be easy to switch the system to a live account. How many trading signals can the bot handle or execute simultaneously? What would the complete setup process look