aimlac-7564616D / crawlers

Data crawlers and parsers for various energy APIs.
0 stars 1 forks source link

add bidding flow #18

Closed dingsheng-ong closed 2 years ago

dingsheng-ong commented 2 years ago

Added flow to fetch market data from RSE API: image Requires aimlac-7564616D/composer#19

Scheduled to place bids at 0845 every morning: image

fjebaker commented 2 years ago

It's a little hard to tell, but I take it the "http request" node is making the request to the flask server to get the data? I can see you make a request to aimlac-models so I am assuming this is the case.

fjebaker commented 2 years ago

Also, without having had a proper look at the source code, will this flow work beyond bogo bid too?

dingsheng-ong commented 2 years ago

Also, without having had a proper look at the source code, will this flow work beyond bogo bid too?

I can't say for sure but most probably it will work if the new bidder function is implemented appropriately.