Add time, Friday, and end of Month filter to existing EA.

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 11 minuti
Feedback del dipendente
It is a pleasure for me to work for you.Thanks.
Feedback del cliente
Freelancer was able to understand the requirements of the project and have delivered an excellent results. I will hire freelancer for my next project.

Specifiche

This project is to add time, Friday, and month filter to an existing EA

Input parameters need to be added
FridayAndMonthEndFilter = TRUE/FALSE
StopTradeFriday = 17:00

Function for EA to process
EA to check day of week and time
if Friday && > 1700 until close of market, No trading

EA will stop trading on Friday from 1700 GMT until close market

EA will start closing trades after EA stop trading on Friday 1700 GMT(loop until close of market on Friday)

if ProfitMonth - TotalFloatingProfitLoss > 10% of AccountBalance from start of month, close all trades (only do this every end of Month)

if ProfitWeek - TotalFloatingProfitLoss > 5% of AccountBalance from start of week, close all trades

else
start with the highest profit loss
if ProfitWeek - FloatingSymbolSignalProfitLoss > 5% of AccountBalance start of week, close all trades for SymbolSignal
$100 - $75 > (0.05 * 500), close all trades for SymbolSignal
if ProfitWeek - FloatingSymbolSignalProfitLoss > 5% for AccountBalance start of week
$25  - $30 > $25, go to next FloatingSymbolSignalProfitLoss
if ProfitWeek - FloatingSymbolSignalProfitLoss > 5% for AccountBalance start of week
$25  - $10 > $25, go to next FloatingSymbolSignalProfitLoss
if ProfitWeek - FloatingSymbolSignalProfitLoss > 5% for AccountBalance start of week
$25  - $2  > $25, go to next FloatingSymbolSignalProfitLoss
*
do this until close of market

else
go to normal trading 

Con risposta

1
Sviluppatore 1
Valutazioni
(139)
Progetti
181
24%
Arbitraggio
23
22% / 39%
In ritardo
13
7%
Gratuito
2
Sviluppatore 2
Valutazioni
(12)
Progetti
16
44%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(12)
Progetti
25
24%
Arbitraggio
2
50% / 50%
In ritardo
2
8%
Gratuito
5
Sviluppatore 5
Valutazioni
(204)
Progetti
283
34%
Arbitraggio
34
32% / 29%
In ritardo
75
27%
In elaborazione
6
Sviluppatore 6
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(63)
Progetti
84
26%
Arbitraggio
23
22% / 48%
In ritardo
23
27%
Gratuito
8
Sviluppatore 8
Valutazioni
(132)
Progetti
170
18%
Arbitraggio
17
47% / 18%
In ritardo
0
In elaborazione
9
Sviluppatore 9
Valutazioni
(61)
Progetti
186
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
10
Sviluppatore 10
Valutazioni
(343)
Progetti
362
70%
Arbitraggio
4
100% / 0%
In ritardo
0
Caricato
11
Sviluppatore 11
Valutazioni
(105)
Progetti
164
32%
Arbitraggio
12
25% / 33%
In ritardo
0
In elaborazione
Ordini simili
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
da 1 a 5 giorno(i)