Easylanguage tradestationработы
Здравствуйте, нужно переписать код индикатора с C# на EasyLanguage. Занимаетесь ли вы таким? Сколько это будет стоить? С уважением, Арина
Привет, надо собрать несколько индикаторов в один, пофиксить проблему и добавить чуть функционал. Язык почти один в один как easylanguage, софт
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
Добрый день! Я тоже программист здесь на фрилансере, взял проект и не успеваю его выполнить, уезжаю в свадебное путешествие :) Отдам по себестоимости, даже оплачу сверху комиссию Надо переписать два индикатора с MQL на EasyLanguage. Один индикатор простой, переработанные фракталы, второй посложнее. За оба предлагаю 200 usd плюс покрыть вам комиссию 20 usd
Требуется написание Торговой стратегии на Easy Language для TradeStation для бумаги QQQ, работа как на покупку, так и на продажу, тестирование на годовом периоде должно давать Профит фактор более 10, тайм-фрейм - от 10 секунд до 3 минут, используемые индикаторы - любые, - предпочтение MACD, осцилляторы (Fishner), обьемы, Каналы Кетлера
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
I have a basic trading strategy written in EasyLanguage and I need errors fixed. Also confirmation that the code will carry out instructions according to my parameters. Need someone experienced with Easy language
I have a basic trading strategy written in EasyLanguage and I need errors fixed.
Looking for a point and click Anchored VWAP in TradeStation for all time frames identical to the TC2000 implementation. Also what scans and strategies could be developed supporting the AVWAP? Thanks, Paul
I want to convert existing and working Tradestation easy language into Ninjatrader 8
Creating a Script to perform TS optimisiations on multiple symbols using API/EasyLnaguage. Also something to extract the data and inputs to optimisation from a source, ie Excel, etc
Looking for bids on how many hours it will take to complete … A running tally as you scroll over a bar on a chart or see visually on the chart in tradestation, how many points of contact up to current reading day any particular day has had. Points of contact meaning anywhere from High to Low
Translation of Multicharts EasyLanguage to strategies C# NinjaTrader.
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
Below is the code I want to convert. It is partial the "UT_BOT_Alerts". // Inputs a = input(1) c = input(10) h = input(false, title = "Signals from Heikin Ashi Candles") xATR = atr(c) nLoss = a * xATR src = h ? security(heikinashi(), , close, lookahead = false) : close xATRTrailingStop = 0.0 xATRTrailingStop := iff(src > nz(xATRTrailingStop[1], 0) and src[1] > nz(xATRTrailingStop[1], 0), max(nz(xATRTrailingStop[1]), src - nLoss), iff(src < nz(xATRTrailingStop[1], 0) and src[1] < nz(xATRTrailingStop[1], 0), min(nz(xATRTrailingStop[1]), src + nLoss), iff(src > nz(xATRTrailingStop[1], 0), src - nLoss, src + nLoss))) pos = 0 pos := iff(src[1] < nz(xATRTrailingStop[1], 0) and src > nz(xATRTrailingStop[1], 0), 1, iff(src[1] > nz(xA...
Time And Sale...this data is disconnected from the internet, it will all go away I want to extract list data "Time And Sales " TradeStation And save it in an excel file I want to save list data" Time And Sales " TradeStation in excel page Or any page that I can view at any time after the market closes or during the market Data for this page " Time And Sales " IN TradeStation Every moment the Internet connection is interrupted, it is erased And it only works by opening the platform and continuing its work It is required to obtain its data according to standards I mean if you open a platform After opening 3 hours I want to know what happened According to the following conditions TradeStation Time And Sales ( SPY ) Volume >...
I am looking for a trading strategy conversion from PineScript to Tradestation Easy Language.
Write easy language strategy for stock trading
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...
I am running a strategy on tradingview, and connected to Tradestation on tradingview. I need a script or something to open and close trades on Tradestation when alerts come through on tradingview.
Control TradeStation (TS) strategy orders. Control table of all active strategies from TS and control the orders. Get a unique strategy number in a chart, in order to enable multi-strategy on the same symbol. Enable changing the order from the symbol at TS to any other symbol, i.e. receive buy order on SPY but send buy order on SPXL. Good knowledge of Easylanguage, Tradestation, and Tradstation scripting is required. A Tradestation account is a must. See attached file for details.
Looking for expert Tradestation coder to assist with custom studies. Most parameters are known already.
Get strategy from tradeStation desktop app and customize order. Transfer this order to TradeStation. I need python script functioning like above. Please start bid with EasyLanguage.
Have a simple oscillator project. Only a few lines of code for TradeStation. Have already deposited $70. Have a few others behind this one, but this is a building block indicator for a larger project. Need to see some basic stuff first.
Control TS strategy orders. Control table of all active strategies from TS and control the orders. Get a unique strategy number in a chart, in order to enable multi-strategy on the same symbol. Enable changing the order from the symbol at TS to any other symbol, i.e. receive buy order on SPY but send buy order on SPXL. Good knowledge of Easylanguage, Tradestation, and Tradstation API is required. See attached file for details.
I need a tradingview developer for a trading idea that I have. Below are the steps for the project 1. Initiate a bot at 9:45 EST 2. Look into the my screener and get the first stock 3. launch 5 minute chart for that stock 4. check for some conditions 5. launch a buy order in Tradestation or any US equities platform 6. Exit based on the indicator alert on the same chart
Simple formula. Average the results over 4 bars, 8 bars, and 12 Bars then divide the result by 36 to get the current value. Easy Peasy.
STC strategy , I have a code from tradingview to start with but it does not work when it comes to inputting a trade, do does plot the trade. I'd like to have the option to use equity at 90% in future trades. I'd like the pine script to work on tradestation and tradingview. //@version=4 // Copyright (c) 2018-present, Alex Orekhov (everget) // Schaff Trend Cycle script may be freely distributed under the MIT license. //@version=3 strategy("Schaff Trend Cycle Strategy", shorttitle="STC Backtest", overlay=true) // Create inputs fastLength = input(title="MACD Fast Length", type=integer, defval=23) slowLength = input(title="MACD Slow Length", type=integer, defval=50) cycleLength = input(title="Cycle Length", t...
Need Tradestation easylanguage code for pullback count
Good Day, I am looking for someone who can convert an strategy that I have built in Thinkscript language (Think or Swim) into EasyLanguage (Trade Station). Simple multi-bar engulfing script with no indicators. to be used as set. Thank you.
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
Simple formula. Add the results over the last 4 bars, the last 8 bars, and the last 12 Bars then divide the result by 24 to get the current value. Easy Peasy. Must have excess to the high, low, and close of the bar. TradeStation installed is a plus.
I need to create a robot for the profit platform system, I need to put a validity of 30 days and it expires, the robot works for buying and selling, I put the buying and selling rule, and the robot makes the buying and selling, Language: NTSL (Nelogica Trading System Language) Based on EasyLanguage created by TradeStation
Have code for TradeStation using SuperTrend based on ATR which also colors price bars to reflect the concurrence of three SuperTrend curves. See attached.
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
Using a very simple formula, develop an oscillator. Also, show results in RadarScreen
Control TS strategy orders. Control table of all active strategies from TS and control the orders. Get a unique strategy number in a chart, in order to enable multi-strategy on the same symbol. Enable changing the order from the symbol at TS to any other symbol, i.e. receive buy order on SPY but send buy order on SPXL. Good knowledge of Easylanguage, Tradestation, and Tradstation API is required. See attached file for details
Control TS strategy orders. Control table of all active strategies from TS and control the orders. Get a unique strategy number in a chart, in order to enable multi-strategy on the same symbol. Enable changing the order from the symbol at TS to any other symbol, i.e. receive buy order on SPY but send buy order on SPXL. Good knowledge of Easylanguage, Tradestation, and Tradstation API is required. See attached file for details.
Control TS strategy orders. Control table of all active strategies from TS and control the orders. Get a unique strategy number in a chart, in order to enable multi-strategy on the same symbol. Enable changing the order from the symbol at TS to any other symbol, i.e. receive buy order on SPY but send buy order on SPXL. Good knowledge of Easylanguage, Tradestation, and Tradstation API is required. See attached file for details.
Hi Roman: I hope you are okay in Ukraine! Are you available for Multicharts Powerlanguage (connect to Interactive Brokers) or TradeStation EasyLanguage coding projects?
I want to build stock trading bot using interactive brokers API or TradeStation API. Looking for expert with vast expiriense with algorithm based stock trading that can also consult and help with experiments and building of various trading algorithms.
Для просмотра деталей, пожалуйста, зарегистрируйтесь или войдите в систему.
Hello, I'd like to convert code in thinkscript from td ameritrade to easylanguage for tradestation platform. The code is extremely short and only needs a small adjustment before conversion. Please only bid if you have experience with thinkscript and easylanguage. Thank you.
I have two TradeStation eld files which are source protected, with the primary code inside a dll. The two studies work fine on my old computer (32bit). The code will no longer work on my new computer (64bit). The programmer died 12 years ago so I am stuck. I need to get the two indicators working on my computer and eliminate the dll. I can send you the files and if you wish a VM file with the code working ( you will need Oracle VM VirtualBox). Thank you.
Hi, looking for an experienced PA / ML developer that has built trading algorithms in the past with Tradestation specifically using EasyLanguage.
Hi Victory, I would like to build a trading algorithm using predictive analytics for TradeStation. Please let me know if you are interested in this project at your earliest convenience. Thank you.
Multicharts64 and its API, I use TradeStation API for Multicharts64. You would build the communication interface between MC64 and should generate a DLL and give me an example in Easy Language code! EL code example and commands description for EL How are you organizing the dialogue between Multicharts64/ProtfolioTrader and the R language?
statistical analysis part with my consultant. After that we can start with the development of the MC64-R interface pass data and commands to R, which executes them and returns the results to EL matrices and variables. MC64 uses the Tradestation API, are you familiar with this platform? 1 - MC64 consists of the base programme and its portfolio programme. The interface must work for both parts. 2 - In which programming language would you build the communication interface between MC64 and R? 3- How would the dialogue between the two parts work? Could you give me an example in EL? Easy Language (EL) that pass data and commands to R, which executes them and returns the results in arrays and EL variables. API interface from multicharts64 and R language.
I have Python strategy and want to connect and automate to Tradestation.
I have several indicators in Tradestation Easy language which I would like to have converted to Trading View's Pinescript. I will start by sending code in Easy language, for an MACD, forr you to quote. If we reach an agreement I will send you many more indicators for convertion I need the following in the form of written translation from English to Chinese: Hi! There may soon be the potential for collaboration on other merchandise. I am a lawyer who will spend the next month opening up my new law firm, but soon thereafter I will create an e-commerce company to sell K-pop related merchandise such as clothing and accessories. K-pop, which is an abbreviation for Korean Pop, is currently very popular in the US and around the world. I shared some pictures and videos of K-pop mus...