That is certainly an ambitious project. Have you created any initial project to begin with?
Posts made by l'andorrà
-
RE: EA with a sweep of a inside barposted in Questions & Answers
-
RE: phone hposted in Questions & Answers
@sunny4chris Be careful with the free MT4 app. They are requesting too many unnecessary info to be installed, like you contacts, location, keyboard use, etc. If you are using it for free, you are the product sold.
-
RE: Higher timeframe breakoutposted in Questions & Answers
You need variables for sure. One variable for detecting the break and the second for the retest conditions.
-
RE: Me faltan conocimientos para hacer que funcioneposted in Questions & Answers
¿Por qué no funciona exactamente la parte de operaciones pendientes a una distanca mínima? La lógica que usas es correcta. ¿Qué problema tienes exactamente?
-
RE: MT5 touch support / resistance not workingposted in Questions & Answers
You need to use an orange 'Select object by name' block on top of all those condition blocks where crossing is searched for.
-
RE: How to implement "Close by" order?posted in Questions & Answers
You can do this by using pink 'for each trade' blocks connected one to the previous one by the yellow output dot. However, you need to specify very accurately what 'closed by' trade will be selected.
-
RE: Big bug with trailing stop - TS moving backwardsposted in Bug Reports
You are connecting a loop block (trailing stop) below another loop block (for each trade). That's why it's not working. They need to be in separate block trees.
-
RE: My EA updateposted in General Discussions
Sounds interesting. Please keep updating your results.
-
RE: How to make custom indicator read level valueposted in Questions & Answers
Can you please share the link to your project?
-
RE: i want to draw box on specific timeposted in Questions & Answers
If you didn't modify any input parameter and/or code line, yes, it should work on a real account normally.
-
RE: Do not open orders until SL or TPposted in Questions & Answers
Not sure I get it. Are both conditions supposed to happen at the same time? Is a trade supposed to be open only when TP or SL are hit but not on candle ID0? But what if that happens exactly on candle ID 0?
-
RE: TUTORIAL - Creating a new buffer to use indicator colors.posted in Tutorials by Users
@PhiLykia Simply impressive. Thank you very much.

-
RE: Money managementposted in Questions & Answers
Not sure I fully understand. Do you mean doing the calculation before the trade is open? If so you can store the value of lot size into a variable as soon as the trade is open and then apply a linear projection of any future SL distance from that initial value.
-
RE: Check distance US30posted in Questions & Answers
What do you exactly mean by 'at the bottom of the 2:55 candle'? Maybe the low of that specific candle in 5 minutes time frame? Or should the bot search at 2:55 the low price of the previous candles?
-
RE: EA TTrades SBposted in Questions & Answers
Have you created a first fxDreema project to begin with?
-
RE: How to know the Total Commissions of running trades ?posted in Questions & Answers
@mee-air You can do visualize it this way:

-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
Definitely the admin touched something. Now the bug is over. Thank you for your suggestions ambrogio.
-
RE: Fibonacci Levels - Modify Variablesposted in Questions & Answers
@Fibonatic You should substitute that 'pass' block by am orange 'Select object by name'. This is the option you selected in block number 2. Then renumber that 'Select object by name' with a bigger ID number than that of the 'time filter' block, otherwise your bot will be drawing the fibo after trying to store the values of the variables.
-
RE: block on multi time frameposted in Questions & Answers
@El_Moein You can create it on both, but you will only be able to backtest it on MT5.