MQL5
Experts
Integração
Estatística e matemática
Painéis de controle e diálogos
Gráficos personalizados
Futuros
OpenCL
ALGLIB
C++
C#
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Linux
RegExp
Photoshop
Depuração de robôs/indicadores
Otimização de estratégias
Módulo de estratégias
Compilação de dados da internet
Carregando dados para o site
Forex
Ações
Opções
Mineração de dados
Design de produtos
Tradução de textos
Escrita de textos
Termos de Referência
//--- input parameters
input int ma_period=20; // moving average period
//--- handle of the indicator used in the EA
int indicator_handle;
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
//--- check ma_period validity
if(ma_period<=0)
{
PrintFormat("Invalid ma_period input value: %d",ma_period);
return (INIT_PARAMETERS_INCORRECT);
}
//--- during optimization
if(MQLInfoInteger(MQL_OPTIMIZATION))
{
//--- check available RAM for the agent
int available_memory_mb=TerminalInfoInteger(TERMINAL_MEMORY_TOTAL);
if(available_memory_mb<2000)
{
PrintFormat("Insufficient memory for the test agent: %d MB",
available_memory_mb);
return (INIT_AGENT_NOT_SUITABLE);
}
}
//--- check for the indicator
indicator_handle=iCustom(_Symbol,_Period,"My_Indicator",ma_period);
if(indicator_handle==INVALID_HANDLE)
{
PrintFormat("Failed to generate My_Indicator handle. Error code %d",
GetLastError());
return (INIT_FAILED);
}
//--- EA initialization successful
return(INIT_SUCCEEDED);
}
Respondido
1
Classificação
Projetos
146
34%
Arbitragem
13
8%
/
62%
Expirado
26
18%
Livre
Publicou: 6 códigos
Pedidos semelhantes
Robot Requirements Specification
30 - 100 USD
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
Ninjatrader strategy develop
30+ USD
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Ninjatrader
80+ USD
hello great developer can you help me automate my prop trading accounts? I am using Ninjatrader to trade my prop accounts. Evaluation and funded accounts. Are you aware of prop trading ? This is how my input will be ... Everyday strategy reads this file to get latest accounts to trade that day, 3 minutes before the US Market starts, and start trading once the Market opens. *30 minutes And closes all orders 30 minutes
Informações sobre o projeto
Orçamento
50+ USD