Работа завершена

Время выполнения 4 дня
Отзыв от заказчика
Fast, Knowledgeable, Efficient!!!

Техническое задание

Indicator for Chart Object Statistics 


I have a set of 3 x indicators that paint chart objects, which is great, but backtesting across 60 instruments is taking a long time and I would like a way of producing a quick stat report by dropping an indicator into a chart with the 3 x indicators already running and it will read all the chart objects and provide some statistics in a text box on the chart. 


The objects represent entries, with entry price, TakeProfit price and StopLoss price.  
The format of the chart object name text gives you the name of the indicator that produced the object. 
The format of the chart object names are listed below, but I will give exact examples once the job is started. 
I will provide the indicators once the job is started. 
The indicator must be able to have a setting that limits the number of bars we go back looking for chart objects (max bars for example) 
If (max bars) is not set, then we use the max number of bars on the current chart. 


Skills you will need (off the top of my head, you may have a better way of doing this) 

1. Loop through all the objects on the chart and where the object name matches one of the indicators (substring) you will need to store details about that object in a list or dictionary i.e. indicator name, bar number, price, daily ATR and daily ADR at that bar, StopLoss size, TakeProfit size.   
2. You will then need to work out the highest point (BUY) or lowest point (SELL) from that bar before the StopLoss is hit and if the StopLoss is not hit, then just the highest / lowest point and store all of that also in the dictionary for the object instance, do this for all the objects that match the naming convention etc ... 
3. you need to store the bar number where if the price goes beyond the StopLoss. 
4. You need to store the highest and lowest price from the entry bar to the StopLoss bar or to BAR[0] (latest bar), you can then use these to make calculations for the report. 


The statistics I require are : 

1. number of BUY wins, SELL wins  (based on entry, take profit and stop loss of the chart objects) 
2. number of BUY losses, SELL losses (based on entry, take profit and stop loss of the chart objects) 
3. Max Favourable Excursion (MFE) in ticks from the entry price (in the relevant direction (BUY/SELL) that price makes after the entry before returning past the StopLoss. 
4. If the price has not receded back to the stop loss, then just the maximum distance in ticks price has travelled so far for that entry 
5. Max Favourable Excursion (MFE) represented as a multiple of the StopLoss size for the specific trade i.e. MFE(ticks)/StopLoss(ticks) 
6. At the time of entry you will need to record/store the Daily ATR(14) and Daily ADR(14) so you can also base the Max excursion as a percentage % of dATR and dADR as well as in ticks and StopLoss size i.e. dATR = 100(ticks) MFE = 200(ticks) then ... MFE dATR% = 200% etc 
7. I also need the MFE Average price in ticks (add up all the MFEs and divide by number of MFEs), same for daily ATR% and daily ADR% that the price has travelled for each type, this would be based on the current daily ATR(14) and daily ADR(14) 


The statistics for all 3 x indicators should be presented in a text box on the chart (position must be adjustable from each corner) 
The text size, font and colour should be a setting 
The report name string should be a setting 


The statistics will be something like this, repeated for all 3 x indicators (only 1 x Indicator in example below) 

———————————— 
INDI EURUSD H1 REPORT 
———————————— 
INDI1 BUY WINS 10 
INDI1 BUY LOSS 10 
INDI1 BUY MFE MAX ticks 100 
INDI1 BUY MFE MAX SL size 10 
INDI1 BUY MFE MAX dATR% 300% 
INDI1 BUY MFE MAX dADR% 323% 
INDI1 BUY MFE AVG ticks 24 
INDI1 BUY MFE AVG SL size 3 
INDI1 BUY MFE AVG dATR% 100% 
INDI1 BUY MFE AVG dADR% 123% 
———————————— 
INDI1 SELL WINS 10 
INDI1 SELL LOSS 10 
INDI1 SELL MFE MAX ticks 100 
INDI1 SELL MFE MAX SL size 10 
INDI1 SELL MFE MAX dATR% 300% 
INDI1 SELL MFE MAX dADR%323% 
INDI1 SELL MFE AVG ticks 24 
INDI1 SELL MFE AVG SL size 3 
INDI1 SELL MFE AVG dATR% 100% 
INDI 1SELL MFE AVG dADR% 123% 
———————————— 


The format for the chart object names is similar to this (this is one example, I can show the other formats once the job is started and provide the indicators so you can see the objects on a chart. 

DIRECTION is either SELL or BUY 
INDINAME_PREFIX is the name of the indicator that produced the object for example INDI1, INDI2, INDI3 

-- 
<INDINAME_PREFIX><DIRECTION>SL2020.05.26 04:00:00 // SL 
<INDINAME_PREFIX><DIRECTION>TP2020.05.26 04:00:00 // TP 
<INDINAME_PREFIX><DIRECTION>cLine2020.05.26 04:00:00 // Execution Price 
-- 

The code must be efficient and easy to read in case I want to add more stats going forward.


There is a lot to take in, please read the above carefully and ask questions :)



Thanks for looking, have fun! 

Откликнулись

1
Разработчик 1
Оценка
(1235)
Проекты
2820
80%
Арбитраж
156
22% / 43%
Просрочено
487
17%
Свободен
2
Разработчик 2
Оценка
(171)
Проекты
195
42%
Арбитраж
13
8% / 54%
Просрочено
9
5%
Свободен
Опубликовал: 3 примера
3
Разработчик 3
Оценка
(17)
Проекты
24
33%
Арбитраж
5
20% / 40%
Просрочено
8
33%
Свободен
4
Разработчик 4
Оценка
(33)
Проекты
35
40%
Арбитраж
11
9% / 91%
Просрочено
4
11%
Свободен
Опубликовал: 4 примера
5
Разработчик 5
Оценка
Проекты
0
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
Похожие заказы
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Build a Forex Multi-Basket Trading Bot for OANDA (Python v20 REST API Only) MANDATORY DEVELOPER REQUIREMENTS (PLEASE READ BEFORE APPLYING): Do not apply for this project unless you meet the following strict professional criteria: 1. Deep Mathematical & Quantitative Background: You must thoroughly understand statistical distributions, rolling standard deviations (σ), calculating matrix medians, and dynamic Z-score
I need an AI based mt5 EA which self learns and improves on its previous mistakes. The EA must be able to utilize numerous trade set ups like; 1. CRT, 2. liquidity sweep reversal at selected higher timeframe where a candle sweeps previous candle high and closes lower or sweeps previous candle low and closes higher, 3. SMC where it trades on OB, CHoCH, BOS. 4. Support and resistance. It should trade any currency pair
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
A developer will create an AI assisted EA forex watch-list scanner (not an auto-trader) designed to surface PDL/PDH bounces on M15, with coding in Python/MQL5. This will strictly be a market intelligence and scanning tool (no automatic order placement) and EA primary function will be a delivery of visual dashboard UI, 2-phased alerts (warning vs. execution), and multi-channel notification. 1. Project Overview &
Hello, please make me a simple MT5 Expert Advisor for XAUUSD on M15 timeframe. TRADING LOGIC: - BUY when EMA(10) crosses UP EMA(30) - SELL when EMA(10) crosses DOWN EMA(30) TRADING HOURS: - Only trade between 19:00 - 22:00 WIB / Jakarta time RISK SETTINGS: - Lot size: 0.01 - Stop Loss: 70 points - Take Profit: 150 - 300 points - Max 1 open position Please deliver .ex5 file ready to use. Thank you

Информация о проекте

Бюджет
75 - 125 USD
Сроки выполнения
от 1 до 2 дн.