@mee-air You're welcome.
Posts made by l'andorrà
-
RE: How can I write the following EA with code blocks?posted in Tutorials by Users
Have you tried to create your first draft? That would help.

-
RE: Configuración de un bot con indicadorposted in Questions & Answers
Depende del indicador. Si se puede importar correctamente a fxDreema, sería posible hacerlo. ¿Has comprobado si es así? Si no se puede importar, entonces no es posible.
-
RE: skip tickposted in General Discussions
@sktsec I guessed that. However, never found a situation requiring something like that.
-
RE: indicators appearposted in Questions & Answers
@slydexx Yes, that happens automatically. You don't to change anything for that to happen. However, you can create a template with all required indicators and then apply it manually on your backtest to make it happen for sure.
-
RE: Profitable EAposted in Questions & Answers
@GINGI-bot What's the point of those blocks in the 'on trade' tab?
-
RE: Please, help on this great people.posted in Questions & Answers
You can use a bool variable searching for that condition. If it is false, for example, new trades can be open. As soon as profit is hit, it is true and then that makes the new cycle to begin again.
-
RE: I need some help. Busted. Keep tryingposted in Questions & Answers
@wmyfx98 Then you can do something like this:

That will plot a lot of objects so you should use a 'once per bar' block on top of it to avoid that.
-
RE: Which option is used for channels?posted in Questions & Answers
Yes, I know I need that block on top.
I just need to know which option in the list should be used to identify the channel lines. I thought they could be considered as trend llines, but they are not. -
RE: skip tickposted in General Discussions
Agreed. I'm still trying to understand what's the point of that block.
-
RE: Cascade Grid Systemposted in Questions & Answers
Those strategies never work in the long run. This video is showing a nice chunk of good results but doesn't show any reliable real account's performance. I recommend you searching for more profitable strategies in other places.
-
RE: zigzagposted in Questions & Answers
Provenzano is right. There are many ways to create a bot based on Zigzag. What do you exactly need?
-
RE: EA with a sweep of a inside barposted in Questions & Answers
Ok. Let's begin with the inside bar definition. Does it mean both high and low are supposed to be below/above previous candle's high and low? I mean both at the same time?
-
RE: Help to detect BreakEvenposted in Questions & Answers
@yerlin Yes, that depends on your definition of BE. For me, BE means what I show in the image. If you need to add some slippage, you can ad another additional condition blocks searching for that max distance.
-
RE: My text not display/show upposted in Questions & Answers
You can remove those 'AND' blocks. They are unnecessary.
-
Which option is used for channels?posted in Questions & Answers
I cannot find which option should I select in this list when I need to find the price breaks through upper/lower level of a channel object:

I tried price level 1, 2 and 3, and also tried 'trendline price level', but to no avail. Any help will be appreciated.
