askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

Can’t expose candle.id within indicator/strategy #2781

Closed vqalex closed 5 years ago

vqalex commented 5 years ago

Guys,

Are there a way to easy expose candle.id,

Im trying to build logic and want to record candle ID and match with triggered action, that is just for dev purpose.

Seems that gekko blocks candle.id from exposure.

vqalex commented 5 years ago

I found a way around. Thx