Update Trade Size Setting for Existing EA

MQL5 指标 专家

工作已完成

执行时间4 天
员工反馈
Good

指定


My EA opens multiple trades based on a series of EMA settings across different time frames. This Modification only deals with the quantity to be opened per symbol, in an effort to ensure the exposure to each currency pair is even. The reason being for e.g. the GBP per PIP for 0.01 lot size for GBPTRY is about 10 times as much as for GBPDKK.

EA Input Requirements;

--Lot Size Management--

  • On/Off: On
  • Mean: 20
  • Time-Frame: <1 Month, 1 Week, 1 Day>
  • Period: <0, 1>
  • Quantity: 0.01

 Description;

Multiply the size movement in the specified period (e.g. diff within the stock high & low in the previous 1 Wk bar) by the specified stock quantity and converted into GBP. So if the currency being purchased is USDPLN, the total price based on the movement will be converted back to GBP. 

The Mean specified in the EA Input will be divided by the GBP value and used to determine the lot size to the nearest full figure just below the mean.

Formula;

Mean / 

[

(Difference (High (Time-frame) - Low (Time-frame) ) * Quantity ) * GBP conversion rate 

]

 Micro trade conversions & Note

- If GBP value is 0.5, the lot size the EA will enter for that symbol will be (20 / 0.5) = 40 (Which will be 0.4 as I micro trade)
- If GBP value is 1, the lot size entered for that symbol will be (20 / 1) = 20 (which would be 0.2)
- If GBP value is 15, the lot size entered for that symbol will be (20 / 1) = 1.3 (Which we'll round down to 1, opening a trade of 0.01)


反馈

1
开发者 1
等级
(50)
项目
80
39%
仲裁
4
50% / 25%
逾期
0
空闲
2
开发者 2
等级
(90)
项目
118
17%
仲裁
44
23% / 39%
逾期
20
17%
空闲
相似订单
Hello, Please I need help to connect a script to crypto Triangular Arbitrage to binance api to buy sell sell and buy buy sell step A Step B Step C minimum profit 0,3 and minimum 100 usdt , bnb in value 100 usdt and eth in value 100 usdt .Thanks
RSI 9 level 90/10 EA Indicators are 1. PSAR with step 0.01 max 0.02 2. Zigzag 3. SwR 1. At the close of candle at 0630 Pacific Standard Time. draw up and down of candles at 0625 and 0630 including the wick 2. Allow a breakout of either trend on up for buy and down for sell 3. Before buy. Ensure PSAR is in the buy position of candles above the PSAR line dot (Allow entry in input for setting) 4. TP1 on *% eg. 60%
I need a gold scalper EA which can trade in real environment. EA should open trades based on candlesticks close. Must have TP, Open SL, and should have DD control settings. If you can do just let me know. I may meed a test to make sure it opens real trades
Good morning. I would like to create HFT bot to trade on Prop Firm without breaking the rules. It should scalp. EA should have SL, TP, BE and even Trail Loss inputs. The EA should also have daily loss and profits target so when met the EA stops for the day
EA improvements 60+ USD
Hi, I want to improve an existing EA Ability to modify the main time frame and indicators settings. I will give you clear specifications and I will send you the source code. Best regards
Basil 50+ USD
thanks alot Very nice concept , but if I want to write a price action indicator with multiple prices (high,low,close,open)which calculates indicator value based on i.e difference of high and low there is a problem of having only one array of data (m_source_data in CIndicator class),is there a way to work around this or do you suggest to modify the CIndicator class and make the m_source_data an array of (mqlRates or
I want to deal in triangular forex arbitrage trading. I want an automated trading robot for the same. It is also expected that the developer advises me about the setting up the operations. I live in India, so he/she must know the ethical way to do it, be it international broker account or whatever. I just need to start this sooner but in the efficient way. The developer is expected to have some experience and should
Alex 30+ USD
//+------------------------------------------------------------------+ //| PriceAction.mq4 | //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023" #property link " https://www.mql5.com " #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property
**Technical specifications for the improvement of the ProNewsTrader advisor** 1. **Description of the current state of the advisor:** - The **News** advisor automatically trades on financial markets, focusing on news events. - In the current version, news is loaded from external sites that no longer work. - The **Stop Loss**, **Take Profit**, **Trailing Stop** levels and pending orders are implemented virtually. 2
hello here am looking for someone that can assist me in removing validation form my demo file and if anyone is interested dm the for more details i will be waiting to get any reply by some on that can assist me with this

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 3 天