Skip to content

Parsing logic for @profit should be updated #44

@YuriyTigiev

Description

@YuriyTigiev

Gekko version: v0.6.6
Nodejs version: v8.12.0

Old string
my @profit = $grun =~ /(?<=simulated profit:\t\t )[0-9.-][0-9.-]* $sets[1] ((.*)(?=%))/;

The new string
my @profit = $grun =~ /(?<=profit:\t\t\t\t )[0-9.-][0-9.-]* $sets[1] ((.*)(?=%))/;

Originally posted by @YuriyTigiev in https://github.com/xFFFFF/Gekko-BacktestTool/issue_comments#issuecomment-423766489

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions