FRAMA-Based cTrader Strategy -- 2

Job ID: 40573371

Budget: $10 – $30 USD

I want a cTrader (cAlgo C#) strategy that behaves exactly like the one demonstrated in this video: https://youtu.be/f5zHBomRNnI?si=8sU0djdXplEiNi3Y.
Your code must replicate the FRAMA-driven entry logic shown there and give me full control over exits.

Core behaviour I expect
• Entries and position flips are triggered solely by the FRAMA indicator, just as in the video.
• Exits can be turned on or off independently inside the parameter panel:
 1. Stop-loss based on ATR (user-set length & multiplier)
 2. Take-profit based on ATR (same settings)
 3. FRAMA-flip exit exactly as explained in the video

Higher-timeframe trade filter
Before the strategy opens a position on the chart it is running on, it must first confirm that at least one live trade already exists on any of these timeframes: Daily, 1 hour, 30 minutes, or 5 minutes. I need the ability to enable or disable each of those four checks separately when testing.

Configurable inputs
ATR length, ATR multiplier, FRAMA parameters, and the reference EMA period all need to be editable from the UI. Also position sizing should be configurable as money or balance percentage or fixed lot. Please expose anything else you think is useful (e.g., position size, trading hours) as well. The full parameters list is shown here https://ibb.co/VpWPQSy0

Also in addition i would like another extra criteria that opens an opposite trade. For example if a long trade is supposed to open and if this parameter is toogled on, then a short trade must open instead. And vice versa, if this parameter is togled on and a short trade is supposed to open, then a long trade is supposed to open instead.

The code from another freelnace is also attached if it makes things easier

Acceptance criteria
• When I run the bot on a sample symbol with the same parameters used in the video, the on-chart trades and equity curve should look visually similar.
• Code is clean, well commented, and ready for later extensions—we may add more rules after this milestone.

ive got another cbot running on VPS but the previous freelnacer was unable to get it to behave exactly like the youtube viceo. Trades wouldnt open or close the same time as they should according to the TradingView inidciator. This cBotis the lastcBot from previous freelnacer sitting at the bottom of the pepperstone on VPN called Tiger_com