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)
프로젝트
61
23%
중재
4
50% / 25%
기한 초과
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
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
8
개발자 8
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
비슷한 주문
Hello, I need an Expert Advisor (EA) developed for MetaTrader 5, specifically tailored for the EUR/USD currency pair on the 5-minute (M5) timeframe. The robot should execute trades based on Price Action or Technical Analysis (such as Support/Resistance Breakouts or Moving Average Crossovers - I am open to the programmer's suggestions for proven, consolidated strategies). Mandatory Risk Management Requirements
quero que verifique onde o ativo teve o menor valor de mercado, depois cada vez que o ativo estiver com o menor valor de mercado quero que você faça a compra de 0.3 do ativo EURUSD e faça a venda quando atinger o maior valor com base nos ultimos 366 dias

프로젝트 정보

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