Andrew Camilleri

Results 191 comments of Andrew Camilleri

Thanks for the feedback! Will see what's possible.

I enhanced the template engine in the last release but also removed the feature you wanted(you could do `{{JsonFunc(TriggerData.Invoice.PosData) }}`) because it was very hacky. In the next version you...

Ah, I should have guessed you would be here first with the hard questions :D let me look into what we can do On Fri, Mar 15, 2019, 18:27 Mike...

I am working on a new feature to tackle #3 and #4

It's basically a way to create groups of actions that can execute after each other and can pipe data from each action to the next

@astupidmoose I have now added an action to get the rate of a market symbol on an exchange you integrate. Still working on the full picture but I can see...

at this rate you'll be able to use this as a trading bot lol

![tumblr_o16n2kBlpX1ta3qyvo1_1280 (1)](https://user-images.githubusercontent.com/1818366/55616222-9ef15000-5791-11e9-84ed-970bc4d52547.jpg) This is me for the past few days working on plotting different ways to achieve @astupidmoose 's feature requests

@m-adilshaikh You can print the invoice id as a js var as well though which would give you global access and not require you to depend on that event to...