Add ai-gen-strat/llm_prompt_for_strategy_builder.md
This commit is contained in:
5
ai-gen-strat/llm_prompt_for_strategy_builder.md
Normal file
5
ai-gen-strat/llm_prompt_for_strategy_builder.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Generate PineScript trading strategy that works in TradingView strategy tester and also can be used to send actual orders to brokerage. Strategies should be generated based on below framework:
|
||||||
|
- strategy should have a way to determine current market trend and only allow entries aligned with the trend - user can decide on providing indicator for determining trend or allow LLM to decide best one
|
||||||
|
- strategy should have between 1 and 3 confirmations for entry - those could be set of indicators provided by user or decided by LLM
|
||||||
|
- strategy should have capability to set stop loss and profit target - again this could be user provided indicator based or R:R static SL/PT ratio, user can also choose to let LLM to decide on best strategy for setting those
|
||||||
|
- strategy should allow configurability of key parameters for indicators used as well as deciding instrument to trade (default from chart that is open), timeframe (default to open chart), time window when trade could be placed (eg. from 9:30am - 4:00pm EST), number of contracts to be traded plus any other important settings you might consider useful
|
||||||
Reference in New Issue
Block a user