Spécifications
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
// Initialization logic
Print("Trading bot initialized.");
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
// Cleanup code
Print("Bot deinitialized.");
}
//+------------------------------------------------------------------+
//| Expert tick function (main trading logic) |
//+------------------------------------------------------------------+
void OnTick()
{
// Basic Order Book Analysis (mockup example)
double bidPrice = MarketInfo(Symbol(), MODE_BID);
double askPrice = MarketInfo(Symbol(), MODE_ASK);
double spread = askPrice - bidPrice;
// Define trading conditions based on spread (market-making)
if(spread < 0.001) // Example condition
{
// Place a buy order if spread is small
double lotSize = 0.1;
double slippage = 3;
double stopLoss = bidPrice - 50 * Point;
double takeProfit = bidPrice + 50 * Point;
int ticket = OrderSend(Symbol(), OP_BUY, lotSize, askPrice, slippage, stopLoss, takeProfit, "Buy Order", 0, 0, Blue);
if(ticket < 0)
{
Print("Error opening buy order: ", GetLastError());
}
}
// Basic risk management (adjust according to strategy)
// Example: Close positions after a set condition (for demo)
if(AccountFreeMarginCheck(Symbol(), OP_BUY, 0.1) < 100)
{
// Close any open buy orders if margin is low
for(int i = OrdersTotal() - 1; i >= 0; i--)
{
if(OrderSelect(i, SELECT_BY_POS, MODE_TRADES))
{
if(OrderType() == OP_BUY)
{
OrderClose(OrderTicket(), OrderLots(), Bid, 3, Red);
}
}
}
}
}
Répondu
1
Évaluation
Projets
173
25%
Arbitrage
23
9%
/
78%
En retard
16
9%
Travail
2
Évaluation
Projets
319
29%
Arbitrage
34
26%
/
65%
En retard
10
3%
Gratuit
3
Évaluation
Projets
8
13%
Arbitrage
3
0%
/
33%
En retard
2
25%
Gratuit
Publié : 1 code
4
Évaluation
Projets
35
46%
Arbitrage
0
En retard
0
Gratuit
Publié : 3 codes
5
Évaluation
Projets
258
61%
Arbitrage
4
50%
/
25%
En retard
10
4%
Gratuit
6
Évaluation
Projets
195
42%
Arbitrage
13
8%
/
54%
En retard
9
5%
Gratuit
Publié : 3 codes
7
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
8
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
9
Évaluation
Projets
31
19%
Arbitrage
4
50%
/
25%
En retard
4
13%
Gratuit
10
Évaluation
Projets
20
10%
Arbitrage
8
38%
/
38%
En retard
3
15%
Travail
11
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
12
Évaluation
Projets
264
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
13
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
14
Évaluation
Projets
3552
88%
Arbitrage
73
40%
/
15%
En retard
268
8%
Gratuit
15
Évaluation
Projets
660
32%
Arbitrage
43
44%
/
44%
En retard
11
2%
Chargé
16
Évaluation
Projets
232
61%
Arbitrage
3
33%
/
33%
En retard
6
3%
Gratuit
Publié : 1 code
17
Évaluation
Projets
9
56%
Arbitrage
0
En retard
0
Gratuit
18
Évaluation
Projets
80
6%
Arbitrage
46
11%
/
54%
En retard
7
9%
Travail
19
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
20
Évaluation
Projets
945
47%
Arbitrage
309
58%
/
27%
En retard
125
13%
Gratuit
Commandes similaires
BSS Trading Robot
30 - 200 USD
*Subject: EA Requirements for Prop Firm Trading - Live MT5 + Investor Access Required* To apply, you must already have the EA running live on an MT5 account connected to the market. You will need to provide the investor password and login for me to trace and monitor the account. *EA Requirements:* 1. *One trade at a time only* - EA must not open a new position if one is already running. Use `OrdersTotal() == 0` check
SMC DEVIL EYE
1500+ USD
DEVIL EYE SMC – Gold Trading Expert Advisor DEVIL EYE SMC is a precision-based Smart Money Concepts trading robot designed specifically for XAUUSD (Gold), built around institutional market structure and liquidity principles. This EA analyzes price action using advanced SMC logic including: • Break of Structure (BOS) • Liquidity Sweeps • Fair Value Gaps (FVG) • Supply / Demand Zones • Order Blocks Confirmation •
This robot is going to help me to assist my parents about their needs, it also going help me build a house and purchase my own car. Additionally, it is going to play an essential role upon my life as I will not struggle with the foods and transport for taking the trips
I am looking for a serious marketer with experience in promoting trading tools or Expert Advisors for MetaTrader 5. The product is an automated MT5 trading EA focused on Gold trading, with risk-management tools and trading filters designed to improve trade quality. For credibility, I will provide: An Investor Account for a live/demo account where the EA has been running for a while Backtest reports for the EA Clear
Point/Percentage Reversal ZigZag
90 - 999999 USD
i want to study how to trading i want to be a rich man in the world i want to help people in my town i want to give some money for the charity
Gold Precision Pro
30 - 100 USD
I want the indicator to be built professionally and carefully because the strategy is strong, but it requires advanced and clean programming. The indicator should work mainly on XAUUSD M15 and should generate more than 2 high-quality signals per day, ideally around 2 to 4 signals maximum, without flooding the chart. The logic must not be random. Each signal must be based on: HTF Bias from H1/H4, Liquidity Sweep
Darwish
30 - 100 USD
Hey, I want you to build an AI bot for buying and selling. I really like the structure and design of the information I sent you, so please use that as the base. I need the same logic and flow, but make sure it’s unique to me. The bot should handle buying and selling, and I want to control access most users get limited access, like one day, but I need a way to grant full, unlimited access if I choose. Don’t worry just
Super scalper
30 - 200 USD
Articles 1 How to create Requirements Specification for ordering a trading robot 28 MetaQuotes 225 289 Table of Contents Prerequisites for ordering a trading robot Why is it important to have a well-prepared Requirements Specification? Requirements Specification examples What is contained in the Requirements Specification? Where do I get Requirements Specification if I can't create it? Terms to use How to write an
Need Scalper EA with profit
30 - 200 USD
Articles 1 How to create Requirements Specification for ordering a trading robot 28 MetaQuotes 225 289 Table of Contents Prerequisites for ordering a trading robot Why is it important to have a well-prepared Requirements Specification? Requirements Specification examples What is contained in the Requirements Specification? Where do I get Requirements Specification if I can't create it? Terms to use How to write an
Situation: Please contact me privately so I can provide the source code for review. Thank you. Project Overview: I have developed a high-frequency trading (HFT) EA that performs consistently in demo environments and passes most prop-firm requirements. While short live phases showed profitability, the results were not reproducible over time. My primary goal is stable live performance on retail accounts , not just
Informations sur le projet
Budget
30 - 200 USD
Délais
de 1 à 50 jour(s)