@afgmarkets why not try it by finding the candle id and than looping the id until the condition is met. With candle id the time appears correctly.
Posts made by vonmunchy
-
RE: Time as a STRING variable - wrong resultposted in Questions & Answers
-
RE: Simple question - How to run a condition only once on startup of an EA?posted in Questions & Answers
@johann-0 than i guess you need limit it using a variable. at the start of the of the day give it something like a value of 0. If trade adjust the value and set to default at start of new day
-
RE: Delete Pending orders on Friday and Reopen on Mondayposted in Questions & Answers
@didymario7 you to need to place them again.
-
RE: Delete Pending orders on Friday and Reopen on Mondayposted in Questions & Answers
@didymario7 check your previous post. Use the same condition to delete the pending orders if there are any
-
RE: Every strategy am using, goes on sell positionposted in Questions & Answers
@gozey you using no trade block with either buy or sell. meaning only 1 position at a time which ever condition met first will be triggered.
One more thing you can do is click on name. Example "Filter by Type". A description of it is given. And if you right click and select information. You will see a more detail description for each block as shown below.

-
RE: Simple question - How to run a condition only once on startup of an EA?posted in Questions & Answers
@johann-0 the way to limit that is by using once per bar. try relocating the once per bar under the condition

-
RE: How to create custom variable to define a particular day of the weekposted in Questions & Answers
@didymario7 maybe this will work. i didnt check. but you get the idea.
-
RE: Every strategy am using, goes on sell positionposted in Questions & Answers
@gozey alright, im sorry if you think im being rude. You made 3 thread in 2 hours that is what i meant by "stop duplicating threads".
How is someone suppose to assist you when you asking about the very basics thats already explained in the above links.
Eitherway post your project link, thats the fastest way to get someone to reply
-
RE: identify buffer in mt5posted in General Discussions
@cdt this is what i mean. And its easier if you have the mql file.
https://fxdreema.com/shared/VvHWw0e5c

-
RE: Every strategy am using, goes on sell positionposted in Questions & Answers
@gozey read the instructions seriously and stop duplicating threads. Get the basics right first.
https://fxdreema.com/instructions
https://fxdreema.com/howto -
RE: ADD VOLUME BLOCK PROBLEMposted in General Discussions
@firima80 sorry I don't have time to work on any more projects. But here is a video I found of this guy making the same type of ea.
Good luck
-
RE: ADD VOLUME BLOCK PROBLEMposted in General Discussions
@firima80 if you want it to be in that sequence. You will need a custom code. Or a pretty complicated project with each buy/sell separately with its spesific lot size
-
RE: identify buffer in mt5posted in General Discussions
@cdt tracing buffers is the same in mt4 and mt5. If you have the mql file, open it and you will see several buffers with some appearing as "Indicator colors and indicator values". Just because 3 buffers appear there doesn't mean the indicator has only 3. Definitely more than that judging from the ss above.
If that's too complex for you. Go to indicator section as you showed above. Click add buffers, add around 7 more buffers. So now you have total of 10 buffers. Add a comment block. Select each buffer and give it the buffer name.
Example. Buffer 0 (indicator buffer 0). Buffer 1 (indicator buffer 1).
When the comment runs, you will see the values for each buffer separately
-
RE: identify buffer in mt5posted in General Discussions
@cdt trace the buffers values. find more details from below.
-
RE: I want to close one transaction alternating between buying and sellingposted in Questions & Answers
@khalids222 well you need to build the logic yourself with trail and error. start below the 2 blocks shown below.

-
RE: Code issues after last downloadposted in Questions & Answers
@suthish cant say much without looking at the project file. why not try assigning constants and variables again
-
RE: Time Conditionposted in Questions & Answers
@skf1883 project settings you will see the expiry date
-
RE: I want to close one transaction alternating between buying and sellingposted in Questions & Answers
@khalids222 this logic is no different than a grid system. Use pips away from open price and add volume blocks if you want to create the grid manually
-
RE: Best way to exit trade Automaticallyposted in Questions & Answers
@gozey i dont mean to sound rude. You first need to trade manually and understand how the market works, learn how indicators work. Once you have a clear strategy on what your entry and exits are. Based off that than you try to automate it.
If you dont know how to code but have a good understanding of how markets indicators work than you can use platforms like this to automate your strategy
-
RE: Get Existing SL Value In Currency & Pipsposted in Questions & Answers
@raveon sorry I can't think off a easy solution that doesn't require coding. Maybe someone else can assist?