First simple cbot
First simple cbot
26 Sep 2017, 23:41
Hello, can you tell me how to create a very simple cbot. I need it for historical data, just for high and low of every candle.
So i think like that: Could this bot open(always buy) position every 8hours and then close. after this position next will be open. Probably it will take few seconds for you to create bot like this, but for me its immposible, I hope for your help
I don't know is there any easier way to check hi-lo of every candle(8h time frame) from last few years, and then copy that to excel.
Replies
PanagiotisCharalampous
27 Sep 2017, 09:16
Hi kaliszczak1991,
If i understood well, you need to export the historical data of h8 timeframe candles to a file e.g. csv? Please confirm, so that I can prepare a sample for you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
kaliszczak1991
27 Sep 2017, 00:07
Small change, I don't want to get high-low, but open-close
@kaliszczak1991