[DEFAULT]
version = 0.6
DefaultStocksFilePath = stocks.txt
# A valid folder path. If it does not exit, it will be created.
UserDataDirectory = ~/Documents/GitHub/nseta/build/userdata/
numeric_to_human_format = yes

[RSI]
# Any value between 0 to 100
Lower = 25
# Any value between 0 to 100
Upper = 75
period = 14

[SCANNER]
UserStocksFilePath = userstocks.txt
Background_Scan_Frequency_Intraday = 60
Background_Scan_Frequency_Live = 60
Background_Scan_Frequency_Quotes = 60
Background_Scan_Frequency_Volume = 60
enumerate_volume_scan_signals = no
scan_results_max_count = 30
max_column_length = 55

# Available columns : Symbol,Date,VWAP,LTP,%%Change,TDYVol(%%),7DVol(%%),Remarks,Yst7DVol(%%),Yst%%Del,Tdy%%Del,PPoint,S1-R3,ATR,NATR,TRANGE,Volatility,ATRE-F,ATRE-S,ATRE,Avg7DVol,FreeFloat,TDYVol,News
# You can also change the order of columns. Put two %% for 1 % to appear in the column name
# You can provide your own custom names to column heads/keys in the format key1=YourKey1,key2=YourKey2 etc.
volume_scan_columns = Symbol,FreeFloat,LTP,VWAP,%%Change=%%Chng,ATR,TDYVol(%%)=%%Vol_TDY,7DVol(%%)=%%Vol_7D,TDYVol,Avg7DVol,S1-R3,Remarks,Tdy%%Del=%%Del_TDY,News

# Available columns: Symbol,Date,RSI,MOM,EMA(9),macd(12),macdsignal(9),macdhist(26),BBands-U,BBands-L,LTP,Signal,Remarks,Confidence
# You can also change the order of columns.  Put two %% for 1 % to appear in the column name
swing_scan_columns = Symbol,LTP,RSI,macd(12)=MACD(12),macdsignal(9)=MACD(9),BBands-U,BBands-L,Signal,Confidence

# Available columns : Symbol,Date,Open,High,Low,LTP,Volume,Cum_Volume,RSI,MOM,OBV,ATR,EMA(9),SMA(10),SMA(50),macd(12),macdsignal(9),macdhist(26),BBands-U,BBands-L,Signal,Remarks,Confidence,R3,R2R1,PP,S1,S2,S3,Cdl,Cnt_Cdl
# You can also change the order of columns.  Put two %% for 1 % to appear in the column name
intraday_scan_columns = Symbol,LTP,Cum_Volume,Cdl,Cnt_Cdl,RSI,MOM,OBV,macd(12)=MACD(12),macdsignal(9)=MACD(9),BBands-U,BBands-L,Signal,Confidence

# Available columns : Updated,Symbol,Close,LTP,%% Delivery,Buy - Sell,TotalTradedVolume,pChange
# You can also change the order of columns.  Put two %% for 1 % to appear in the column name
live_scan_columns = Updated,Symbol,Close,LTP,%% Delivery,Buy - Sell,TotalTradedVolume,pChange

# The percent value which will be marked with **<Symbol_Name> during volume scans if LTP is within this percentage value
crossover_reminder_percent = 0.075

[FORECAST]
Lower = 1.5
Upper = 1.5
Training_percent = 0.75
Test_percent = 0.25
period = 7
growth = linear
seasonality_mode = additive
seasonality_name = monthly
seasonality_period = 21
fourier_order = 10
daily_seasonality = yes
weekly_seasonality = no
yearly_seasonality = no
interval_width = 0.95
holidays_file_path =
n_changepoints = 20
changepoint_prior_scale = 2.5
fbprophet_log_level = INFO
fbprophet_future_dataframe_frequency = D
country_name = IN
future_period_factor = 3
plot_font_size = 15

[BACKTEST]
init_cash = 100000
smac_fast_period = 10
smac_slow_period = 50
emac_fast_period = 9
emac_slow_period = 50
macd_fast_period = 12
macd_slow_period = 26
macd_signal_period = 9
macd_sma_period = 30
macd_dir_period = 10
multi_smac_fast_period_range = 10
multi_smac_slow_period_range = 10,50
multi_rsi_lower_range = 15,20
multi_rsi_upper_range = 75,85
bbands_period = 20
bbands_devfactor = 2.0
rsi_period = 14
rsi_upper = 75
rsi_lower = 25
intraday_margin = 0.2
max_fund_utilization_per_tran = 0.5
commission = 0.00067471
strict_strategy = no
profit_threshhold_percent = 3
loss_threshhold_percent = 1
