Program a (tradingview Pine Script) strategy.

MQL5 其它

工作已完成

执行时间5 天
客户反馈
The cooperation with Pramod was very good. He did quality work. I can only recommend Pramod.
员工反馈
Very nice experience to work with Mr. Andreas, he was doing testing with me which saved a lot of time.

指定

Hello,

You program me a code for tradingview.
We work together, step-by-step through the code so there are no errors and unnecessary work.

The first step is "Generally".

Use the channel breakout strategy (PineScript at the bottom) as a basis.

---

Input: Use Bitcoin (5 minutes) for testing and reference.

Generally

Long or Short (Long, Short, Both) = long
Period_Upper_Band 5
Period_Lower_Band 5
Visualization (checkbox) = true
Tolerance_points 5.0
(Shifts the channel up and down by the tolerance points. This generates fewer signals)
Disaster Stop Loss (1.5%)
Show_Stop_Loss (Yes/No - checkbox) = no

Filter 1

Period_MA 200
use_Close_<>_MA (yes/no - checkbox) = no
(Close > Ma long is active - Close< MA short is active)

use_MA[0]_<>_MA[1] (yes/no - checkbox)
(MA[0] > MA[1] long is active - MA[0] < MA[1] short is active)
(If the filter is active, then the MA is displayed)

Filter 2

Period_High_Low_Chanel 200
use_High_Low_Chanel (Yes/No - checkbox) = no
The uptrend starts when the upper band rises

The downtrend starts when the lower band falls
(If active, then the High_Low_Chanel is displayed)

Time Management

Use_Trading_Time (Yes/No - checkbox) = no
Trading time 12:00 to 18:00
(opens positions only during this time)

Use_CloseTime (Yes/No - Checkbox) = no
Close time 20:00
(closes all positions at this time)

Use start date (yes/no - checkbox) = no
Start date = 01/01/2020

Alert and Triangle

Show_triangle_ (yes/no - checkbox) = no
Shows a triangle when the upper or lower band is hit by price. The triangle is on the candle and on the price. (consider the filters)

Alarm_und_Webhook (Yes/No - checkbox) = no
Alert when the upper or lower band is hit by price.
(consider the filters)
For copying trades (https://www.pineconnector.com/) or something.

-----

//@version=5
strategy("ChannelBreakOutStrategy", overlay=true)
length = input.int(title="Length", minval=1, maxval=1000, defval=5)
upBound = ta.highest(high, length)
downBound = ta.lowest(low, length)
if (not na(close[length]))
    strategy.entry("ChBrkLE", strategy.long, stop=upBound + syminfo.mintick, comment="ChBrkLE")
strategy.entry("ChBrkSE", strategy.short, stop=downBound - syminfo.mintick, comment="ChBrkSE")



反馈

1
开发者 1
等级
(11)
项目
13
38%
仲裁
2
50% / 50%
逾期
1
8%
空闲
相似订单
I need a developer who can work fast on this project want to be able to send signals to the telegram bot and trades are taken immediately with the settings will give the signals format
A “grid” display style like the attached image. User can choose up to 3 EMA’s to monitor on up to 6 Time Frames. If the EMA slope is greater than 0 = Green If the EMA slope is less than 0 = Red If the EMA slope is 0 = Black The grid should be customizable on it’s size, colors, and placement on the chart. Each EMA should update per tick. A label at the top of the grid should read “SLOPES” Indicator 2: A “grid” display
I'm looking for a skilled developer to help build a custom trading strategy for NinjaTrader 8 (N8). The project involves developing and fine-tuning a strategy tailored to specific market conditions. Experience with NinjaScript, strategy optimization, and backtesting is highly preferred. If you're available and have expertise in N8 strategy development, please get in touch to discuss further details
Hello, How are you doing?. i am Looking for a skilled developer to integrate my broker into MetaTrader 5 (MT5). Currently, my broker is not available on the platform, and I need someone with expertise in creating or adapting broker connections for MT5. The ideal candidate will have a strong understanding of MT5 architecture. If you are proficient at working with APls and have a background in trading platform
Hello, How are you doing?. i am Looking for a skilled developer to integrate my broker into MetaTrader 5 (MT5). Currently, my broker is not available on the platform, and I need someone with expertise in creating or adapting broker connections for MT5. The ideal candidate will have a strong understanding of MT5 architecture. If you are proficient at working with APls and have a background in trading platform
I need a programmer for converting a MetaTrader indicator into ea for TradeLocker. Additionally, I would like to have a new EA built in TradeLocker that mirrors the logic of the original MetaTrader, including the specific rules and conditions I need. Please contact me only if you have prior experience converting scripts from MetaTrader to TradeLocker
Hello, How are you doing? I want an EA that will send trade signals from my MT4 to my Telegram channel. So whatever trade I take on MT4 I want the EA to then automatically send the trade details of the trade I took to the Telegram channel in a message right away. Kindly bid if this is what you can do. Thanks
Hello, How are you doing? I am planning to develop a Blockchain DEX platform through which cryptocurrencies will be exchanged, and I require experienced developers in blockchain and backend development. Kindly bid if this is what you can do. Thanks
Hello, How are you doing? I am planning to develop a Blockchain DEX platform through which cryptocurrencies will be exchanged, and I require experienced developers in blockchain and backend development. Kindly bid if this is what you can do. Thanks
I've use most of code from this script, add some more filter, and added different kind of moving avg instead of rsi input .. please check the source code .. . 70-80% is similar to it. Please check can you convert And are you familiar with backtest.py library? Oky. This library has ML approach to get the optimized backtest parameters right ? included for this but let me know what you think? can you install backtest.py

项目信息

预算
30+ USD
VAT (19%): 5.7 USD
总计: 35.7 USD
开发人员
27 USD
截止日期
 10 天