Hello,
I've been struggling to create a trigger that would work in this manner:
1) I import 'N' markets (might be variable from one day to another)
- These markets are over and under markets from different soccer games
2) Every 'T' seconds, I write to an Excel file the prices of these markets and the minute of the match the price was read
3) when the market is closed (eg.: a gol is scored and o0.5FT is closed), I keep the last price available and the minute of the match the price was read.
the closest I could get was with this trigger:
https://community.welldonesoft.com/marketfeeder-triggered-betting/write-to-excel/msg54841/#msg54841But I wasn't able to do the execution with "no more often than X seconds" for each market.
Ideas ?