İş tamamlandı
Şartname
General Description:
I need an experienced developers to Develop an automated trading bot that implements a trading strategy based on Heikin Ashi Candles in 2 timeframes and Moving Average line.
> Identify main trend: Use heikin ashi candle in higher timeframes (Day) and the Moving Average of the current timeframe (H4)
> Enter and exit positions: Use heikin ashi candle in current timeframes (H4)
> Use multiplier of ATR for Stoploss.
Some requirements, Please help me ensure:
-
We can choose position types for the bot to trade: Accept Buy (True/False), Accept Sell (True/False)
-
Separate input for buy and input for sell
-
Only one buy position and one sell position can be open at the same time. A buy position and a sell position can coexist (Not 2 buy positions...)
-
1 bot can trade different assets and 1 asset in different timeframes at the same time in 1 account (Recommend: Buy_magic_number and sell_magic_number)
-
Entry Price can choose different types: Market Price bid-ask or Stop limit = close price of the previous candle
-
Only round up/down 2 digits of lot size at the final calculation
-
Retrieve at least previous candles to calculate the indicator
-
Set stop-loss for all positions
-
Actual loss when closing the position does not exceed too much loss money limit.
-
When triggering the bot, the bot needs to wait for a new candle before entering the trade, do not enter immediately. (Recommend: NewC function)
-
The parameters of each indicator can be manually entered.
-
Show indicator when backtesting
-
Thoroughly debug the bot (test cases) before transferring it to me
You can refer to this input form sample:
