@abdul-wahab If those arrows are stored into the indicator's buffers you just need to import it into your fxDreema account so that no object needs to be found. Are those arrows ploted by an indicator?
Posts made by l'andorrà
-
RE: How to detect an object on Current Chartposted in Questions & Answers
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@vonmunchy Man, can you please stop bringing your feud here? This is not the place to do that.
-
RE: Why did nobody want to do my indicator???posted in Questions & Answers
@vonmunchy Dear sirs, could you please stop sharing your crap here? This is NOT the place to do it.
-
RE: Trailling using Moneyposted in Questions & Answers
@ontradingx You need a specific structure to do that. No block in fxDreema can calculate that in the way you need, sorry. More something like this:
-
RE: Hi ... can any some one in here how to fix , what kind error on this settingposted in Questions & Answers
@homemebel The reason is that opening and closing conditions are true at the same time for as many ticks as open trades you got. More restrictive conditions should be added to avoid that.
-
RE: Assigning values to Global Variables with Custom Code in FX Dreema Studioposted in Questions & Answers
@quantengineer I'm afraid I cannot help with your query but could you please share the created blocks? That would be a very good help to anyone using fxDreema Studio.
-
RE: daily profit target helpposted in Questions & Answers
@jstap Block number 31 should be executes before any other one at the beginning of each day. Otherwise the variable will not be correctly initiated.
-
RE: numero mágico - grupo o cubo de oficiosposted in Questions & Answers
@cristian-0 Pues es una pregunta interesante. Lo cierto es que nunca lo he probado. En teoría, diría que sí. Si un bot abre operaciones con un número mágico concreto, al retirarlo y volverlo a ejecutar en la terminal debería reconocer sus operaciones. Eso sí, deberías usar grupos y no cubo de oficios.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Well, yes. you can do that. But I don't understand the logic behind that. Whay do you need sevral copies of the same EA on different charts? Why not just one active EA?
-
RE: macd Zero multiple crossovers.posted in General Discussions
@maop1994 said in macd Zero multiple crossovers.:
s
Martingales do not work in the long run, so I strongly recommend you to search for another strategy. However, if you are still interested in a martingale. Here you have the one I created some time ago:
-
RE: how to change the stops of a group of trades to the level of stops further away from the group of ordersposted in Questions & Answers
@alexandre_diogo Well, that makes it mor difficult. You can catch the first SL level into a variable this way:

Than you can use that same value for the TP level of all sells. Same for the sells TP and SL but in the opposite order.
-
RE: How to create double cross MA bot?posted in Questions & Answers
@gtoat777 You need to use a variable to count candles after the first crossing. Each new candle after that crossing it should be added +1. That you compare that value of thet variable when the opposote crossing happens. Depending if it is higher or lower than the desired value, you condition will occur.
-
RE: Trade open buy Keyboardposted in Questions & Answers
@darryl-0 Did you check the keyboard numbers?
-
RE: Pending Orders Run Twiceposted in Questions & Answers
@acealert I'm afraid I do not understand what that custom code does but if I understand the strategy correctly, there should be one only open buy and no pending orders for a new buy to be open? On the other hand, I don't see any of the structures of the previous screenshots in the project. Is it the complet project or just a part of it?
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@nehemiah7 You can try this for buys only:
https://fxdreema.com/shared/cjVKEVlvb
You'll need to replicate it for sells.
-
RE: how to change the stops of a group of trades to the level of stops further away from the group of ordersposted in Questions & Answers
@alexandre_diogo I see different dotted lines in your screemshot. Are all of them SL levels. Are thay supposed to be just one and not many as per the image? On the other hand, I see many trades can be open at the same time. Are all of them supposed to share the exact same SL level?
-
RE: Slow internet connectionposted in Questions & Answers
@gtoat777 An interesting question. Do you mean backtesting it or just checking broker server's connection speed? If the second one, I'm also interested in that.
-
RE: I Want To Create Grid With Martingaleposted in Questions & Answers
@talalkhan You need to add some additional variables on the 'on trade' tab to control when teh EA hits those 3, trades. That is not a trivial thing to do and I shared my link to show an you as an example. Completing what you ned woud require a commercial project, sorry.