Module config

Module config 

Source
Expand description

§The config module

This module contains the configuration for the spread tracker. the default configuration is stored in the config.yaml file.

§Structuring of the config.yaml file

BrokerSpreadUrls:
 Vantage: "https://www.myfxbook.com/forex-broker-quotes/vantage/6052"
Pepperstone: "https://www.myfxbook.com/forex-broker-quotes/pepperstone/6053"
FusionMarkets: "https://www.myfxbook.com/forex-broker-quotes/fusionmarkets/6054"
UltimaMarkets: "https://www.myfxbook.com/forex-broker-quotes/ultimamarkets/6055"
Tickmill: "https://www.myfxbook.com/forex-broker-quotes/tickmill/6056"
xxxx

§Usage

Structs§

SpreadBrokerUrl
The SpreadBrokerUrl struct is used to store the URLs of various brokers for spread tracking. This struct is used to store the URLs of various brokers for spread tracking.

Enums§

Brokers
The Brokers enum is used to store the names of various brokers for spread tracking. This enum is used to store the names of various brokers for spread tracking.