LPL

Results 6 issues of LPL

Hi, It would be great if this tool could also edit the destination message when the source one is updated. Would this be possible soon ?

Hi, Shouldn't this line https://github.com/joeldg/bowhead/blob/ee67a6ef0a6f82100e1ac7940a4dad172a9a8bd1/app/Traits/CandleStrategies.php#L24 be changed to requires $ema = trader_ema($data['close'], 20); The actual version always compute an exponential moving average of 0.

There's a problem when trying to build the array in the candle_value() method. In https://github.com/joeldg/bowhead/blob/master/app/Traits/CandleMap.php#L211 The hanginman candle is in the counter_purpose['bear'] array. The code mentioned above will try to...

Hi, First of all, I'm a not an expert in trading, just trying this library to learn some basic trading concepts. I'm trying the ExampleForexStrategyCommand.php with a 5m period on...

Hi, Following article 1 and checking code at the same time, it says : > Average directional movement index (ADX) is a trend indicator that typically returns a number from...

Hi, Any plans to support .net core support ?

enhancement