Hi,
OK, just so you know, I am using the LittleAcorns strategy (which I purchased some years ago) - I wasnt able to succesfully use the trigger that was created for me. Can't remember if it was you, mcbee, or Oxa.
The trigger, and all of its logic work perfectly, and if we were in an environment where I was only betting using LittleAcorns, then all would be fine, but, I use MANY strategies, and as a result, the bank figure that is used cannot be recalculated properly, so, for example, if my LittleAcorns system has bet on a selection, once its criteria has been met, then, I also have another 2 systems going, that produce a loss, and my LittleAcorns bet is a winner, and the net result, is a loss, then the trigger will calculate it as a loss. This is a very simple description, but hopefully those reading can see the issue.
So, I decided to get involved and make sure that there are no ongoing calculations on a bank, using a fibonacci system, because of the above. I decided to lok at doing the following, from the beginning of the cycle..
Set the initial stake, then if the criteria is met, this bet is placed, and once the bet has been placed, write the bet to a text/csv file.
I developed an application to check the result of a bet on a selection within a text file
So, for example, the textfile will contain the following:
["market_name"],["r_1_sel_name"] --> save as c:\...LASel.txt.
My app will then go and check to see if the horse won or lost.
If the horse wins, then the stake needs to go up to the next level, based on the fibonacci series
All of the above is very easy - what I want to be able to do, is update a text file, with the next stake value. So, my thinking is a text file with the following entry...
["r_1_sel_name"](tab)10
And, the only thing I update is the 10, to the next stake level, and I can have a user variable set such that its value will be imported_1
Of course, that does not work, when I import, I get the message "nothing imported"
I can't add in selections, because I only want to be using the favourite
Hope its clear what I want to do. I am sure this is very simple.
Thanks
Mark.