machina.Go: mach.Go

Description Usage Arguments Details Value Author(s) Examples

Description

This connects to the Machina web service, and opens strategy.

Usage

1
2
3
4
5
    mach.Go(    
    username = NULL,
    password = NULL,
    strategy = NULL
	)

Arguments

username

Required, your Machina username

password

Required, your Machina password

strategy

Not required, this will default to default

Details

This connects to the Machina web service, and opens strategy.

Value

This connects to the Machina web service, and opens strategy.

Author(s)

Tim Norton

Examples

1
   # mach.Go(username = "userName", password = "passWord", strategy = "strategyName")

machQA documentation built on May 2, 2019, 12:35 p.m.

Related to machina.Go in machQA...