Specifiche

Hello, can you code a ninja trader 8 indicator based on this code from TOS:  input ATRLength = 4; input ATRMultiplier = 3.1; input ShowLabels = yes; input UseClose = yes; input HighlightState = yes; input Alerts = no; input price = close;   def atr = ATRMultiplier * ATR(ATRLength);  def longStop = (if UseClose then highest(close, ATRLength) else highest(high, ATRLength)) - atr; def longStopPrev = if IsNan(LongStop[1]) then longStop else LongStop[1]; def LS =if close[1] > longStopPrev then max(longStop, longStopPrev) else longStop;   def shortStop = (if UseClose then lowest(close, ATRLength) else lowest(low, ATRLength)) + atr; def shortStopPrev = if IsNan(shortStop[1]) then shortStop else shortStop[1]; def SS =if close[1] < shortStopPrev then min(shortStop, shortStopPrev) else shortStop;  def dir = if close > shortStopPrev then 1 else if close < longStopPrev then -1 else dir[1]; def direction = dir;  plot LongStopPlot = if direction == 1 then LS else double.Nan; longStopPlot.SetDefaultColor(Color.Green);  plot ShortStopPlot = if direction == -1 then SS else Double.Nan; shortStopPlot.SetDefaultColor(Color.Red);  def midPricePlot = OHLC4;  def buySignal = direction == 1 and direction[1] == -1; def sellSignal = direction == -1 and direction[1] == 1;  AddChartBubble(buySignal and ShowLabels, low, "Buy Signal", Color.Green, no); AddChartBubble(sellSignal and ShowLabels, high, "Sell Signal", Color.Red, yes);  AddCloud(if direction == 1 and HighlightState then longStopPlot else Double.Nan, If direction == 1 and HighlightState then midPricePlot else Double.Nan, Color.Green, Color.Green, no);  AddCloud(if direction == -1 and HighlightState then shortStopPlot else Double.Nan, If direction == -1 and HighlightState then midPricePlot else Double.Nan, Color.Red, Color.Red, no);.   Bid me now to get the project done. Thanks 👍
Ordini simili
Hello everyone I'm searching for a Renko EA which is of course profitable. As far as I know prop firms or brokers in general don't offer the renko chart so it must be calculated manually. The renko also doesn't print a new block at every candle like the heikin ashi. I guess if we could combine heikin ashi candles incl. Renko then it's a strong momentum for a reversal. Would love to see what you already built in this
i need an expert who has experience and can help me with my project, I want to extract a hidden source code (pine script) from an Tradingview Indicator. and i need it to be done as soon as possible, If you are an expert on this field kindly comments
Hello, T o obtain the complete specifications for my backtesting project. Would you kindly get in touch with me right away so that I may elaborate on the details? then, as soon as you get a better image, you can get to work on it
Preciso de Formação ou de Alguém com Conhecimentos em Machine Learning para Analisar Expert Advisor já Existente em MT4 ou MT5.O Intuito deste Projeto é o de Melhorar um Expert Advisor Já Existente. Alguém Disponível
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I need a skilled programmer to help extract hidden source code from a TradingView indicator I rely on. The indicator is key to my trading, and I’d like to access and customize its Pine Script code for deeper analysis. If you have experience with TradingView’s structure and decompiling or reverse-engineering indicators, please get in touch—let's unlock this together
To get full requirements, about my backtesting project . Could you please contact me now so i can provide more detail on the specifics? then you can start working on it immediately once you have a clearer picture
I am looking to create program that can give me the list of stocks filtered matching below criteria and buy/sell advice reports 4 indicator based triggers MFI 20/80 buy sell sign MACD x4 (signal/MACD crossing instances )Buy/Sell Volume check above/below prev week avg 3/6/12 months Secondary indicator/warning only along with buy or sell sign - Not decider for buy/sell Volume adjusted exponential moving average
Hello Great Developer , I need a expert developer to automate my trading strategy on ninjatrader It’s hard to explain. I once bought an indicator and the company was supposed shut it off but never did. So I’ve discovered strategy using That. I guess I use stochastic and alligator lines too. Can you help? just let me know what you need Thanks
Scope of work : - Choose a specific period for strategy application. - Determine the highest and the lowest price levels (breakout levels) within the chosen period. - At a specific inside level within these two levels, create one buy stop and one sell stop - Implement buy and sell triggers based on price breaking through these levels with defined pips. - Option to use moving average as a filtering condition. - Option

Informazioni sul progetto

Budget
30 - 50 USD
Per lo sviluppatore
27 - 45 USD
Scadenze
a 2 giorno(i)