Which part is not working exactly?
Posts made by l'andorrà
-
RE: History center bars importedposted in Questions & Answers
Never seen that in any of my projects. It looks like a terminal problem instead. Did you try on other broker terminals?
-
RE: Block execution orderposted in Questions & Answers
Could you please share the link to the project instead?
-
RE: have someone already running a successful bot made with fxdreema ?posted in General Discussions
Not bad. Did you try it on forward demo?
-
RE: range break outposted in Questions & Answers
@AmirrezaPtz But is that supposed to be a dynamic range? Why not asking for a minimum distance instead? That would make it easier. On the other side, if you need many pending orders at teh same time you should use a 'buy pending order in grid' block.
-
RE: PHONE NOTIFICATION, ENTRY POINT, SL AND TP BASE ON FIBONACCHI LEVELposted in Questions & Answers
That is not an trivial project to implement. Basically you can do it bu connecting several 'Formula' blocks. The one on top subtracting the low price to the high price. That gives the total distance in pips. Then another one applying the percentage of fibo to apply to that distance. Then the third one adding/subtracting that distance from the high/low.
-
RE: find objects rectangleposted in Questions & Answers
You're right. Your logic is correct. It looks like a bug here. You should open a thread on the 0bugs' forum and let the admin know.
-
RE: Please filter enter Buy then only Sell and so onposted in Questions & Answers
@alok You need to do this in the 'on trade' tab:

-
RE: delete lineposted in Questions & Answers
They need to be given 30 different names so that each name is different from all the other. You delete the one with the name that was crossed.
-
RE: trade managementposted in Questions & Answers
Ok. So If I get it correctly all trades are supposed to open a trade with a 10 pips SL and a 25 pips trigger for the next trade. Then I don't get the 5 pips distance.
-
RE: How to choose arrowsposted in Questions & Answers
@mostafa66M Did you check if the indicator repaints? I bet it does and if that is the case, your bot is doomed. Please check that before moving on.
-
RE: Do not repeatposted in Questions & Answers
And are then those arrows correctly drawn? I guess so. You then need to insert the value of L2 into a variable so that when it is changed your request is met.
-
RE: sell in big shadowposted in Questions & Answers
@majidai You are requestinf all those conditions to happen at the exact same time when they are supposed to happen at different moments in time. You should separate the blocks accordingly into two separate block trees.
-
RE: MACD-Mposted in Questions & Answers
You selected the MACD indicator offered by default in fxDreema. It doesn't include the histogram you want. You will have to import a custom MACD indicator with that histogram into your 'My indicators' folder to do it.
