New EA to trade on my indicator using Martingale

MQL4 Experts

Job finished

Execution time 3 days
Feedback from employee
good and kind person explained the work well

Specification

SIGNART Arrow = our Arrow that prints the arrows

GSFX U + GSFX D are the EA we use it is a differant buyer and seller but this should be rolled into ONE ea that buys or sells only when an arrow comes.

It will only Buy or sell at the end of the Candle and any new trades for martgingale only come on the close of the next candle 

We need an EA to Fire when our Indicator prints an arrow. when the arrow comes down or Up we want to enter a trade seqencuce in the direction of the arrow.

The system will then use Martingale to get out of the trade. it works like this, we have a PIP Step - Lot multipler and a TP. the first two trades are the same size and the 3rd and subseqent trades are multipled by the lot multipler. the TP is the average price of the orders + Commisions + Swaps add the TP. the system only checks to open a new martingale order on the new candle so if the PIP Step is say 15 pips and the new candle opens with a gap of 15 or more to the first order then it will open another order and it will add the orders + commision + Swap together then add 10 Pips to the TP and set the TP on all the orders to average out at that point so if we are using 0.01 and we have 3 orders open we get 0.01 0.01 0.02 so at this point we have 0.04 open and a TP of 10 pips we should bank 4$ after commisions and any swaps. typically we have pip step = 1.357. 

Indicator is called Signart and we only use the Value Charts set to -2 and +2 and Stochs at defaults on M30 it gives an arrow we enter in the direction and it marginales to recover if needed.

We have an EA built that does the Trading which u can referance for your building as it should work this way. 
if we are in a setup selling or buying and an oposite signal comes we should run that as a completely independant setup. so the first setup should manage itself out and the second should also.

System should have a max spread filter on the first trade only. so if max spread is 2.0 pips and EURUSD fires with a spread of 2.1 it will simplly skip the setup, but if we are in the setup and its time for a second order then spread is to be ignored. 

We would like the system to smart to know how many setups we are in, so we will run this on multiple pairs at the same time but we want a setting like MAX Setups = 12 and a setup is to be concidered as trading a pair in 1 direction. so if we are buying and selling a pair its 2 setups. EA will sit on each pair and count the setups. if we have 12 or whatever the max is it will ignore new setups until we drop below the max setup number. once we drop below we will wait for a new arrow to come before jumping in. 

We would also like a DD protection so if we set to 50 it means our equity drops to 50% of our balance then it will close all trades and disable trading. 

INPUTS 
Signart Arrow settings Pull these from the Signart Arrow
Value Chart settings
Stoch
RSI 
remove SHI Channel we never use it 
Trade Settings
Starting Lot size = 0.01
Pip Step = 15
Lot Multipler = 1.357
TP = 10
Max setups = 12
Max DD = 50
Time Filter = Only Trade betweeen these times

Responded

1
Developer 1
Rating
(414)
Projects
670
33%
Arbitration
60
17% / 32%
Overdue
113
17%
Working
2
Developer 2
Rating
(632)
Projects
853
48%
Arbitration
29
38% / 17%
Overdue
63
7%
Free
3
Developer 3
Rating
(493)
Projects
1022
58%
Arbitration
30
27% / 23%
Overdue
133
13%
Working
4
Developer 4
Rating
(29)
Projects
49
22%
Arbitration
14
29% / 21%
Overdue
13
27%
Free
5
Developer 5
Rating
(3)
Projects
8
13%
Arbitration
10
10% / 70%
Overdue
2
25%
Free
Similar orders
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
SMA 30+ USD
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
BREAKOUT JP 32+ USD
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Bonjour j’ai besoin d’un expert capable de me creer un robot de trading lié à un canal télégramme qui sera en mesure de détecter les signaux dans un canal télégramme et les exécuter sur mon compte de trading

Project information

Budget
30 - 150 USD
Deadline
from 1 to 3 day(s)