Comments

  • Archie
    3.10.2016 21:10:43

    Hi Stefan,

    So I successfully got ths working and it looks good, thanks for your support.  Is there a way to auto refresh the charts on a user defined interval or is it a browser (Chrome) limitation where I have to refresh the browser page manually to refresh the chart image?

    I also would like to have the "record market selection data" on multiple markets at once but have only managed to apply it to the main market opened in Bet Event Trader window.  If I use the execute in order /bots executor on multiple markets in the event browser the bot does not seem to trigger unless I load it into the main bet event trade and execute the bot manually.

     

    Probably something I have overlooked. Hope you can help.

    Thanks.

  • Archie
    3.10.2016 20:44:04

    Hi Stefan,

    This bot called "save market prices" looks very similar to the "save in play market prices". Are they both available somewhere now the new release is available?

    Thanks,

  • Archie
    3.10.2016 20:41:21

    Hi Stefan,

    I have installed the latest release and wondered where I can find the "save in-play market prices" bot shown in this video?

    Thanks

  • danielrc33
    29.9.2016 20:42:13

     Thanks! Could you point me in some direction to set up the code in the software? I played with it (the software) some time ago, but definately I will need a refresh. I am not a code expert what so ever, but I unterstand a little and also I see great potencial in the code you have created. Is there anything in particular you think I will find useful to read or watch?


  • Betfair Bot
    28.9.2016 20:06:33

    This bot code shows how to retrieve betfair SP prices. When market is turned at in play, so in code, the line 72, you can add what you want to.

    https://github.com/StefanBelo/BetfairBotSDK/blob/master/MyFsharpBot/UpdateSpPricesMarketBot.fs

     

  • danielrc33
    28.9.2016 17:30:17

    Hi Stefan, Thanks for your time.

    However I could not find anything related to if "Betfair Starting prices" are "x" then... the close one was LTP, but is not the same.

  • allendaz
    10.9.2016 1:06:57

    A key challenge for traders is finding relevant form & historical data on their chosen sport/racing that will allow them to develop a strategy to give them the edge.  Data visualisation can help a user to quickly gain insights to identify such data. The SandDance tool looks useful for this purpose.

  • franznem
    9.9.2016 21:31:49

    i thought it was a good trigger to test if it works..which big project you will start ?

  • Betfair Bot
    9.9.2016 21:04:15

    And what would you do with that?  

    Frankly to say I am not quite sure you understand what you can see on those videos. Those videos were actually made to report my progress on quite big project I am working on now for couple weeks. 

  • Betfair Bot
    4.9.2016 19:49:41

    Yes, I developed similar app/bot for MySQL as well.

  • mamendola75
    4.9.2016 17:36:17

    Hi Stefan,

    is not possible make the same on MYSQL Database?

    Bye Vincent

     

  • Betfair Bot
    1.9.2016 16:52:06

    Unfortunately I did not have a time to add this bot to Community ones.  

    I will do so in the update after betfair will cease Australian exchange service endpoint, so some changes will be required to bfexplorer as well.

  • Betfair Bot
    1.9.2016 16:48:17

    What you executed by using Bfexplorer Console is just script, showing recorded data in XPlot charts. You need to execute the bot called: "Record Market Selection Data" to record those data first.

  • Archie
    1.9.2016 14:45:39

     Hi, I have the same question as Mir on this very useful looking bot . Where do we find the save market data bot dislayed? It looks like there is a Database "connection string" selection available within the bot. I have browsed through the SDK but have not found one with this property. Thanks for helping to find this or maybe describing how to create it.

  • Archie
    1.9.2016 13:55:08

    Hi Stefan,

    Thanks for this information. Instructions worked well.

  • Archie
    1.9.2016 13:50:55

    Hi Stefan,

    Thanks for the advice below. I have solved the xplotly dll requirement by following your instructions and now have another question.

    When I execute this bot the output report returns the error message "No time series available!"

    Perhaps you have a tip on where I might be missing something?

    Thanks

  • Betfair Bot
    12.8.2016 16:32:22

    For more information read this article:

    http://bfexplorer.net/Community/BlogContent/234#Save Betfair Data to Database

     

  • Betfair Bot
    7.8.2016 15:41:26

    Visual Studio offers the NuGet package manager: 

    https://www.nuget.org/ 

    You can use it to quickly install all needed packages (assemblies/libraries) to your project, just type XPlot.Plotly 

    On GitHub you can find source code for this project: 

    https://github.com/TahaHachana/XPlot 

    So alternatively you can clone or download XPlot, and build XPlot.Plotly.dll assembly yourself. 

    Do not forgot that you have to replace path to bfexplorer assemblies this script is using as well. 

    Well, I am not quite sure if you manage to do it yourself, as you ask for help in very base and common tasks any programmer/software developer must already know. I would really suggest to learn that first.

    Yes, Microsoft Edge is my default Internet Browser, therefor the script opens Edge to show https://plot.ly/ charts. 

  • Archie
    7.8.2016 12:43:31

     Hi Stefan,

    This looks like a nice addition, but I am having difficulty with the activation.  I have followed the video and receive the conosle error message in my output "FsiEvaluationException: Error:input.fsx(1,1):error FS0084 Assembly reference  '#r "D:\Projects\Bfexplorer\Development\Libraries\XPlot\bin\XPlot.Plotly.dll" was not dound or is invalid"

    I imagine I need the dll file somewhere in my own C drive for reference but can not find it to add.

    I noticed the graph opening in Microsoft Edge too, is this a possible default app setting somewhere?

    I would welcome your advice and help with this and also please can you let me know where the stored data is actually stored for future access. (I have the store race data bot running but not sure how / where it is storing data)

    Thanks very much.