package
0.0.0-20181102182515-5eda7b36f686
Repository: https://github.com/asciiu/gomo.git
Documentation: pkg.go.dev
# Structs
Processor will process orders.
This trigger will execute on the next price.
No description provided by the author
Order has conditions.
PriceCondition used for simple price compares.
client should send in StopLoss(percent).
No description provided by the author
TrailingStopPercent based upon difference in percent.
TrailingStopPoint based upon difference in points.
No description provided by the author
# Type aliases
ConditionFunc is a func pointer to a condition eval func.