Other orders - Python - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Python
350 jobs in the archive in all languages
Sort by:
30 - 35 USD
Hello i need an expert who can help me with a work i have in amibroker professionals in this field should bid and necessary information will be send to your inbox best regards
3 Applications
35 - 45 USD
Hello there, I need help help with creating a trend line indicator for my Tradingview pinescript, you are free to bid now if this is what you have done before and so that we can discuss further. Thanks
30 - 60 USD
Hi guys, hope you doing great ? need help to create a script. I have python running an algo connected to tradingview chart. I need a script that restarts the indicator algo because it freezes. Is this something you can do ? Kindly contact me now for better discussion
2 Applications
100 - 150 USD
Hello there!!! How are you doing? can u design an indicator and stratergy for trading view with high return ratio.let me know if you can..Only master and professional should bid
30 - 150 USD
Hi Developers , Looking for bridge which create signals in our strategy / input . sending into Iqootion broker account in particularly , and olymp Or other binary brokers We don't prefer the signals receive from mt5 into bridge and then binary brokers accounts. Need the broker account directly receive signals from bridge, we need bridge act as a expert advisor instead of MT5 Looking for solution to run in OTC markets
40 - 80 USD
Hi, I have an EA for MT4 that works on NASDAQ and I wish I could port it to NinjaTrader as well. don't have the source code. Work on M5, H1 and H4. It places two pending buy stop and sell stop orders at the close of the candle (either m5 or h1 or h4 depending on how it is configured) with predetermined sl and predetermined tp and trailing stop. I am attaching the screenshot with the settings. Obviously some settings
30 - 40 USD
Am in need of a qualified programmer that can create my strategy for tradingview.All the project details is available with me .kindly check if it is what you can help me to do
300 - 500 USD
I am looking for someone who has a vast experience in creating a forex platform with all the servers and maintaining it. Someone experienced in meta trader 5 and have the expertise to create a forex platform and host it on meta trader 5
300 - 500 USD
I am looking for someone who has a vast experience in creating a forex platform with all the servers and maintaining it. Someone experienced in meta trader 5 and have the expertise to create a forex platform and host it on meta trader 5
30 - 40 USD
Am in need of a professional programmer that can create my strategy directly from tradingview.All the details requirement is available with me let me know if it is something you can do for me
80 - 85 USD
Hello... Am in need of an expert developer who can create a trading bot for binance. Only contact me if you know you can do this. All requirement will be given to you. Thanks
4 Applications
(6) Python Experts Other Python
30+ USD
Hi i am looking to programming a indicator for NinjaTrader 8. I want to build an indicator which will transfer the order book that will be in a graphical way and will posses 15 tick B&A ie 30 in total(in graphical way + and -). And secondly you want the values that each of the order book has to be in a graphical way ie graphical line at the end of the creation.....kindly bid if you're an expert in creating
30+ USD
Hi i am looking to programming a indicator for NinjaTrader.The indicator are quite simple. I want to transfer the order book but in a graphic way. So for the 15 tick bid and ask (30) in total. I want to see each of one like a graphic so + and -. Kindly bid for this project if you're an expert at this field only....Thanks
30+ USD
hello there i had programmed a simple python ea and create my intarface using qt5, my ea model works good but when i tryed to inegrat it with my interface it does not work. i want to link my interface with ea model
1 Application
(1) Python Experts Other Python
40 - 60 USD
Dear codes! It is nice to be here, I am looking for an expert developer who can flawlessly convert my Tradingview indicator to NinjaTrader 8 as requested, please contact me now if you are an expert at this field. Thanks
50 - 70 USD
Hello over there guys! I have a Tradingview indicator and the source code is available. So what I need now is to convert the TV indicator to NinjaTrader 8 flawlessly, please bid me now if you can help help me with this
50 - 150 USD
Hi over there, I will like to develop an EA on cTrader that will work according to my strategy which will be discussed when contacted now to estimate the open-minded cost and best duration to complete this task. Kindly bid now to get the job done. Thanks 🙏
30 - 40 USD
Hello I have a data API document from my Broker I need build a tool from this API The tool will provide data for Amibroker and Metratrader Inbox and I can send the document Thanks
1 Application
30+ USD
Can you code a custom Ninja 8 C script from a Pine Script? In addition, I have 3 other projects, 2 that are similar. Also, I purchased Ninja 8 trading program, and the company has gone out of business. Ninja customer service tried to reach them but was unable to get any responses and apologized to me. Their website is gone and none of the emails are working. When my computer upgraded to Windows 11 it changed
30 - 50 USD
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])