@ambrogio Why? You mean you've backtested it and the result sucks?
Posts made by allstarengin
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
-
How To Make "If Position" Blocks Run on Certain Area or Blocks?posted in Questions & Answers
Hello everybody, have a nice week…
I want “If position blocks (51 and 61)” to run only within “Area 1” and I want “If position blocks (171 and 181)” to run only within “Area 2”. You can see attached… Does anyone know how to make it?
Regards.

-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
@ambrogio oh that's great. Thank you. But I need it for mt5. Do you have it?
And I guess it must be run as custom indicator on fxdreema, right?
Regards.
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
@l-andorrà Yes, it is quite complicated. Thanks anyway bro

-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
Hi @l-andorrà Were you able to take a look at this? How can I write a bot that can determine bull or bear flag? Have a nice Sunday...
Regards.
-
RE: Why Do Backtests with 'Draw Line' in MT5 Take Days to Complete?posted in Questions & Answers
@JayPhillbrooks It was one of Boxxocode's bot on youtube and I'd modified it for nasdaq but I deleted it.
-
Why Do Backtests with 'Draw Line' in MT5 Take Days to Complete?posted in Questions & Answers
Hello,
Backtests that include 'Draw Line' take at least several days to complete. Because of this, I’ve had to abandon many tests halfway through. Does anyone know why this takes so long? And how can I reduce the backtest duration to normal levels?
Regards...
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
Since the candles forming the flag may not always be consecutive in the same direction, and the number of candles during the pole and consolidation phases can vary, it’s not the right approach to write a standard rule set using candle blocks in the condition. That’s why I’m asking if there’s a ready-made block for this or if there’s an easier way to code it that I might be overlooking.
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
For instance, as you can see on attached, red path seems bear flag or pennant and blue path seems bull flag or pennant to me. Is there already a block on fxdreema for that or how can I write it?

-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
@l-andorrà is it possible bro? If yes, do you know how bull and bear flags are written on fxdreema?
Regards...
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
there are bulls power and bears power options within indicators on condition block. Do you mean those?
-
Any idea how to write bull and bear flag bot?posted in Questions & Answers
Hello guys,
Does anyone know how to write bull and bear flag bot?
Regards,
E. -
About Boxxocodeposted in Questions & Answers
Hi,
I'am wondering guys, does the Boxxocode channel on Youtube belong to fxdreema? Or do you know if there is any connection or relationship between boxxocode and fxdreema?
Regards...
-
RE: How To Double The Lot Size Until A Pos. With Profitposted in Questions & Answers
@l-andorrà Thank you very very much
Ill try it
Have a good day... Regards... -
RE: How To Double The Lot Size Until A Pos. With Profitposted in Questions & Answers
Hi @l-andorrà. So is it possible; how can I write it? Have a nice day...
Regards...
-
RE: How to determine tp and sl levels according to some specific candles sizes'posted in Questions & Answers
@l-andorrà thank you once again
I will study it...Best regards...
-
RE: How To Double The Lot Size Until A Pos. With Profitposted in Questions & Answers
@l-andorrà said in How To Double The Lot Size Until A Pos. With Profit:
Not sure I fully understand the initial premise. Do you mean three simultanous open trades to be in loss right now? Or maybe three confirmed closed trades, all of them in loss?
Thank you for your feedback. I mean “3 confirmed closed trades, all of them in loss... Let’s say there is no open/active trade at the time, however, the last 3 consecutive orders closed in loss in a row. So, bot will open the next trade with the lot size 2 until there’s a closed position which is in profit. Once there is a closed position in profit, the lot size will be 1 again. So, in the future, if there are 3 consecutive orders closed in loss in a row again, the scenario will repeat as above.
For example, as you can see attached, once the order number 10 closes in loss, there will now be 3 consecutive orders closed in loss in a row. So, the lot size of the order number 11 will be 2. And in this case, the order number 11 closes in loss too. So similarly, the lot size of the order number 12 will be 2 as well. But, since the order number 12 closes in profit, the next order which is number 13 has the lot size 1. After that, since there is no 3 consecutive orders in loss yet, the lot size of the every next order is 1. (but if there are 3 orders closed in loss in a row again in the future, the same lot size logic will continue like above)
ss2 -
How To Double The Lot Size Until A Pos. With Profitposted in Questions & Answers
Hello guys,
I’d like to add a rule to my bot that if there are 3 consecutive losing positions, the bot will open the next (4th) position with double the lot size until a position closes with a profit. Once a position closes with a profit, the bot will revert to opening orders with the initial fixed lot size.
For example, let’s say the fixed lot size is 1. If there are 3 consecutive losing orders, the bot will open the 4th order with 2 lots. If the 4th order also closes with a loss, the bot will open the 5th order again with 2 lots. Finally, if the 5th order closes with a profit, the bot will open the 6th position with 1 lot again.Is that possible? If yes, how can I write it?
Regards,
Engin T.