We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FajarArrizki/mcp-technical-analysis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Exit Conditions Module
* Export all exit condition checkers
*/
export * from './stop-loss';
export * from './take-profit';
export * from './trailing-stop';
export * from './signal-reversal';
export * from './ranking-drop';
export * from './indicator-based';