I'm looking for a robot to operate brazil stocks in the swing trade module only on the daily chart, in the high and low strategy, more details follow below.

작업 종료됨

실행 시간 18 시간

명시

olá boa tarde venho através dessa plataforma encomendar um robô para operar ações em swing trade  somente no tempo gráfico diário

na estratégia máximas e mínimas segue abaixo um exemplo do código do robô que esta em outra linguagem que não e a padrão do MT5, 

quero esse robô travado para operar somente no tempo gráfico diário mais a parte do texto que esta em vermelho quero liberada para eu realizar as mudanças que quiser

agradeço desde já a quem se interessar a fazer esse trabalho.

-------------------------------------------------------------------------------------------------------------------------------------------------------------

hello good afternoon I come through this platform to order a robot to trade stocks in swing trade only on the daily chart time in the maximum and minimum strategy, below is an example of the robot code that is in a language other than the MT5 standard, I want this robot locked to operate only on the daily timeframe plus the part of the text that is in red I want it released so I can make the changes I want Thanks in advance to anyone interested in doing this work.

-------------------------------------------------------------------------------------------------------------------------------------------------------------

input

  pentrada(1);    //Número de barras para serem analisadas entrada;

  palvo(1);       //Número de barras para serem analisadas para alvo;

  stopnbarra(3);  //Número de barras para sair do trade ao utilizar stop no tempo;

  stoptempo(1);   //Utilizar stop no tempo:                           1 - sim; 2 - não;

  flucro(1);      //Ecerrar posição no primeiro fechamento no lucro:  1 - sim; 2 - não;

  dt(1);          //Encerrar a operação como daytrade:                1 - sim; 2 - não;


  //Configurações de KeltnerCh

  kchperiodo(20); //Período do Canal de Keltner;

  kchdesvio(0.20); //Desvio  do Canal de Keltner;

  kchtipo(0);     //Método de cálculo do Keltner: 0-Aritmético; 1-Exponencial; 2-Welles Wilder; 3-Ponderada;


 

//------------------------------------------------------------CÓDIGO-------------------------------------------------------------

// NÃO MEXER NO CÓDIGO ABAIXO

//------------------------------------------------------------CÓDIGO-------------------------------------------------------------

  var

    nbarra : integer;

    a      : float;

  

  begin

       if (IsBought=true) or (IsSold=true) then

       begin

       if (buyposition = 1) then

      begin

        

        if (TIME >= HF) and (dt=1) then

          begin

            closeposition;

          end;

        

        if (CurrentBar - nbarra > stopnbarra - 1) and (stoptempo=1) then

         begin

            closeposition;

          end;

        

        if (close > buyprice) and (Currentbar - nbarra >= 1) and (flucro=1) then

          begin

            closeposition;

          end;

          SellToCoverLimit(highest(high,palvo));

      end;

    if (sellposition = 1) then

      begin

        

        if (TIME >= HF) and (dt=1) then

          begin

            closeposition;

          end;

        if (CurrentBar - nbarra > stopnbarra - 1) and (stoptempo=1) then

          begin

            closeposition;

          end;

        if (close < sellprice) and (Currentbar - nbarra >= 1) and (flucro=1) then

         begin

           closeposition;

          end;

        BuyToCoverLimit(lowest(low,palvo));

      end; 

    end


    else if (IsBought=false) and (IsSold=false) and (TIME < HLA) then

      begin

        if (close > KeltnerCh(kchdesvio,kchperiodo,kchtipo)|0|) //FECHAMENTO ACIMA DO KELTNER SUPERIOR

        and(close > KeltnerCh(kchdesvio,kchperiodo,kchtipo)|1|) //FECHAMENTO ACIMA DO KELTNER INFERIOR

        then

          begin

            buylimit(lowest(low,pentrada));

            nbarra := CurrentBar;

          end;

        if  (close < KeltnerCh(kchdesvio,kchperiodo,kchtipo)|0|) //FECHAMENTO ABAIXO DO KELTNER SUPERIOR

        and (close < KeltnerCh(kchdesvio,kchperiodo,kchtipo)|1|) //FECHAMENTO ABAIXO DO KELTNER INFERIOR

        then

          begin

            SellShortLimit(highest(high,pentrada));

            nbarra := CurrentBar;

          end;

      end;

 end;

응답함

1
개발자 1
등급
(47)
프로젝트
79
11%
중재
4
25% / 75%
기한 초과
2
3%
무료
2
개발자 2
등급
(35)
프로젝트
60
22%
중재
3
33% / 33%
기한 초과
15
25%
무료
3
개발자 3
등급
(11)
프로젝트
17
59%
중재
2
0% / 100%
기한 초과
2
12%
무료
4
개발자 4
등급
(25)
프로젝트
36
14%
중재
0
기한 초과
2
6%
무료
게재됨: 8 코드
5
개발자 5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
개발자 6
등급
(23)
프로젝트
26
8%
중재
0
기한 초과
5
19%
무료
7
개발자 7
등급
(296)
프로젝트
475
40%
중재
105
40% / 24%
기한 초과
80
17%
바쁜
게재됨: 2 코드
8
개발자 8
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
비슷한 주문
We are looking for a highly qualified, skilled, and experienced MT5 developer (ideally with experience in the financial sector and financial markets) who is capable of creating and implementing a custom-built, professional integration and analysis framework. This framework should include order flow alerts, broker anomalies (including hunting indicators, etc.), the integration of external signals, an audio alert
Robo de elite 40 - 100 USD
seu Robô de Elite: Precisão: Filtros RSI e Price Action. Rentabilidade: Lote dinâmico baseado no capital (Compound Interest). Automação 24h: Filtro de horário para evitar spreads altos. Satisfação: Dashboard interativo com "Botão de Pânico"
Já tenho um código MQL5 com uma base do funcionamento. Basicamente o EA traça um canal na virada do dia (penso que utilizar horário seria melhor em razão da diferença entre corretoras), com base em um número x de candles, calcula e posiciona ordens stop com base em % do capital. Caso uma ordem aberta venha a stopar, o EA deve realizar uma virada de mão com base no mesmo canal, contudo recalculando o lote para que

프로젝트 정보

예산
30 - 100 USD
기한
에서 2  5 일