Lilotraders

Termos de Referência

```mql5
//+------------------------------------------------------------------+
//| SimpleBot.mq5 |
//| Copyright 2023, MetaQuotes Software Corp. |
//+------------------------------------------------------------------+
input double TakeProfit = 10; // Take profit in points
input double StopLoss = 5; // Stop loss in points
input double LotSize = 0.1; // Lot size for trading
datetime lastTradeTime;

//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
  {
   lastTradeTime = 0;
   return(INIT_SUCCEEDED);
  }

//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
   // Cleanup code can go here
  }

//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
  {
   // Check if one minute has passed since the last trade
   if (TimeCurrent() - lastTradeTime >= 60) 
     {
      double ask = SymbolInfoDouble(_Symbol, SYMBOL_BID);
      double bid = SymbolInfoDouble(_Symbol, SYMBOL_ASK);
      
      // Execute a buy trade
      if (OrderSend(_Symbol, OP_BUY, LotSize, ask, 0, ask - StopLoss * Point, ask + TakeProfit * Point, "SimpleBot", 0, 0, clrGreen) > 0)
        {
         lastTradeTime = TimeCurrent(); // Update last trade time
        }
      // You can implement additional logic for sell orders here
     }
  }

Respondido

1
Desenvolvedor 1
Classificação
(22)
Projetos
28
43%
Arbitragem
0
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(3)
Projetos
3
0%
Arbitragem
1
0% / 0%
Expirado
0
Carregado
3
Desenvolvedor 3
Classificação
(9)
Projetos
8
38%
Arbitragem
4
0% / 50%
Expirado
2
25%
Carregado
4
Desenvolvedor 4
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Trabalhando
Pedidos semelhantes
I am looking for an experienced MQL5 developer to code an EA that opens Buy and Sell trades. The EA will be a grid martingale EA Trades will be opened using two moving averages and RSI. Subsequent trades will be opened using the RSI EA should be able to open hedge trades The EA will also add positions to winning trades (cascade), and be able to open recovery trades for losing trades Trailing stop will be utilized to
I want to use indicators to create an automated trading bot that uses grid system. Let's start working on this project now. You must have proven record on working on panels and have nice looking panels developed by you
I am looking for a programmer who is an expert in editing and adding additional requirements/functions/code to existing EA. Specifically two options. This request is not intended for the new EA. The first option involves setting a limit where the EA can liquidate all or part of the chart. The second option involves incorporating a non-traditional hedging strategy that reacts to market movements by either closing or
Hi I'd like to work with a developer to design an EA/indicator for MT5 but also I need an exact same version for MT4 as one of my account platforms remains on MT4. I have the main python code/s available so this will be adding further entry signals and criteria. Preferably ongoing as I also need variations/models to split test across these 4 platforms and fine tune thereafter. Developer input and ideas always
Request for Developer: Fix and Optimize My EA Project Details: I need an experienced MQL4/MQL5 developer to fix, optimize, and enhance my EA with the following requirements: 1. Key Issues to Fix: • High Drawdown: • Reduce the current high drawdown during backtesting and live trading. • Implement better entry and exit logic or optimize existing parameters to reduce risk. • Low Profitability: • The EA currently does
Have an urgent proejct I am working on. I have 2 scripts 1. a basic BSL SSL indicator 2. a iFVG indicator I need to modify my BSL SSL indicator to contain a few more defiintions and labels and variables Need done within the next few hours. If you have ICT knowledge that will be a big help. Let me know asap. Also i have requests from other clients
Hello great developer I need a Pine script for rent bar strategy for trading view from Ninja Trader strategy and need itinerary 2 days which I can sell on subscription model I want to sell this to by students on monthly subscription model i need HL and LL
Hi I have a complete pinescript trading indicator and alerter. I would like to convert it to run an EA on MT5. I want the EA to have just the ability for it to execute trades, and the indicator has a TP but we would just need to add SL I use heiken ashi on MT5 all the time, it's there in the indicator list and you just need to select line chart for the best visuals. Something that only displays signals is no good to
Hello Great Developer can you help me with this I want you to upgrade my bot for me to make it work on Tradovate and Ninja Trader? i buy the bot that's why i just want you to upgrade it so it can work both on on Tradovate and NinjaTrader
PREAMBLE 1. Only coder with at least 50 jobs rating is welcome to bid. Let's not waste time 2. Source code is required. Best to have the functions in a separate file mqh 3. Ensure this will work for ECN/Raw (TP/SL send a few ticks later) THE EA 1. Shall work on any pairs, with prefix and suffix. 2. All calculation shall be based in points (not pips). 3. Keep the code simple to read with remarks. 4. Debug to be

Informações sobre o projeto

Orçamento
30+ USD

Cliente

Pedidos postados1
Número de arbitragens0