Hi

I want to do the following for FOREX in python:

1.Get the time and date of the current candle

2.If open price of current candle is lower than a value then buy

3. If open price of current candle is higher than a value then sell

Thanks

Author