@James-d AFAIK, you cannot do that unless the broker allows you to do it. There will always be a maximum leverage offered and there will be no way to use a higher one.
Posts made by l'andorrà
-
RE: Anyone know how to set mt5 leverage to unlimited?posted in Questions & Answers
-
RE: Grid positions SL is not working properlyposted in Questions & Answers
That block stops the loop created by the pink 'for each trade' block on top. Loops are executed every single tick and that means every tick the loop is recalculated. You do not want that to happen. You need just one only calculation per trade, not per tick.
-
RE: Buy pending orders in gridposted in Questions & Answers
What jstap means is that there are no options to select if you want a limit or a stop type. The block will automatically detect if the order is a limit or a stop just by its current position when compared to the actual price level. For example, if price right now is 1.2000 and you use a pending buy block above that value, it will automatically be a buy stop. However, if you use it to be programmed somewhere below that price level it will automatically be a buy limit.
-
RE: Project variables are getting resetposted in Questions & Answers
@tswaldi Are you removing the bot from the chart, maybe?
-
RE: Is this information accurate and correct?posted in Questions & Answers
@alhammeed1990 As far as I can tell, it is correct.
-
RE: When MetaTrader is restarted, the EA opens new positions with 0.01 lotposted in Questions & Answers
Because unless you explicitly programmed the bot to store the value of the last lot size, it will consider a new sequence is to be run after the reset.
-
RE: a simple order not workingposted in Questions & Answers
Blocks 10 and 11 can never be true at the same time. You need to change the logic there. What do you exactly need?
-
RE: Help with the on and off button that draws the scanner on the mt5 chartposted in Questions & Answers
@DragonZueloTrends El prpblema es que todo ese código personalizado interfiere de una forma u otra con el de fxDreema. La lógica de bloques puede ser correcta desde el punto de vista de fxDreema, pero los cálculos realizados por esos códigos personalizados chocan con los de los bloques de fxDreema.
-
RE: Slippage Problem with pending ordersposted in Questions & Answers
@pips-0 I mean something like this:
-
RE: Trail Expiredposted in Questions & Answers
@starr Do you mean a visual message on the chart or an email at your phone?
-
RE: how to place buy trade at 09:30 am and 10:30 amposted in Questions & Answers
@vijithtr This is one way to do it:

-
RE: Some bugs occur.... What should I do?posted in Bug Reports
@Xeta50 My numbers are very close to those of jstap except for the biggest project. I never surpassed 300 blocks. And I also focus on MT4 because it is far more reliable on fxDreema than MT5.
-
RE: CHANGING A CONDITION'S TIMEFRAMEposted in Questions & Answers
@jstap Very interesting. Thank you,
-
RE: Whenever MT4 disconnected the EA is not working properly for 5-6 minutes....posted in Questions & Answers
Never found a situation like that. Can it perhaps be a broker's restriction after reconnection? Did you try the same scenario on other brokers?
-
RE: Strategy Tester Error on MT5posted in Questions & Answers
Then I cannot provide a helpful reply, I'm afraid. Did you try using the same bot on a different MT5?
-
RE: order ticketposted in Questions & Answers
But trades will be eventually closed. Do you want buttons popping up and down as new trades open and close? I don't see the point of that.
-
RE: Is this information accurate and correct?posted in Questions & Answers
Yes, it is accurate. And your question is?
-
RE: Some bugs occur.... What should I do?posted in Bug Reports
@Xeta50 Same with Firefox. Never had that issue while browsing fxDreema on it.