Need EA programmer to develop trading bot making use of other EA's, indicator's on the chart, calculates entry based on balance, equity and margin/ free margin- robot ought to provide the option to place manual trade or offer a higher possibility on win rate and DD TO increase lot size for the highest TP available- furthermore the robot/algo ought to take into consideration breakout/pullback strategy, any news that may change the trend whether is on uptrend or downtrend THE 20 ema and 50 ema.
Entry based on pullback or breakout strategy making use of above or below pivots/fibonacci to r1 to r3 / s1 to s3
also making use of the 20 ema and 50 ema if 20 is above the the 50 ema is a buy entry order and if the 20 goes under is a sell order
also making sure the bot scans other timeframes in order to get confluence and confirmation on entry
entry on the 15 minute candle and we need more perfection and stronger confirmation the 1m
the algo/bot ought to color the candles whether is buy or sell also making use of the volume, session volume and volume to see profile visible range giving price confirmation
same for exit bot/algo inform trader of exit or stay longer in trade as well as move Trail SL and move TP if confirmation from data is positive following the trend is going whether is bullish or bearish
Pedidos semelhantes
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity