Pine script change from study to strategy
Ngân sách £20-250 GBP
- Freelancer
- Các công việc
- Pine Script
- Pine script change from study to strategy
Attached is a pine script developed by not me and also what the input setting screen should look like when finsihed. I would :
1: like it changed to a strategy
2: add date range in settings for :From day, month, year and to day month year, so i can specify start and end date of back test.
3. Add in extra position close option of Take Profit points, Stop loss points and trailing stop loss points. using code similar to this
// === STRATEGY RELATED INPUTS ===
// the risk management inputs
inpTakeProfit = input(defval = 2350, title = "Take Profit Points", minval = 0)
inpStopLoss = input(defval = 0, title = "Stop Loss Points", minval = 0)
inpTrailStop = input(defval = 660, title = "Trailing Stop Loss Points", minval = 0)
// === RISK MANAGEMENT VALUE PREP ===
// if an input is less than 1, assuming not wanted so we assign 'na' value to disable it.
useTakeProfit = inpTakeProfit >= 1 ? inpTakeProfit : na
useStopLoss = inpStopLoss >= 1 ? inpStopLoss : na
useTrailStop = inpTrailStop >= 1 ? inpTrailStop : na
Được trao cho:
Hi, I'm a software developer with focus on metatrader platform. I've got many years experience both in trading and coding. Programming languages - MQL4/5, AFL, PineScript.
11 freelancer chào giá trung bình£178 cho công việc này
work can be done just need a good description of concept anything in pine can be coded i understood you concept ii can code it rest we can discuss in chat
Hello,sir... How are you?... I am very interested in your project. I have rich experiences in TradingView(Pine Script) and QuantConnect(based on Python/C#) platforms. Also I have more rich experience in MetaTrader(MT4/ Thêm
Good day prospective client. I am a senior software developer who is majorly focused on creating trading software/bot, some of which include: - MetaTrader 4,5 Expert Advisors and Indicators - Tradingview Pine script St Thêm
Hello there my friend. I have almost one decade of experience with financial markets and half of it with coding. Using pine-script/Trading View I coded hundreds of indicators and trading strategies for it. If you wa Thêm
I can handle your task share more details with me via chat and let's get to work.......................
Hello, Having gone through your project's descriptions, yet, I will need further details as regards your project. Be rest assured that I am capable to deliver the desired result on your project because what you seek fo Thêm