Tarea técnica

Hello need modify my code

all the following modifications are optional to the original that this EA already has, that is, they will work in parallel with the original the following features are optional to the default ones Distribute the default value as it is now or modify it as follows 1-Add control option enable/disable propagation control If this option is activated, take positions with the margin set below maximum spread allowed example 0.20 (configurable) make hidden profits 2-Take the default perk as it is now or modify it as follows customize take profit yes/no take profit in pip: example 100.0 Forex Take Profit: Example 1.0 3-enable/disable hidden SL customizable in pip and currency 4-add yes or no option of a chart (so you don't have to put the ea on each different chart) -delete where it says symbol information and place it like this Symbols if they are custom place them too: AUDCAD, EURCAD, EURGBP, EURAUD, EURUSD, GBPUSD, USDCHF, AUDCHF, AUDUSD, CADCHF, EURCHF, GBPAUD, GBPCAD, USDCAD 6 maximum symbols at the same time (ie maximum positions of different currencies), for example allowed 3 eurusd, gbpusd, nzdusd then it won't take any more until they finish -where it says preset type modify it with "Auto Configuration" 7-add special hidden tracking i.e if position started at -0.20 and changed to 0.50 start tracking i.e if it drops below 0.15 close position make it configurable configurable in pip and currency 8--news protection on/off low impact (on/off) time before (minutes) time after (minutes) normal impact (on/off) time before (minutes) time after (minutes) high impact (on/off) time before (minutes) time after (minutes) draws in the window the news of the whole week red the high impact, normal yellow, white low impact, draws the times of each one, that lasts 1 week and then they are erased if activated, do not take positions only to the currencies that are affected during the set time 9-change the colors of the candlestick chart by which the image "chart1" will be sent place a background image to be sent "wings" place an image of the info window "logo" 10-the comments part will be modified so that it is optional to fix that it cannot be changed or to be able to change just write in comments how to do it 11-solve the licensing system working fine

12- the information box that the EA shows will modify some information that it will show but that is at the end when all the above is a summary of the total earned and the maximum reduction will be added I need every part of the code with comments every start and end of the function inside the code to understand and know about the modifications. 


Han respondido

1
Desarrollador 1
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
Ha publicado: 38 ejemplos
Solicitudes similares
Trade settings: --------------------------------- fixed lot size ….. 0.0 Buy /Sell distance market order…. 0.0 - 700.0 points Buy / Sell distance pending order Entry---- 0.0 - 700.0 points Max Trade------ 10.0 Min spread...… 0.0 points Max spread..... 3000.0 points Daily profit percentage ….. 0.0 - 100 % Global Stoploss Percentage----- 0.0 - 100 % Max Daily loss Percentage ------0.0 - 100 % Stop level = 0.0 point
Hi , I have some indicators that I want set up on my TV chart and want to create one chart for some and another chart for some others. Plus I want to set up the brackets orders so I can trade from the chart. I have these set up somewhat but need it cleaned up and the way I want them. how much would something like this cost to do? I'm in California and would like you to show me so I can learn to do this when I want to
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
Martingale Strategy 50 - 70 USD
I need a gambling bot that implements the Martingale Strategy for betting on roulette. It will be used on platforms like Betcity and Unibet to manage bets effectively. Scope of work - Develop a bot that implements the Martingale Strategy for roulette. - Ensure compatibility with Betcity and Unibet platforms. - Include functionalities for adjusting bet size and managing losses. - Integrate platform-specific features
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements
Hello there Hpe you are doing good I am in search of a pine script expert developer who can build strategy in apudFlow in pinescript. Kinldy bid on this project if you can do this
I need a scalping-specific logic MT5 trading bot with a Donchian-channel–based dynamic stop-loss and take-profit system, applies RSI volatility filtering to avoid low-quality setups, and allows asset-specific adjustable parameters for fine-tuning performance Trading details: - Symbol: Any Forex EUR/USD - Platform: MT5 - Strategy type: Scalping (fast trades) - Timeframes: 5sec/ M1 / M5 - Fixed Stop Loss and Take

Información sobre el proyecto

Presupuesto
30+ USD
Plazo límite de ejecución
a 2 día(s)