MQL5
Asesores Expertos
Fórex
Depuración de robots/indicadores
Optimización de estrategias
Estadística y matemáticas
C++
Módulo de estrategias
Python
Paneles de Control y Ventanas de Diálogo
C#
Acciones
Gráficos personalizados
Futuros
MySQL
Diseño de productos
JavaScript
Opciones
Java
Compilación de datos de internet
SQL
HTML
PHP
Minería de datos
Carga de datos a la página
Escritura de textos
Traducción de textos
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
Tarea técnica
//+------------------------------------------------------------------+
//| Simple Moving Average Robot |
//+------------------------------------------------------------------+
#property strict
input int MA_Period = 50;
input double LotSize = 0.1;
double MA_Value;
//+------------------------------------------------------------------+
int OnInit()
{
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
void OnTick()
{
MA_Value = iMA(Symbol(), PERIOD_CURRENT, MA_Period, 0, MODE_SMA, PRICE_CLOSE);
double price = SymbolInfoDouble(Symbol(), SYMBOL_BID);
// Check if there are open positions
if (PositionsTotal() == 0)
{
// BUY condition
if (price > MA_Value)
{
trade.Buy(LotSize, Symbol());
}
// SELL condition
if (price < MA_Value)
{
trade.Sell(LotSize, Symbol());
}
}
}
//+------------------------------------------------------------------+#include <Trade/Trade.mqh>
CTrade trade;
Han respondido
1
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Trabaja
2
Evaluación
Proyectos
24
21%
Arbitraje
0
Caducado
2
8%
Libre
3
Evaluación
Proyectos
263
30%
Arbitraje
0
Caducado
3
1%
Libre
Ha publicado: 2 ejemplos
4
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
I want to use a ai subscription service called Clarifai as an image identification tool, and I wish to use it in response to screenshots of my signals being generated and placed in a folder. -I believe there needs to be a script that responds to a new screenshot being added to a specific folder That script then sends the image to Clarifai, and then Clarifai needs to be instructed to scan that image and look for
Ea modified and new ea design
850+ USD
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Ninjatrdaer Script
500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
Tradingview strategy
30+ USD
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well
Mk
30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
EA MACENIC PRO V12L
30 - 50 USD
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
Información sobre el proyecto
Presupuesto
1000 - 500000 USD
Plazo límite de ejecución
a 90 día(s)
Cliente
Encargos realizados1
Número de arbitrajes0