@hsfbm I'm not a programmer. I can tell you can trade cryptos on an MT4/5 platform for sure. I'm not sure that is possible for binance and exchanges.
Posts made by l'andorrà
-
RE: How to create crypto bot for binance or any exchanges?posted in Questions & Answers
-
RE: Is This the right way the put conditions and blocksposted in Questions & Answers
@xvenom Well, that depends completely on your strategy. Initially it is correct, but I have no idea is this is what the EA is supposed to do.

-
RE: I might be blind but...posted in Questions & Answers
@william29 Which block are you talking about exactly?
-
RE: Auto stop loss?posted in Questions & Answers
@zae What do you exactly mean? Will there be an initial stop loss and you want to modify it?
-
RE: no se activa el bloque para cada barra en ocasiones se salta una barra en on tick en demo tiempo real en el probador siposted in Questions & Answers
@cristian-0 ¿Me permites ver cómo la has introducido, por favor?
-
RE: close half positionposted in Questions & Answers
@cristall86 Can you please share the link to your project?
-
RE: Use currency pairs to define trading hours.posted in General Discussions
@gonza said in Use currency pairs to define trading hours.:
different groups of currency pairs
What do you exactly mean by 'different groups of currency pairs'? Have you created different group numbers in you project?
-
RE: Indicator with alertposted in Questions & Answers
@yogibirur There are many indicators doing that on the internet. Do you really need to create an EA for it?
-
RE: How to Calculate only buy ordersposted in Questions & Answers
@wolamen I'm glad you got it. This is the way to include swap and comissions:

-
RE: EA is not working the same in backs testing and demo account in MT5posted in Questions & Answers
@sosel Can you please share the link to the project?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra That is not an easy thing to do. We humans can clearly see when that happens in the market, but an EA need exact conditions to search for. Probably you should need a whole block structure just to find them. Is it absolutely necessary? Because if not, I do not recommend you to even try it unless you can determine ALL possible scenarios to be searched for.
-
RE: Money management option .. 500>1000 = 0.02lotposted in Questions & Answers
@saeed-2 You need to insert this 'lot_size' variable inside both 'buy/sell now' blocks. Tis way:

-
RE: How to get the highest drawdown value on screenposted in Questions & Answers
@vish You can do it this way:

-
RE: divergencia con stocasticposted in Questions & Answers
@digimax El problema de usar indicadores en fxDreema distintos a los existentes por defecto en la MT4 es que no siempre funcionan correctamente. Tu segundo post está incompleto. ¿Entiendo que el bot ya funciona? ¿El problema persiste?
Con todo, veo en tu proyecto que trabajas en la candle ID 0. Recomiendo cambiarlo en todos los bloques a la candle ID 1. Eso suele evitar problemas.

