Any update on this? I know this is years ago. For some reason % of equity isnt working for me either.
Posts made by davidmcc
-
RE: Risk % (Percent) on equity doesn't work properly - Opens lots higher than it should beposted in Questions & Answers
-
RE: I'm sorry. Website was hacked. It's my fault.posted in Questions & Answers
This site's marked as unsecure. Should probably get a https: certificate for it so it doesn't get hacked again.
-
Vertical Line at Current Candle? ๐คposted in Questions & Answers
Anyone know how to make a vertical line only at currently candle and it moves when new candle is created?
I need it for MT5
-
Set stop loss X pips below current price.posted in Questions & Answers
Hello, this may be simple but I don't know how to solve it. When in a trade, and the trade meets certain conditions for my indicator, I want to modify my stop and set it to X amount of pips below/above whatever the current price is. (example: 10 pips)
I have the indicator part correct, I just don't know exactly how to set stop loss to X amount of pips below current price.
By the way for my broker, 10 pips is a value of 100.
-
RE: EA based Prop Firmposted in General Discussions
@tec-nacks Because that would limit their customer base severely. No prop firm will actually do this. If i had to put a number on it, 5% or less of successful traders use an EA to trade for them.
That's 5% of the top 1% of traders that actually are profitable since 99% of traders fail.
-
RE: Open trade before candle closes?posted in Questions & Answers
Update: I solved it. Under "Time Filter" block, you can change the field to 'Component" and it gives the hours - minutes - seconds options.
-
Open trade before candle closes?posted in Questions & Answers
Is there a simple way of opening a trade before a candle closes? For example:
Open a trade 5 seconds before the opening candle for London session.
I could've sworn there was a time filter that had hour/minute/seconds but I guess not.
I could probably use that if there was, or maybe I'm not seeing it.
-
๐ฎ MT5 Hours Filter Not Workingposted in Bug Reports
Maybe I'm doing something wrong but I dont think so. Can anyone else confirm that the hours filter is or isnt working for MT5 EAs?
-
RE: ๐ค Waiting 1 candle before turning on blocks?posted in Questions & Answers
Update 2: It works using the structure posted in the first update.
-
RE: ๐ค Waiting 1 candle before turning on blocks?posted in Questions & Answers
Update: Could I do something like (FOR EACH POSITION) > (CHECK AGE: OLDER THAN X MINUTES) > (ONCE PER POS/ORDER) > (TURN ON BLOCK) ?
-
๐ค Waiting 1 candle before turning on blocks?posted in Questions & Answers
Hey so I have a simple question.
I made an EA that requires me to manually enter a trade and the EA manages the trade after that.
When I open a position, I want the EA to wait until candle 0 becomes candle 1 before turning on specific blocks.
So in summary, trade is opened on candle 0, EA waits until candle 0 becomes candle 1 before performing a specific action (example: turn on block 1)
How can I achieve this?
-
RE: ๐ค Stop Loss - Middle of Last Candle?posted in Questions & Answers
@Abade69 I appreciate that info. Thank you sir
-
RE: ๐ค Stop Loss - Middle of Last Candle?posted in Questions & Answers
@sktsec very good point and definitely something to consider. Thank you!
-
RE: ๐ค Stop Loss - Middle of Last Candle?posted in Questions & Answers
@Abade69 It's funny because I tried that but I guess I didn't set it up properly before. It does work actually. Thanks for mentioning it again.
-
RE: ๐ค Stop Loss - Middle of Last Candle?posted in Questions & Answers
@Abade69 dude thank you so much! I'll let you know how it goes.
-
RE: ๐ค Stop Loss - Middle of Last Candle?posted in Questions & Answers
@Abade69 Sounds like i need some cutom variables.
Any idea of blocks / values I can use to get started?