Trading Bot/EA for Automated Trading Based on TradingView Awesome Buy/Sell Indicator

指定

I want to build a fully automated trading system (bot or EA) that can:


  • Monitor TradingView in real-time for Buy/Sell signals generated by a specific indicator: the “Awesome Buy/Sell” indicator.
  • Execute trades automatically on a connected trading platform (e.g., MetaTrader 5).
  • Possibly include basic risk management features like lot size, stop loss, take profit, and trade filtering (e.g., time filters or max trades per day).


附加的文件:

PNG
IMG_9090.png
0.9 Mb

反馈

1
开发者 1
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
2
开发者 2
等级
(2)
项目
2
0%
仲裁
3
0% / 100%
逾期
1
50%
空闲
3
开发者 3
等级
(1)
项目
0
0%
仲裁
4
0% / 75%
逾期
0
空闲
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

项目信息

预算
30+ USD
截止日期
 1  5 天