Orders for Expert Advisors development - Text writing - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Text writing
413 jobs in the archive in all languages
Sort by:
30+ USD
1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is
30+ USD
I want someone who can program me a good ea robot and indicator trendline, Supply and Demand, pivot...ii want something that can give out, the level,signal and trend.it should be able to analyze from higher Timeframes to lower Timeframes. Specifically h1 for entry points
30+ USD
I need a well profitable bot which can give me more valuable interest and good trades in good terms and in good stock of exchange with forex,btc,user,eth and so on
30+ USD
I have a strategy created specifically for gbpjpy and I need it to be converted into an EA. I will attach the strategy to this post, check it out and let me know if you understand it. Also let me know your budget and delivery period
30+ USD
TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the
50 - 200 USD
Hello, I have a strategy(indicator) based on supply and demand zones and 5 indicators for entry that I want to build for tradingview platform. I need a pinescript developer who understand pinescript and can deliver fast. If you are willing to work, please send me a message, I will share the details. thanks in advance
30 - 100 USD
I want to build ea related to break out from the dominant candelstick pattern setup with specified entry ,TP and sl with reverse trade with specified entry, TP and sl .in the opssite direction
12 Applications
Looking for a Professional developer who is an expert in the MQL Graphic interface, to create a Manual trading panel for day trading (MT4). (personal job)
100+ USD
https://docs.google.com/document/d/1RvMtag9TFJ2KveXjHexBxXvNfqtBoDMCxnEk83FVETY/edit?usp=sharing Day Trading Assistant Panel The main function of this day trading panel are: Risk management: Calculating the volume taking into account the risk and the stop loss. Setting the risk to reward ratio and profit to loss ratio. Order and position management: Market and pending orders. Partial Close. Trailing stop. Breakeven
50 - 200 USD
1. EA will put in Trades when the market creates one of the structers provided in the attachements. 2. EA will move the Stop loss to breakeven as soon as the trade's running profits are equal to the SL. 3. The SL will always include spread and is above the highest wick of the point of interest or order block. 4. The TP will be the high or low created by the market when structure was being formed. 5. The EA will have
50+ USD
Hi, I need a developer who can develop an EA using mainly order flow and volume profile indicator for a quick scalping technique. At this point it is a personal robot so i prefer more energy in developing the actual software rather than graphics. How this should work is when there is a bigger than usual entries in the market forcing the market to move in a particular direction, the EA should be able to notice this
100 - 300 USD
Very Important: The main and most important thing in this project is the graphic representation, the rest anybody can do it, So pls if you are not an expert in the graphic interface don't waste my time and yours. The main function of this day trading panel are: Risk management: Calculating the volume taking into account the risk and the stop loss. Adding commission and spread into the volume of the trade. Displaying
30+ USD
Hi I'm looking for someone to create an ea for me using 2 indicators each indicator have a certain rules to follow it will have writting on the charts when you instel the ea and have one button to press for multiple press on/off button. The ea must open 3 trades and stop loss must move depending on the rules I will place
8 Applications
(1) MQL5 Experts Forex Text writing
30 - 80 USD
I need an indicator with the following parameters based on stochastic oscillator(60,9,3), (30,5,3) and RSI period 7 Stochastic %k period 30, %d period 5 slowing 3 trade type. Buy only, Sell only, Buy and Sell stochastic levels 90 and 10 Buy when stochastic crosses the 10 level and RSI is below 25. Exit buy when stochastic crosses the 95 level. Bell when stochastic crossed the 90 level and RSI is above 75. exit when
40+ USD
number of shares purchase-The ability to read indicators to know how to get out of the crisis with a profitable interes— safety for robot-Trading on the gold index onl-The reporting algorithms are very good
30 - 60 USD
I would like to have an experienced & well talented developer to develop a smart MQL5 EA that's going to base majorly on 2 indicators (super trend and an option to select from 4 different periods of Exponential Moving Average). The EA must be able to trade Forex, Crypto and Indices automatically, open and close positions based on the "Buy & Sell" signals given by the Super-Trend indicator. The EA should provide the
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex, crypto, commodities and indices charts and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
30+ USD
Hi, I mistakenly deleted my job order, i sent you tradingview videos of my strategy and we agreed on a price. Please respond to this. I will ask you some questions to ascertain if you're the one
30+ USD
Tentukan Spesifikasi Persyaratan Anda di sini poin demi poin. Cobalah untuk menjelaskan persyaratan Anda secara singkat dan jelas, sehingga calon pengembang Anda dapat dengan benar menilai kompleksitas dan biayanya, serta waktu eksekusi yang diperlukan. Deskripsi yang buruk atau terlalu umum akan mengakibatkan pesanan Anda diabaikan, atau Anda akan menghabiskan banyak waktu untuk menegosiasikan detail dengan setiap
50+ USD
//--- input parameters input int ma_period=20; // moving average period //--- handle of the indicator used in the EA int indicator_handle; //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- check ma_period validity if(ma_period<=0) { PrintFormat("Invalid