@casalin I see this is the second thread you created with the same question. I replied to the previous one. Please don't duplicate threads.
Posts made by l'andorrà
-
RE: Definire le candeleposted in Questions & Answers
-
RE: Verify Correct Logic ?posted in Questions & Answers
@ontradingx Your logic is correct. What Uriel says is right. You should specify candle ID 1 on block 7 to be sure your conditions are correctly identified.
-
RE: How to Put Comments in very tradeposted in Questions & Answers
@jjtrader I'm not sure that is possible with fxDrema. I guess you will need some custom code. As Uriel suggested, you can create an alert and then review them separatedly.
-
RE: how to hide the source code?posted in Questions & Answers
@ontradingx You cannot if you provide the ex4 file only. It is if you provide the mq4 and then compile it there.
-
RE: exchange related pairposted in Questions & Answers
@cristall86 You can specify what pairs are supposed to be open on the 'Symbol' box within many blocks. However, you will need to be very specific and I guess this is not exactñy what you want. Right?
-
RE: "All Pairs"posted in Questions & Answers
@tipsywisdom Do you mean showing the value of RSI for all pairs? If so why you need to read files? Just curious.
-
RE: Definire le candeleposted in Questions & Answers
@casalin Hi Maurizio, I don't speak Italian but I guess you are looking for a candle pattern as per your image. Right? If so I don't understand why that 'high-high' position is there and not in the next candle's high. Could you provide more info, please?
-
RE: Add trade volume if in profitposted in Questions & Answers
@kashif073 You can limit the numer of trades by using this:

-
RE: Cracking an EAposted in Questions & Answers
@iamkao I'm also looking for a good decompiler, but to no avail so far.

-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero Here you have a first version:
https://fxdreema.com/shared/48wyAu3R
You can use it and specify any input parameter you want. TS means trailing stop. All distances are in pips. I hope it helps.
-
RE: pass information between terminalsposted in Tutorials by Users
@jstap Thank you very much for sharing.
-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero That doesn't look especially complex to implement, but we will need a detailed list of all features you want. So please confirm they are:
- Distance in pips for break even.
- Distance in pips for TS to be activated AFTER breakeven is activated.
- Distance in pips for SL as soon as a trade is open.
- Distance in pips for TP as soon as a trade is open.
Am I missing something?
-
RE: Negative Swap Filter?posted in Questions & Answers
@dre AFAIK the only way is creating an input parameter that can manually be specified as true/false when running the EA on the chart the forst time. I'm afraid there is no block (to my knowledge) in fxDreema that can detect that info automatically.
-
RE: Check Profit and Stop Trade a Dayposted in Questions & Answers
@wadz91 I replied to your thread. Please don't post multiple times the same problem.
-
RE: How to add a common TP price for a group of tradesposted in Questions & Answers
@xyon126 Exactly, you will need a specific structure to do that. The only way to create a hard TP is calculating the proce value first and then use the pink blocks to put it on the chart.