Hi,

Got a couple of quick questions hopefully:

1) Working on intraday strategy and to analyse result in detail, I need to plot minute prices and various indicators. Custom charting limits series to 4000 data points so wouldn't work. Thought about logging data and plotting on my desktop using another package however log file limited to 100kb. Any other alternative? My only thought is to source data myself, then run LEAN  locally. Would I be able to write log file with no limit to size?

2) Have set broker to self.SetBrokerageModel(BrokerageName.FxcmBrokerage). How do I inspect and if necessary change the fee structure? Tried feemodel=forexsecurity.FeeModel.GetFeeModel(forexsecurity) but didn't work.

Thanks.

Author