@agitins Ok. Here you have the first part. Try to complete it with the later part:
Posts made by l'andorrà
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
-
RE: Stop the program after n leaksposted in Questions & Answers
@nikolas_m_s I'm afraid I don't speak Italian. I Speak Catalan and Spanish, if that helps.
-
RE: How do you stop and then restart the program?posted in Questions & Answers
@nikolas_m_s You will need a switch on/off variable delimiatated by a time schedule. A boolean variable (true/false) can do that.
-
RE: How to turn off the robot automatically when get the target profit per day?posted in Questions & Answers
@vietanh Just use the block 'Terminate' connecte immediately below the block checking the profit level was achieved. You will find it at the bottom grey colour area of blocks.
-
RE: need advice on using variables to select buffers of a custom indicator...posted in Questions & Answers
@zackry For once I think I can help you!
A real programmer told me that fxDreema is terrible at catching buffer info from custom indicators. The best way to do it is by using the 'iCustom' operator in a custm code. Hope it helps. 
-
RE: Building an EAposted in Questions & Answers
@don-fabi Because I didn't include any limiting condition under block 2. Those were supposed to be your conditions, not mine.
Because all blocks are on the 'on tick' tab, every tick two new orders are programmed. You need to specify what limitations should be applied as per your strategy. -
RE: Price x> indicatorposted in General Discussions
@david-i I guess you are a free user. You're right, the file didn't upload. However, it should be a project with no more than 10 connections (not blocks) if you are a free user. Can you please confirm that?
-
RE: HOw to edit Global Extern Variables?posted in Questions & Answers
Wow, this is real coding. This food is for roar or miro.
-
RE: Chuvasov Triangleposted in Questions & Answers
@antoniorenar I know how to draw limited lines from point A to point B. However, I guess you want to find the intersection point of both. Right? That I'm afraid I cannot do.
Does anyone know how can it be done in fxDreema? -
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Technically there are no written rules in this forums, you're right. I simply try to decrease the number of duplicated threads every time I find them. You can always contact any fxDreema user by sending private messages.
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Then you can try it with pending orders, but in that case spread will activate them at slightly differnt prices. Can you strategy be successful under those conditions?
-
RE: Grid function bugposted in Bug Reports
@stantonhitz Man, this should be sent to the admin. Just contact him and let him know.
-
RE: last closed tradeposted in Questions & Answers
@ilias-0 The group number? You define them in the block. I'm not completely sure what you mean.
-
RE: Pullback tradingposted in Questions & Answers
Visually it is very easy, but coding it is a completely different story. Just let me asking two questions:
- How many candles after the breakout should considered the minimum to be accepted by the EA?
- How the EA can now the previous support is a resistamce now?
And please, dont say, 'look at the chart'. That is not how the EA will work. Don't get me wrong, I'm not saying it is not possible. I'm just clarifying thet you will need a long list of conditions to be met for it to work.
-
RE: How can we place buy stop order with double the lot size after sell stop order triggers by the current market price?posted in Questions & Answers
@agitins I already answered you in another thread. Please don't duplicate your question on multiple threads.
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Are you expecting a perfect execution of all trades at the same two prices? Because I can guarantee that will never happen. That 10 pips distance is too close for the strategy to work properly. Spread and slippage will mess it up sooner than later.
-
RE: None of the expert advisor I created took a tradeposted in Questions & Answers
@barinua Please don't duplicate threads. Focus you problem in just one.