Moun1r1 / gekko-strat-hl

calculate down peak and trade on
11 stars 12 forks source link

General Question #2

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi MounirLabaied,

i like your strategy. But for me it only makes profit in bear market. do i understand right - this startegy is fully generous and doesnt need any values to adjust?

xFFFFF commented 6 years ago

You can change these values in hl.js file: optInAcceleration:0.25, optInMaximum:0.50 var Period = 25;

SirTificate commented 6 years ago

@xFFFFF You shouldn't spread these false advices everywhere. the psar indicator is initialized but not used. There's nothing to tweak here besides the period length.

ghost commented 6 years ago

@SirTificate alrdy found out that changing these values crashes gekko or doesnt even change anything :) @xFFFFF Thanks anyway!!

xFFFFF commented 6 years ago

lol. I didnt know. So why psar is loaded in this strat?

SirTificate commented 6 years ago

@Gutz-Pilz if you comment out both psar lines it fails even faster :D Sorry @mounirlabaied couldn't resist. ;)

SirTificate commented 6 years ago

that's the point @xFFFFF you do not read the code, but you comment all kinda issues with false advice. read, understand, learn!