Skip to content

update_system_backtests AttributeError: 'RawData' object has no attribute 'get_demeanded_factor_value' #1173

Closed Answered by tgibson11
frankcodespoorly asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer is that run_dynamic_optimized_system is not setup to work with Rob's system config.

If you look at run_dynamic_optimized_system, you'll see this:

    system = System(
        [
            Risk(),
            accountForOptimisedStage(),
            optimisedPositions(),
            Portfolios(),
            PositionSizing(),
            RawData(),
            ForecastCombine(),
            ForecastScaleCap(),
            Rules(),
        ],
        data,
        config,
    )

If you look at rob_system/run_system.py, you'll see this:

    system = System(
        [
            Risk(),
            accountForOptimisedStage(),
            optimisedPositions(),
            Por…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@frankcodespoorly
Comment options

Answer selected by frankcodespoorly
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants