Program a (tradingview Pine Script) strategy.

MQL5 Diğer

İş tamamlandı

Tamamlanma süresi: 5 gün
Müşteri tarafından geri bildirim
The cooperation with Pramod was very good. He did quality work. I can only recommend Pramod.
Geliştirici tarafından geri bildirim
Very nice experience to work with Mr. Andreas, he was doing testing with me which saved a lot of time.

İş Gereklilikleri

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")



Yanıtlandı

1
Geliştirici 1
Derecelendirme
(10)
Projeler
12
42%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
1
8%
Çalışıyor
Benzer siparişler
I am looking for a developer to create an automated ATM strategy for NinjaTrader. The strategy should operate as follows: Trade Entry : Manual entry based on a bullish or bearish engulfing pattern. Stop Loss : Set at the low of the previous candle for long trades and at the high of the previous candle for short trades, covering the entire candle body and wicks. Take Profit : Set at twice the size of the stop loss
Hey all, im looking for a desktop app to be made which ''integrates'' with mt5. The aim here is youll open the desktop app, link it to the mt5 you have downloaded which will then allow you to auto test on that mt5 with the click of a button. i want to basically load an opt file which has already been created with the desired input combinations, input dates you want etc... and then start the test. once the test is
Dear Colleagues, I am currently seeking the assistance of an experienced professional who can help me integrate my TradingView alerts with Interactive Brokers in order to execute live trades automatically. If you have the expertise in setting up such an automation or know someone who does, I would greatly appreciate your support. Please feel free to reach out to me if you can assist with this project or if you need
I am in search of a driven and results-oriented individual to promote my forex trading signals under the "Elevated Tradinghub" brand. The perfect candidate will have a strong background in digital marketing, particularly within the finance and trading sectors. Your main goal will be to expand my follower base by effectively promoting my signals across a variety of platforms, such as social media, trading forums, and
Connect from Mt4 via binary derive account api. I have a bot. You need to convert the bot to an indicator. After converting I need to connect with my binary deriv through api. I want to trade my derivative binary account through mt4. If anyone can setup via API then contact me
I need a way of viewing Renko Charts in MT5. Only apply if you have experience with Renko Charts. And how you would tackle this project. Timeline is less than 5 days
Hey greetings. Am in need of a tradingview developer that can add a simple alert to my existing tradingview indicator with a simple conditions. Kindly bid for the project if it is what you can do for me and let proceed
Hello, ,I will briefly explain what I need, I would like to know if you can make me an indicator for cTrader, for the forex market, that can count the candles starting from the first candle starting at 00:00. Obviously in a 5 minute TF the candle count will be much higher than that of the H1 TF, also I use 250/500/1000 ticks charts, so this indicator should also count the candles of this type of charts I would like a
I have access to a paid/subscription TradingView Strategy but I'am unable to see the script/code. I'm looking for someone who is able to reverse engineer this Strategy and create a new version that I would have full access to. I believe this would be using PineScript. If you've done this sort of thing before, please message me. $400 is my budget for this project on completion
I need a professional who have the full knowledge in Ctrader and I want to add new idea for my ctrader https://ctrader.com/algos/indicators/show/3444/ Let me know if this is what you can do and the price to get it done. Thanks

Proje bilgisi

Bütçe
30+ USD
KDV (19%): 5.7 USD
Toplam: 35.7 USD
Geliştirici için
27 USD
Son teslim tarihi
to 10 gün