I run a trading group, we mostly use EAs to trade. I have source code for every EA we trade with. We have many ideas how to improve them and always need a developer to fix some buggs if needed. Looking for a long business partner. ONLY developers with high skills telegram @feint1337
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
HLW DEVELOPERS I NEED SOMEONE THAT CAN CREATE A TRADING ROBOT THAT TRADE INDICES CRYPTO AND FOREX WITH ADX INDICATOR AND MOVING AVARAGE INDICATOR AND STOP LOSS AND TAKE PROFIT
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
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
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
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