Hello,

I am needing my strategy automated into a live trading bot. I have listed the requirements below. Please let me know if you can do this project. Thanks! I would likely use Fiverr as the site to handle the transaction.

Setup:
● Main time frame = 5 min bars
○ Requirement stage with 1 hour bars
● Forex trading AUD/USD
● Quantity = 10,000
● Allow up to 5 open positions at one time
● Backtest time length can be set to any time interval
● Setup leverage
● Oanda as brokerage
Indicators:
● EMA (9 and 50 EMA)
● MACD
● RSI
● ATR
Requirements (1 hr interval for overall direction trend):
● Current Price > 9 EMA
● MACD Value from 1 bar ago < MACD Current Value
● MACD Diff > 0
Requirements (5 min interval for entry points):
Bar Setup
● 50 EMA < 9 EMA
● Close > 9 EMA
● Open > 9 EMA
● Low <= 9 EMA
● MACD > .0001
● MACD Value (1 bar ago) < MACD Current Value OR MACD Value (2 bars ago) <
MACD Current Value (MACD must be increasing from either 1 or 2 bars ago)
● (Entry Price (Open price after the requirement bar closes) - 9 EMA) < .0003
● MACD Difference (Value - Signal) > 0
● RSI < 65
● ATR > .00025
Exit Strategy:
● Take profit = .00080 (80 pips)
● Stop loss = .00050 (50 pips)
Notes:
● I can/will provide time and dates of when the strategy should be executed per
manually testing on “thinkorswim” platform. 

Author