mehtadone / PTFeeder

Official GitHub for ProfitTrailer's best buddy, PT Feeder. Be sure to visit their GitHub too.
https://wiki.ptfeeder.co/
183 stars 33 forks source link

OBV #333

Closed spinmaker closed 6 years ago

spinmaker commented 6 years ago

hey guys, PTF keeps changing OBV, for example it changes it to:

O_B_V_Candle_Period = 300 O_B_V_Length = 50 O_B_V_Signal = 1

when it should be:

OBV_Candle_Period = 300 OBV_Length = 50 OBV_Signal = 1

tash649 commented 6 years ago

You should set ObvCandlePeriod in appsettings.json instead OBVCandlePeriod. @spinmaker

spinmaker commented 6 years ago

Yeah that fixed it thanks.