Hello;
I have created a profitable trading
system, however the indicators in their current state need to be
changed. As such, I will be posting jobs for four indicators
recoded, the creation of one custom indicator, and the creation of
one EA. I will post these one at a time, when one is completed, I
will post the next one. I will start with the easiest first, and
also provide unabridged explanations, in order to not waste your
time.(The last thing you want is to code an indicator and then have
the buyer send it back because he/she wants more changes)
If you bid, please keep in mind that
all of these instruments will be used on a
median renko brick chart, as such there is no “time”
variable,(there is time on the feeder chart) which also means that,
on events like news releases, numerous bricks can be printed in a
fraction of a second.(In the past I have found this to cause some
indicators to not work correctly) Also the final EA will make all
decisions based upon data at the “close of a candle” not the real
time data during the creation of the candle. In the past I have used
indicators that have so many loops and try to update so fast that it
literally lags out the charts.(I have a quad core processor and MT4
will not use more then one processor at a time) So please keep the
code clean and CPU optimized.
I do have a programming background,
but not in MQL, so I feel it would be better/faster to have you do
it, then for me to learn it.(No, I am not lazy, just don't need the
additional headaches, lol) At the beginning of each indicator(in the
code) please put your name and an email address(if you don't mind) in
case I can get you more work in the future.
If you feel the price listed is too
little or too much, put what price you feel is fair, I am looking for
the best quality, at the best price. Programmers
that have won a previous job of mine, that have done quality work,
will receive special consideration when the next job is posted, if
they bid.
Phase one:
As I said, easiest first, the
indicator attached shows daily H/L/O/C. Only two simple changes need
to be made. The first is to have the Close line print ONLY at the
close of the day, as it is now the closing line just bounces around
all day, until the close of the day. The second is that the
indicator displays the open and close of the day at 12 A.M. EST, when
in fact(I live on the east coast U.S.) the open and close of the day
should be at 5 P.M.(G.M.T.-4) I assume this means that an input
variable will need to be requested in order for the indicator to know
the proper open and close of the day.
Job
Description:
Make the following changes to the
supplied indicator:
The Close of the day line should
only print at the close of the day.
Add an input variable to allow a user
to pick which time of the day the indicator should use as the open
and close. G.M.T. +/- 12
EDIT TO ADD:
Very sorry, uploaded the mq4 when I created the job, and it did not work, upload it again(through edit and update) and it seems like it is available for all to see now. In the future I will keep uploading the indicator until one actually uploads. I will give everyone some time in case they are no longer interested after seeing the code, if you look at it, it is pretty short and simple.
Похожие заказы
I'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
Looking for an experienced MQL5 developer to refactor and upgrade an existing Expert Advisor (EA) trading system. Current State: I have the fully working Phase 1 .mq5 source code. However, the execution rules are overly rigid, resulting in missed setups. Scope of Work (Phase 2): Refactor entry logic to support multi-timeframe EMA trend alignment (H4 structural trend + M5/M15 execution EMAs). Upgrade pullback state
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f