Orders for libraries development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30 - 50 USD
The EA is a simple one. Every day during a set time of hours, the EA will place 2 OCO orders one buy and one sell at two levels which are obtained from high and low. If one of these orders is triggered the other is cancelled. Orders will have stop loss and take profit placed after the order is triggered to accomodate for market execution. If the take profit or stop loss is not hit within a certain time, then the
30 - 70 USD
Hello, the goal is to manage opened trades and protect the equity from huge drawdowns with reverse trades. First; the EA should check out all opened trades, if one trade goes under a definied value; for example 50pips, it should open a reverse trade with a stoploss of the openprice from the first trade. I typically use a emergency stop of 120pips on the main trades (first trade) if the stop is hit, the reverse trade
Relatively simple job: expand on MovingAverages.mqh (https://www.mql5.com/en/code/77) to include a newly made TEMAOnBuffer(), functioning similarly to for example ExponentialMAOnBuffer(). To make it easier, use code as specified in https://www.mql5.com/en/code/74
2 Applications
20 - 50 USD
Hey, I need the QQE indicator rewritten as a function in mql5. I want to use the function for entry signals on my expert advisor. I do not want an indicator, for some reason the QQE indicator does not function properly in my expert advisor, I need it as a function. It need to be in the following format: double QQE(string symbol, ENUM_TIMEFRAMES tf, int SF, int RSI_Period, int WP, int shift) The function should
4 Applications