All orders - 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
680 jobs in the archive in all languages
Sort by:
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
I have a strategy(indicator) based on orderblocks (supply and demand zones) and 5 indicators that are used for entry confirmations within that orderblock 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
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
30+ USD
en a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance. When the price rise two grid distance, close the position. The fund of frist time open position is one-tenth of the required for a grid, and then two-tenths, and so on. When the equity recaches the take profit of setting, close all positions and restart. The backtest of EOS/USDT in 2021/1/1-2021/8/31. The
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
30 - 200 USD
Dear Developers, I have 19 strategies on 16 forex-pairs that already exist as fully working separate MQL4 and MQL5 EAs and require no development work. I´ve been trading them live for a long time already. They need to be merged into 1 convenient EA. I need the following from a experienced developer: - All the strategies open and close trades on H1 bar open only via a combination of entry/exit indicators. All trades
30 - 100 USD
Hello ! I have a custom indicator in my Tradingview written in pinescript language that I want to have converted into MQL5 to be run for Metatrader 5. The goal would be to make the trading robot be able to enter into trades on multiples assets (around 10 maximum) but on one trade at a time, multiple times a day. So one BUY or SELL on one asset at a time, but several times a day. Say for example on Asset A (Tesla) the
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