Encomenda de EA

MQL5 专家 统计和数学 外汇

指定

Preciso dos inputs abaixo.

input double Volume;
input double NovaOrdem;
input double Lucro;
----------------------------------------------
Regras:
if(não houver nenhuma ordem, nem Buy nem Sell aberta no gráfico)
{
abrir neste exato momento, uma ordem Buy, com o volume do Input Volume, sem SL, e com o TP baseado no input Lucro + Swap desta ordem.
abrir neste exato momento, uma ordem Sell, com o volume do Input Volume, sem SL, e com o TP baseado no input Lucro - Swap desta ordem.
}

if(não houver nenhuma ordem Buy aberta no gráfico)
{
abrir neste exato momento, uma ordem Buy, com o volume do Input Volume, sem SL, e com o TP baseado no input Lucro + Swap desta ordem.
}

if(não houver nenhuma ordem Sell aberta no gráfico)
{
abrir neste exato momento, uma ordem Sell, com o volume do Input Volume, sem SL, e com o TP baseado no input Lucro - Swap desta ordem.
}

if(qualquer ordem aberta no gráfico, seja ela Buy ou Sell, alcançar o lucro estipulado no input NovaOrdem)
{
feche, independente de que ordem for. Buy ou Sell.
}


===================================================================================


I need the inputs below.

input double Volume; input double NovaOrdem; input double Lucro; ---------------------------------------------- Rules: if (there is no order, neither Buy nor Sell open in the chart) { to open at this moment, a Buy order, with the volume of the Input Volume, without SL, and with the TP based on the Lucro + Swap input of this order. to open at this moment, a Sell order, with the volume of the Input Volume, without SL, and with the TP based on the Lucro - Swap input of this order. } if (there is no Buy order open in the chart) { to open at this moment, a Buy order, with the volume of the Input Volume, without SL, and with the TP based on the Lucro + Swap input of this order. } if (there is no open Sell order in the chart) { to open at this moment, a Sell order, with the volume of the Input Volume, without SL, and with the TP based on the Lucro - Swap input of this order. } if (any open order on the chart, be it Buy or Sell, achieve the profit stipulated in the NovaOrdem input) { close, regardless of what order. Buy or Sell. }

反馈

1
开发者 1
等级
(2671)
项目
3404
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
2
开发者 2
等级
(2330)
项目
2934
63%
仲裁
124
44% / 26%
逾期
429
15%
空闲
3
开发者 3
等级
(24)
项目
34
9%
仲裁
3
33% / 0%
逾期
8
24%
空闲
相似订单
I'd like to know if anyone knows how to create such an indicator for a future project. I need help creating my own indicator, but I don't know how it works behind the scenes, how the calculations are done, so I'm looking for someone to help me
Robo de Hedge 30+ USD
Ola boa noite, tudo bem? Gostaria de um robo que fizesse hedge automaticamente quando rebaixamento atingir 10%.por exemplo. Supondo que eu entre em com 1 lote (conta cent), ele entraria com 0.50, contrário ao atingir 10% e ao atingir 20% de rebaixamento ele abre mais 0.50. e so fechará quando a operação voltar. Repare que o objetivo, não é fazer lucro, com estes hedges, mas sim, proteger a conta. Então ele fecha

项目信息

预算
30 - 100 USD
截止日期
 5  15 天