Hello everybody,
today I want to document another issue that took from me plenty of time. Recently I've used following code in Python in order to save array of numpy numbers:
import numpy as np
newImage = ...some way of getting array
np.ndarray.tofile(newImage, newFn)
But when I tried to get that...
Hello everybody,
Few days ago I had an order for automating forex strategy for 3 minutes time frame in jForex platform.
I faced issue that by default jForex doesn't work with 3 minutes. In order to do this, the following parts were needed for addition:
@Override
public void onStart(IContext con...