danghungithp's picture
Upload 1398 files
bec48e1 verified
raw
history blame contribute delete
539 Bytes
const config = {
apiEndpoint: 'https://api.example.com/data', // Replace with your actual API endpoint
defaultPVPeriod: 14, // Default period for Price Volume calculation
defaultMFIPeriod: 14, // Default period for Money Flow Index calculation
volumeThreshold: 100000, // Minimum volume threshold for screening
breakoutPercentage: 5, // Percentage for breakout detection
stopLossPercentage: 2, // Default stop loss percentage
takeProfitPercentage: 5, // Default take profit percentage
};
export default config;