Author Topic: MarketFeeder remember - is it always global?  (Read 938 times)

Tags:
  • All members
  • Posts: 7
MarketFeeder remember - is it always global?
« on: 01 Jan 2021, 14:25 »
I am using the remember command as below
With this I can get the value of top_1_sel_index
The problem is the the 'top' variable seems to be global.  I want it to be local to the event.  I tried initialising a variable called top as 'individually for each event' with a value of zero but this didn't help.  This is a problem when multiple events are happening at the same time.
Maybe there's an easier way of knowing the index of any selections that have bets eg that have layed on Betfair web site outside of the trigger?


  • Moderator
  • Posts: 3605
*
Re: MarketFeeder remember - is it always global?
« Reply #1 on: 01 Jan 2021, 15:53 »
Hi
Add event_id to the remember name: top_event_id
then to address the value: top_event_id_1_sel_index  
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE