General - page 345

  Bot with spread  (1)
I can do forex with spread, but spread with very high value is difficult for me, how can I program myself a bot that only makes opening orders, when the spread is less than 12
  Trade Perfect  (79   1 2 3 4 5 ... 7 8)
Hi, "Perfect" is just a name. It helps remind me to chase restlessly every bug I may find in the code. Please read carefully the following summary pasted from the RAS site if you are using or going to use my signals. Here are the links to the Balance and Equity chart for these signals: http://www...
Dear Support Team, I had registered and successfully login into the website mql5.com. Unfortunately, I cannot use in the Trading platform. In the Terminal --> Journal --> showing: "MQL5.community: authorization failed". In the MAXIMUM OPPORTUNITIES with MQL5 community page - always said "login
con some one slove that .. i wana modify pending order with bollinger band double MyPoint; int OnInit () { if ( Digits == 4 || Digits <= 2 ) MyPoint= Point ; if ( Digits == 3 || Digits == 5 ) MyPoint= Point * 10 ; return ( INIT_SUCCEEDED ); } void OnTick () { double
so i have a question i am trying to understand what is going on with the backtest. lets say we get 1 history order from one signal. data looks like this: 2021.04.21 13:18:06;Sell;0.05;GBPUSD;1.39409;2021.04.21 13:38:00;1.39308;;;5.05 and i am reading from the csv when the order open and what was the
  MT5 Signal  (1)
Hello Everybody! what should i do in order for my signal to be published
Hello, I'm using the MetaTrader 5 and once I drag and drop the preinstalled Expert Advisor with the name ExpertMAPSAR on a chart it opens a new buy/sell position for me. The problem is the Lot Size of this position is always 0.01 . How can I adjust the Lot size to a new default ? I can't find the
please help me i try to copy one signal i find this error mql5 signal subscription failed only subscriptions to signals running on your broker trading accounts are allowed
I am successfully subscribed to 2 signals from my VPS -based MT5. There is a 3rd signal I also want to subscribe to, here: My problem is, my MT5 Signals Marketplace does not list this signal. When I sort them alphabetically ( "Signal / Equity" ) it skips it. Any ideas? Do I need to (and is there a
Hello friends I use latest version of MQL5, I found a problem, when I drag moving average on chart I can not see the buffer value of moving average in data window
if my account from my broker have a suffix like EURUSD.e ,  EURUSDpro ,  EURUSDz  ,  EURUSD.  , will it  be able to copy MQL5 signal without a suffix like EURUSD ?
Hello, I purchased a product yesterday but up to now, am still not able to activate it because it is not appearing anywhere in my account. kindly assist with what could be the issue
i'd like to only make one trade per signal in other words "per new bar" here's my implementation with wrapping the logic within "IsNewCandle" function but the problem is that the expert makes few trades compared to not using the "IsNewCandle" function and instead limiting buy and sell orders to one
  Lot Error  (4)
Hi there This is probably the worst website when it comes to customer help. It doesn't exist. And there is not even a search function in the forum. Ridiculous. So I'll post a question that I'm sure was posted before me. What can cause the copied lot size go worng? I'm following a signal, where the
1. After which action did the restriction occur? ... I've paid for a lot of robots but can't use them. I haven't been able to do anything for 14 days. AVA Trade terminal -MT4 is no longer functional. No data / info can be seen in the navigation. When I click on navigation it doesn't open because the
I have an EA from others, which copies, reads and writes csv file in MQL5/FILES folder under metatrader. It's too complicated, much over my coding knowledge but still I want to revise it a bit. So I did a simplified experiment and I found that, with tester, I can not copy file to the real MQL5/FILES
I want to buy a smartwatch and I want to receive notifications (signals) from MT4 or MT5, or redirect from my android phone to smartwatch. It's possible? Can you give some models? Thank you! 
Hi Dear. I deposit 30$ my account. After that, the financial part of my account is limited. To use your MQL5 's signal services, the financial part of my account must be open. I can not use the signal and VPS now. I need to connect to a signal as soon as possible. I also want to buy robots from MQL5
Hi, I have started a project trying to make an expert advisor in mql5 that uses market sentiment to make it's trades, but I cant find a decent Sentiment indicator writtten in mql5. I was hoping someone here might be able to reccomend something good. Ideally I am looking for an indicator that bases
When I am charting I tend to have a couple objects on it at the same time, and when I highlight an object to delete it on the chart without doing so through the object list, it many times deletes all of the objects on the chart. Is there a way to just delete the specific object without them all
Hello, I tried to get the ORDER_FILLING_MODE from symbol_info: symbol_info_dict = mt5.symbol_info(symbol)._asdict() mode = symbol_info_dict['filling_mode'] This gives me 2 as result and if I got it correct it is like this: 0 = ORDER_FILLING_FOK 1 = ORDER_FILLING_IOC 2 = ORDER_FILLING_RETURN but if I
for instance, I have a Robot which is trading on the 5Min chart but I will also collect and use the data of the last 1Min, 15Min, 30 Min or any other candle. How can I retrieve these data
Hi All, I use ChartSetInteger ( 0 , CHART_FOREGROUND , true ); to have the candles (not filled with color) in the foreground. Then I add an indicator and then the algo is drawing stuff on the chart. In the strategy tester, the indicator is in the background and all objects I draw are in front of the
Hi guys I realy need your HELP Please I a have a HUGE problem I was working in demo in my own laptop trying to fiND a new strategy during a month after backtesting it I decide to start in a real account. But in this strategy I need Equity Guard Expert Advisor using CAP equity Guard To avoid any
Hi, if I buy an EA with account 1 mql5 and buy another EA with account 2 mql5, can I use one mt4 terminal to connect for both mql5 accounts 1 and 2 in one broker account
Hi guys, sorry for my bad english, i wish convert an indicator for mt4 to mt5...i don't know how do it, anyone can be help me? The file is an indicator that draw with red dashed lines maximum and minimum of Asian session . Thank you very much to man will help me
I have a loss from july that is bringing down the signal growth. Can we clear it
Just a quick question: If I use the setup below, although not set as private, will GetSecret() be hidden from EA.mq5 , since it is not defined inside Interface.mqh ? Also, will EA.mq5 ever get access to globalVar ? Or can I safely declare global variables inside a library? Thanks! // Interface.mqh
Hello, I am trying to send a buy request using the metatrader python libary: import time import MetaTrader5 as mt LOGIN = ... PASSWORD = ... SERVER = "ICMarketsSC-Demo" symbol = 'BTCUSD' lot_size = 0.1 if not mt.initialize(login=LOGIN, password=PASSWORD, server=SERVER): print("initialize()