İş Gereklilikleri

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 👍
Benzer siparişler
i use several indicators on TV. I then use stochastic to count waves on price chart and waves of momentum on mACD chart. Then i use other indicators like FVg and liquidyt to enter trade . CAn anyone code this for me for alerts and automation and semi automation . ? Also can you code in ProrealTime the language is called Pro builder
Mql5 indicator 30+ USD
I'm looking for an indicator that gives buy sell signals by placing arrows on the chart Signals must not repaint or be placed with an offset I want it to be accurate enough so j can trade from signal to signal amd actually make profit Do anyone have a strategy and skill to create such an indicatore First priority is to mql5
Automated Trading System 30 - 1000 USD
I'm active on P2P trade, Fiat deals from any country, exchange of any currency, local and international bank transactions, I am open for any deal, I a completely available for any crypto transactions and fiat/P2P trade for any country
I want an expert advisor based on SMC with 50% retracement strategy between last strong high and low after making new CHoch and placing pending limit orders. I am providing mq4 script Only those coders who are experienced and can do the job
Hello, I need some help with my ninja script I have a pine script strategy I’m trying to convert to ninja script strategy. I done it but the profits are not matching and the reason I’m seeing is it’s difficult to set both a SL and Trailing Stop simultaneously and my strategy needs those
I NEED A EXPERT ADVISOR WHO CAN CREATE AN EA TRADING ROBOT AS PER THE MODIFICATIONS I REQUIRE. FULFILLING COMMITMENTS IN TERMS OF PAYMENT WOULD ALSO PROCEED TO BONUS AT THE END OF THE SUCCESSFUL PRODUCT DEVELOPMENT
I WONT BE RUNNING AWAY... YOU WILL BE PAID AS PER THE WORK DONE FOR ME AND DEPENDING ON THE SUCCESSFUL WORK AND HAVING THE OPTIONS OF WHAT I AM LOOKING FOR

Proje bilgisi

Bütçe
30 - 50 USD
Geliştirici için
27 - 45 USD
Son teslim tarihi
to 2 gün