User Comments

  • ruipedrosilvasousa
    20.9.2015 13:47:29

    Sorry i do not know..


    Wait for the response of stefan

  • ruipedrosilvasousa
    20.9.2015 13:35:10

    answer to your second question

    select markets, and then click "Start Bot" and select the bot you want to run in the chosen markets..

  • ruipedrosilvasousa
    19.9.2015 17:28:21

    With a risk management well done and improve some points and who knows ..

    at this point it is still being supervised

     

  • ruipedrosilvasousa
    19.9.2015 1:49:43

    it would be possible to place the bet attribute: "ClosePositionImmediatly" in bot: "Close Position Selection Bet At Odds" ??

  • ruipedrosilvasousa
    18.9.2015 21:56:31

    it is possible to expire an order not matched in the specified time??

  • ruipedrosilvasousa
    18.9.2015 17:59:09

    thanks :)

  • ruipedrosilvasousa
    18.9.2015 16:24:27

    1,86 and '2.30' right?

    Thank you so much. I'll try

  • ruipedrosilvasousa
    18.9.2015 13:34:08

    not resulting my solution

  • ruipedrosilvasousa
    18.9.2015 13:21:09

     

     

    Example

     

    Open bet Position (back ,odds 1.99)

    close bet position (odds 1.86) or close bet position (odds 2.20 )

     

    Possible solution:

    -Place bet back odds 1.99 

     

    Chain Execution( botname: PlaceBet;If Then Else )

    -

  • ruipedrosilvasousa
    18.9.2015 12:09:06

    market values = odds

  • ruipedrosilvasousa
    18.9.2015 2:20:49

    if there were a bot : "Place Bet and Close Selection Bet Position at odds(Profit and loss)"

     

  • ruipedrosilvasousa
    15.9.2015 18:34:10

    Good ideia Mir!

  • ruipedrosilvasousa
    13.9.2015 21:50:12

    Thank you for the quick help. :D

     

    Soon I will have more questions about suspension market, but will open another article

  • ruipedrosilvasousa
    13.9.2015 20:54:37

    Thank you Mir :)

  • ruipedrosilvasousa
    13.9.2015 13:41:02

    Bot: Place Bet and close selection bet position Open 1.50 Lay | close profit 1.60 or close loss 1.30

     

    Start Bot!  

     

    automatic Close bot (with profit or not), 

    Start Bot Again same position Open 1.50 Lay | close profit 1.60 or close loss 1.30

    automatic Close bot (with profit or not), 

    Start Bot Again same position Open 1.50 Lay | close profit 1.60 or close loss 1.30

     

    basically when you know that closed the previous bot it reopens with the same parameters of logs

    the chain execution as could do this?

  • ruipedrosilvasousa
    13.9.2015 0:04:46

    The objective is that when the bot closes (with profit or not), 

    he would start again in the market panel bot. 

     

    if (bot1.close ==true)

        run bot 1 ;

    if (bot2.close ==true)

        run bot 2;

     

    I'm sorry but I don't the bfexplorer api.

  • ruipedrosilvasousa
    12.9.2015 23:13:04

        my idea is that with the bot:

    bot 1: Place Bet and close selecition bet position lay odds 1.80 1.90 close

     

     

    if bot1 close == true {

        Place Bet and close selecition bet position lay odds 1.80 1.90 close}

      // Run bot 1 again

    I know sorry does not work the base language of the bot    

     

     

  • ruipedrosilvasousa
    12.9.2015 22:53:14

    Thanks for the quick response

    two parameters: StartOdds, and RestartOdds, how do you set these parameters?