@prot82 AFAIK that is not possible from fxDreema. You can do it by editing the mq4 file once the project is downloaded from the platform.
Posts made by l'andorrà
-
RE: Is it possible to set Constant's description text Bold?posted in Questions & Answers
-
RE: Multi symbols how to use correctly?posted in Questions & Answers
@ontradingx I respectufully disagree. The block works correctly. What is the exact problem in your structure? Did you consider that your EA will be executed on one specific chart while trying to operato on others? This is why you can find some inconsistencies when using the block.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond I'm not a TW user so I'm not sure about this but can you get the dull mq4 file format for that indicator? If so you whould import it to fxDreema easily. Did you try?
-
RE: Need help creating an EA.posted in General Discussions
@serlego1602 I agree with jstap. Once you read all documentation here, I recommend to try your first project and then we'll give you a hand.
-
RE: Stop EA at Daily Targetposted in Questions & Answers
@paiz You can try something like this:
https://fxdreema.com/shared/LHZfs3gvb
Please notice that block 2 is set as switched off by default.
-
RE: Import EX5 file.posted in Questions & Answers
@faulky4486 In fxDreema the only EX5 files that can be imported are those created with fxDreema.
-
RE: send VARIABLES to TELEGRAMposted in Questions & Answers
@xdv Did you search the word 'telegram' othe the search tool of the forum? You'll find many treahs dedicated to that app. Maybe you can find help there.
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@rebearv Do you mean higher/lower prices? Then you should use variables storing those values and comparing them 'on tick'. Is that that what you mean or higher/lower balance?
-
RE: Running on Tradeposted in Questions & Answers
@duepips Did you select the correct purple block on the 'on trade' tab? Can you please share the link to your project?
-
RE: custom code for catching bufferposted in Questions & Answers
@mr-lenny I'm also interested in this. Any help here will be very appreciated.
-
RE: pending orderposted in Questions & Answers
@petra-0 Do you mean an opposite trade 10 pips away form the first one?. If so would they be 10 pips above or below the previous one?
-
RE: ACCUMULATED PROFIT/LOSS IN A GIVEN NUMBER OF CLOSED TRADES.posted in Questions & Answers
@ero Do you have any initial project to begin with? If so, please sharwe the link to take a look at it.
-
RE: Period High / Low. Variable issue?posted in Bug Reports
@tipsywisdom You shouls use the lowest candle ID nubmer for the start and the highest one for the endind period. I'm not sure the way you are showing is making he block to work correctly.
-
RE: How to do it with many variablesposted in Questions & Answers
@rodrigo-ortuzar El problema sigue siendo el mismo. No le puedes pedir a una misma operación que tengo dos valores de stop loss. Sólo tendrá uno, siempre. Otra cosa distinta es que dicho stop loss puede moverse en dos escenarios distintos. Eso sí que seróa posible, pero entonces volvemos al problema del SL grupal. Si todas las operaciones van a tener siempre el mismo SL, luego no podrán tener un SL diferente sin que entren en conflico. Deberás escoger entre una de las dos opciones únicamente.
-
RE: Check Profit Last closedposted in Questions & Answers
@alexitoeve50 Maybe this is not the best structure to use. What do you exactly need? If I understand correcty, as soon as a trades is closed with that profit...more trades should be closed regrdless theur profit/loss? I'm afraid I don't see the logic behind that.
-
RE: Ver flotante en el backtestposted in Questions & Answers
@kepler Puedes añadir esta estructura a tu bot para poder visualizarlo en el margen superior de la pantalla:
-
RE: What is executed first, "On Tick" code or "On Trade" code when trade happens?posted in Questions & Answers
@prot82 I asked that same question to the admin some years ago and he replied in a very technical way. He's a programer and tried to make understand how it works. However, I wasn't and I'm not a progarmmer so I requested a white/black answer instead. He replied that it depends. Some times 'on tick' execution will happen first whereas other times 'on trade' will instead. Certainly not the answer that I needed, but at least it was hones. If you are a programmer you can ask him directly. Maybe you will understand the technical answer.
