CONVERT TRADINGVIEW PINE SCRIPT STRATEGY/ INDICATOR TO MT4 EA

工作已完成

执行时间16 小时
客户反馈
Very fast, competitive price and smooth communications. Consider yourself lucky if this guy chooses to work with you! Thanks man👍
员工反馈
Great customer, Thanks a lot

指定

Hi, i have a TradingView custom indicator via pine script based on T3 & CCI indicators together. There is another indicator added but i'm not too sure exactly what it is, if you can help figure it out that would help a lot! It MIGHT be Bollinger %B but I'm not exactly sure.


I would like the following:

  • To be translated (parallel/ exact inputs and coding if possible) into MT4 style code
  • An Expert Advisor that opens and closes positions based on the indications given by the strategy

When the value (on the indicator screen) closes over/ under the 0 period, the current trade is to be closed and replaced with another opposing trade. 

  • No take profits or stop losses.
  • No trailing stops
  • Fixed lot size, that i can change 
  • Only for the H1 timeframe as it seems to be the most profitable and have the most opportunities for riding trends
  • Have the ability to close positions manually without interrupting the algorithm, therefore the EA does not open a new trade or i have to refigure it to the MT4 account
  • Customisable as to what pairs I want the EA to trade
  • Customisable inputs 


I have a full document with all information and the code script which will be attached to the sent file to whom that is willing to help me. I’d also like some comments on the script so that i can understand it and also how it operates on MT4 as I'm fairly new to this type of stuff. The document also shows pictures of how it looks on the charts for further understanding.


Thanks.


反馈

1
开发者 1
等级
(2)
项目
2
0%
仲裁
3
0% / 100%
逾期
0
空闲
2
开发者 2
等级
(2675)
项目
3414
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
3
开发者 3
等级
(16)
项目
19
11%
仲裁
3
0% / 100%
逾期
2
11%
空闲
4
开发者 4
等级
(252)
项目
462
26%
仲裁
139
20% / 60%
逾期
100
22%
空闲
5
开发者 5
等级
(412)
项目
543
75%
仲裁
9
44% / 0%
逾期
24
4%
空闲
相似订单
//———————————————————————————————————————————————————————————————————— 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 () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project

项目信息

预算
30 - 60 USD
截止日期
 4 天