01-25-2019, 07:23 AM
Hey everyone,
I am trying to create most profitable strategy for TUSD/USD in Gekko.
Can anyone correct my strategy that you can see below ? If someone helps me I would be grateful
Thank you so much.
config.tradingAdvisor = {
enabled: true,
method: 'buyatsellat',
const buyat = 1.002
const sellat = 0.998
const stop_loss_pct = 0.995
const sellat_up = 1.004
candleSize: 60,
historySize: 2,
I am trying to create most profitable strategy for TUSD/USD in Gekko.
Can anyone correct my strategy that you can see below ? If someone helps me I would be grateful
Thank you so much.
config.tradingAdvisor = {
enabled: true,
method: 'buyatsellat',
const buyat = 1.002
const sellat = 0.998
const stop_loss_pct = 0.995
const sellat_up = 1.004
candleSize: 60,
historySize: 2,