Tradestation trading systemeJobs
I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else ); https://trado...
I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else ); https://tr...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
When Stochastic RSI GREEN LINE CROSSES ABOVE 80 THEN WE MAY TAKE PUT AND WHEN IT HAPPENS BELOW 20 THEN WE MAY TAKE CE
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
Create a Responsive HTML Pricing Chart I would like one like the one attached, like the one here.
Requirements: Strong experience with PineScript and Python Knowledge of algorithmic trading and QuantConnect platform Ability to understand and optimize existing code for improved performance Excellent problem-solving skills and attention to detail Responsibilities: Convert PineScript code to Python for use in QuantConnect Ensure that the code is optimized for performance and meets the requirements of algorithmic trading
I want you ro build me an EA based on Bollinger Band and Ichimoku Kinko indicators. We will discuss the details in chat. Thanks
Hi Leonardo C., I noticed your profile and would like to offer you my project. We can discuss any details over chat. i need this : https://www.freelancer.ie/projects/python/binance-future-copy-trading-python. you can do this? If you have a ready-made version, it works for me. I need a copy trade of futures on binance, and maybe later add more exchanges. (Binance, ByBit, KuCoin) how long would you take? (python)
I'm trading on binance , and i want a custom bot based on rsi the bot should not sell short or use lavreg just long sell i understand the danger of the bot so i want the bot to be : - a compounding bot that open orders each time on a high present account balanced . - time frame 1h/15 - the bot opens the order when rsi cross down 30 then the first order opens with 50% of the account balance then there is two probabilities 1) if the price goes up by 1% then sell 2) if the price goes down by 1% then buy aging with 50% account value (does that 5 times if price continue to drop ) then sell when price is above 1% of the first order (if you have any suggestions for improving the strategy pleas share specially in avoiding aggressive downs ) !! The bot is simple ,I want the bot ...
Write easy language strategy for stock trading
The bot is simple ,I want the bot to be : - 24/7 working nonstop - the bot should have an interface - adjustable sittings - the bot works only on spot (no future trading) - rsi grid strategy - a compounding bot that opens orders with high present account balanced . - for example the bot opens the order when rsi cross down 30 then the first order opens with 50% of the account balance then there is two probabilities 1) if the price goes up by 1% then sell 2) if the price goes down by 1% then buy aging with 50% remaining account value (does that 5 times if price continue to drop ) then sell when price is above 1% of the first order If the price continues to drop/ start selling every1% drop 10% for example All that sitting must be adjustable (if you have any suggestions fo...
Hi, I have the following issue. The attached strategy identifies the High/Low for a specific time period. Once the High is exceeded within the Session Close time, the signal is generated. Now this strategy only takes the current session into consideration. I also want to use the High/Low from yesterdays session. So the coding is to add yesterdays Session High/Low, the signal is only generated when the current and yesterday sessions high is exceeded by factor X. //Time HLRange Define input: Multiplier(1),Ratio(3), StartTime( 900), // Time of start of channel EndTime( 1000), SessionCloseTime (1200), EntrySizes (10000), int NATR(9), // 5-60 STEP 5 double Fract(1.3); // 0.6 - 3.5 STEP 0.1 or 0.15 Vars: PeriodHigh( 0 ), // Updated with period high during...
Hi, Looking for Trading view notifications to save in MySQL database whenever it triggers.
Highly qualified Chartered Accountant with experience in accounting, audit, taxation and consultancy. Having extensive experience over the past 7 years across the aforementioned domains. Throughout my 7 years of extensive experience in auditing limited companies, FTSE listed entities, government entities across sectors in manufacturing, trading, investments, asset management, services, marketing, construction, facilities management, automobile industries, mining, exploration and oil and gas. I'm looking to set up an accounting services Company in India and looking for a Business Partner (Co-founder). Would prefer basing the firm out of Chennai. Genuinely interested individuals are free to get in touch with me to discuss further. Thank you!
...job well). We build a simple trading game to bet on the price of cryptocurrencies going up/down. Needs to offer 1-1000x multipliers (if you can do 3000x too, even better). Your code will be audited by multiple pros after. Take this seriously. Reply with a CLEAR explanation of your understanding of the project, preferably with examples of why you can and will do the job. Generic bids = ignored. ----------- TRADING PRICE FORMULATION Index Prices To provide fair/reliable pricing for the trading games, we need a composite index price every 500 milliseconds that is derived from real-time price feeds to the world's most liquid spot/derivative crypto exchanges. With many price sources, the index is robust to manipulation, tech issues, and other odd tradin...
Hi, Hope you're good ? I'm looking out for a video Editor For YouTube & Course Creation. Contents will be mostly screen share and Webcam Related To Trading. Language ~ English Also, the Requirements related To video editing are as follows ~ 1. Trim the video by Removing filler Words, like umm, OK, 2. Add annotations, gif 3. Adding subtitles 4. Deleted unwanted words / Repetitive 5. Adding lower thirds Also, the standard videos will be maximum length of 10-15 min. And also planning To make shorts too. You can expect around 2-3 videos per Week and 3-5 shorts videos too. Though it's a Freelance project, I would like To have it as a recurring project for you.!! Let me know if you've any queries.
I am looking for someone who has experience of Quant Development/Research to help in a basic assignment. Experience in developing High Frequency Trading software in Python, C++ or Rust.
I want auto trade software which I can link with my trading view indicator and it plays orders on zerodha and kotak
I need a bot which places buy and sell orders on BingX from telegram signals groups on Gold,GBPJPY and US100. The bot is deployed on a VPS and reachable from the user via Telegram. The UI has following features: - Orders - active, pending, closed - Stats - day, week, month - Order settings - margin, leverage, TP-SL strategy The bot automatically notifies on Telegram when orders are placed, modified or TP reached. The bot automatically modifies orders and changes stop losses as soon as certain profit is reached. Preferably written in Python.
I am after a software engineer to build me a share trading platform using ASX end of day data. I have all the information but no idea how to build it. Must be located in South East QLD Australia.
I have an Ichimoku script in Pine that I want to use in Tradestation. The script is not complex or too forward to an Expert's help for this conversion. The script is located here: // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) // © LuxAlgo //@version=5 indicator("SuperIchi [LUX]",'SuperIchi [LuxAlgo]',overlay=true,max_lines_count=500) tenkan_len = input(9,'Tenkan ',inline='tenkan') tenkan_mult = input(2.,'',inline='tenkan') kijun_len = input(26,'Kijun ',inline='kijun') kijun_mult = input(4.,'',inline='kijun') spanB_len = input(52,'Senkou Span B ',inline='span') spa...
I WANT AN ALGO SOFTWARE THAT WORK WITH MY PREDEFINED STRATEGY ON MY TRADING ACCOUNT WITH PROPER ENTRY EXIT AND SL AUTOMATICALLY
I need a pinescript startegy tester for Double Supertrend Strategy. There will be 2 supertrends with different period and factor. When a signal is generated on both of them at a time then only entry shall happen and when both of them show reversal at a given point o time then only reversal shall happen and oppsite positions shal betaken. Startegy tester should have all the normal parameters like max drawdown and run up etsc. and should work on different time frames.
Hello, We are looking for a professional full stack developer that will be able to work with my company CTO regarding our trading bot development and other activities we are currently developing . The developer needs to: 1. 5 years at least of full stack development professional experience 2. Have experience in building trading bots and collaborate with other developers in chat 3. Only serious and professional developers i will accept for this project 4. Developer will remain as part of the company if he/she will successfully adjust to our needs and style 5. Developers highly expensive arent accepted as we are a company we work on multiple projects 6. Full Stack Developer with extra skills will consider as an extra add while selecting the relevant person 7. The...
Hello Ajay, My name is Andy, and I am from Mexico. I would like you to create a trading robot that connects with a binary options trading exchange called has a public api that allows a developer to request information from the platform. By using the api, the program will get all important information in order to place trades, and much more. I do not know if you can do this, so let me know. I am willing to be patient if you need time to learn anything new for this, after all, I understand that programming is always a learning experience. The price I set is not true, I just wanted to ask you before we start if you want to help me
Stiamo cercando un collaboratore con esperienza in video editing per realizzare shorts/stories da pubblicare sulle nostre piattaforme social. Requisito indispensabile conoscenza della lingua italiana (i video sono in italiano). Altro requisito importante è la conoscenza del settore del trading online, finanza e attualità. Il materiale video che vi verrà consegnato consentirà di produrre da 1 a 10 shorts al giorno. 10 € per short video. Se pensi di avere le competenze necessarie per questo ruolo, inviaci la tua presentazione. Non vediamo l'ora di valutare la tua candidatura!
I am looking for developer to build Forex & Stocks Trading Website and App
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
Hi Sourabh J., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Halo freelancer. Saya mencaritim kreatif juga editor video untuk mempromosikan server Crypto Trading Discord. Membuat 6 video motivasi dan komik (juga menggunakan meme) setiap hari. Tersedia besok (4 Februari) untuk melakukan panggilan 30 menit.
I need an expert whose services can be utilised for the tradeview
i want you develop api’s for multiple brokers in php laravel framework and connect with trading view application.
An e-commerce project is a platform for trading over the internet. This platform allows customers to buy and sell products and services online. The e-commerce project is a system that brings commerce to the internet and offers customers an easier, faster and safer shopping experience. The aim of the e-commerce project is to increase the sale of products and services and to ensure that customers receive better service. To this end, the e-commerce platform allows them to easily find, review and purchase products. Customers can also get information about products and read product reviews. The e-commerce project saves businesses time and costs by automatically performing many processes such as listing products, payment transactions, tracking and shipping. At the same time, it offers c...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
I n333d help to trading with a1 system must j0oin meeting
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
Hi Pranav K., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi there, My name is Teodor and I'm looking for video editors to promote my Crypto Trading Discord server. Experience is not mandatory, but it's a good bonus. You'll have to create 6 motivational and comic (also using memes) videos daily. It’ll take you around 4/5 hours. We'll discuss the details at the meeting. If you read the job description, start your cover letter with the word "watermelon". The first month will be a trial month, and we will explain everything about this opportunity, and you'll also have to work on your first videos. We'll start paying at the end of the second month. The salary will be $500 (you'll also get different bonuses in the future). The only things you need for this project are an internet co...
need help st4rt a self robot machine
I have opened a discord server which is related to trading and crypto. And I would like to find a competent marketer to help me attract more people to the server
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
Looking for a Python based Order Entry panel for trading Futures. Start with connecting to AMP Futures broker via their API. Other brokers will be added after basics are done. The purpose of this is to allow traders to use any charting platform they want, and use this floating Order Entry panel for fast execution. Simple, basic, fast, sleek, clean, and responsive. Video explaining what I am looking for. I have already coded indicators in TradingView and auto-trading bots in NinjaTrader. But I really don't feel like learning another programming language just for this simple task. I've included a couple of images to demonstrate the basics. But I would be happy to have a Zoom call to go over the details to make it clear for everyone. My website
Hi Vladimir, how are you? It seems you are not on the platform anymore. Let me know if you would be available for work, please. We are looking for a developer to work on a few algo trading strategies on Zorro application. This is the first step in a long term project to build a mbile app to run automated bots. Thank you
Looking for a Python trading bot can be used to both buy and sell stocks automatically when meet our given conditions.
Request details I am looking for a Python developer to help me implement a simple end-of-day trading system for stocks. Important: They must be able to explain to me how the program works, and how to make modifications to the trading criteria (I have basic Python knowledge). Please see requirements and specifications below: Screening function to locate stocks fulfilling specific price criteria Implement trading rules when to buy and sell Construct portfolio of stocks using specific criteria Ability to back test performance using historical database Integration with Interactive Brokers API