Navegação

    Portal do Trader
    • Cadastrar
    • Login
    • Pesquisar
    • Categorias
    • Recente
    • Tags
    • Popular
    • Usuários
    1. Home
    2. Felipe Rodrigues
    F
    • Perfil
    • Seguindo 0
    • Seguidores 0
    • Tópicos 0
    • Posts 1
    • Melhor 0
    • Grupos 0

    Felipe Rodrigues

    @Felipe Rodrigues

    0
    Reputação
    115
    Visualizações de perfil
    1
    Posts
    0
    Seguidores
    0
    Seguindo
    Cadastrou Última vez Online

    Felipe Rodrigues Seguir

    Última postagem realizada por Felipe Rodrigues

    • RE: BUYSTOP (Ordem OCO) no gerenciador de estratégia PROFITCHART Lite.

      @Trader-2rba 

      Para fazer dar certo o meu ficou desse jeito...

          

      begin
        // Verifica se está vendido
        if (IsSold) then
          begin
            // Fecha a posição com uma compra
          if (LastCalcTime > 1700) or (MyPrice < (SellPrice-70)) or (MyPrice < (SellPrice-140)) or (MyPrice < (SellPrice-210)) or (MyPrice < (SellPrice-280))  then
              BuyToCoverStop((Myprice + 70),(MyPrice + 65))
               else if  MyPrice > (SellPrice + 140) then 
              BuyToCoverAtMarket;

       Dessa forma fiquei com um stop gain(BuyToCoverStop) e stop loss (BuyToCoverAtMarket)

      postado em Assuntos Gerais
      F
      Felipe Rodrigues