指定
Project goal: To develop a trading bot that interprets highs and lows for strategic long and short positions.
Scope of work: - Develop a bot to long on Higher Low, Lower Low, or Double bottom signals. - Create bot to short on Higher High, Lower High, or Double top signals. - Incorporate support and resistance levels into the strategy. - Suggest improvements considering volume and market trends.
Standard Support and Resitance based on previouslevels there is already a free Ninja indicator calledHolyGraillevels for NT8
essentially combine 2 free indicators NInjaPriceactionfor the HH, HL etc and HolyGraillevels for NT8 for thesupport and resistance but NInjaPriceaction indicatorhas a 3 bar lag before it prints HH, HL, etc.... I don't want that lag
and the indicator should print HH, HL etc on the screen close of the candle without lag
Standard Order management requirements like calculate number of contracts based on given risk, Boton/off buttons, Automatic, Semi automatic, Manualtrading options, so i can use this as an indicator and turn on the bot for trading etc.....
For exits, stop loss and take-profit logic will be usedtogether, either on a fixed risk reward ratio or dynamicvolatilities like ATR. Partial profit-taking and trailingstops can also be turned on if desired. The entries willnot be taken blindly; there will be a logic forpreventing false breakouts, sloppy markets, orgroupings of signals that have a tendency to whipsaw.The bot will intelligently lag or miss entry if priceaction is random or conflicting within a short timeinterval.
NOTE;- YOU MUST BE ABLE TO PREDICT HH,HL WITH HIGH ACCURACY
Thank you.