you could also save the hours of time and troubleshooting and just say to your phone, "hey Google / Siri, remind me to turn off my EA's for 2 weeks starting on this date."
Posts made by TipsyWisdom
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
-
RE: Check distanceposted in Questions & Answers
@mario-c theres a single block called check distance. Just place it below something that tells it how often to measure. Its a bool block, so if the distance parameter is met, it will PASS, if not, ELSE.
-
RE: Can someone code my strategy please. It has good win %.posted in General Discussions
I created a version thats is still missing a few things like BE and trailing BE, but before I get there, your extremely tight stop losses are causing undesirable effects because spread and other factors....
here are a few screenshots, so you can ensure the logic is correct. So far only scenario 1 is built, long and short.
you have 3 EMA's used, I called them fast, medium and slow. green, yellow, and red respectively.All I have added for the moment in additional to your rules is a spread filter. Its tradeable as long as the spread right now in the execution moment is less than the last 24 hours average spread.
2 losing trades, low of candle and then 5 pips SL closed this one..

winning trade, 15 pips

winning trade, 150 pips

winning trade, 15 pips

losing trade, candle low SL

losing trade, 5 pips SL

lastly, the curve

-
RE: Can someone code my strategy please. It has good win %.posted in General Discussions
ill see what my team and I can do. ill post it and let you know what comes of it in a few days or weeks.
-
RE: I need urgent help for my robotposted in Questions & Answers
@emreizmir you could try that block placement just before the buy or sell blocks
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
this will probably do it. one of these.
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@jstap regardless of how its drawn, he could do it as; select that object by color or object by type in loop and then reference it?
-
RE: Compilation errors yet my EA has exactly 10 connections.posted in Bug Reports
@master-streamingonline said in Compilation errors yet my EA has exactly 10 connections.:
Hello Please I receive this error while trying to compile my EA. My EA has exactly 10 connections. What could be the reason for the error below?:
Compilation errors
This action is not allowed for basic users. Get more information hereI am using the free version.
paste project link, I suspect there may be specific blocks you can not utilize.
-
RE: How to check a past event for a period of time?posted in General Discussions
@tipsywisdom 50, for the last 5 candles.
-
RE: How to check a past event for a period of time?posted in General Discussions
cross width in the middle
-
RE: Horizontal Lineposted in Questions & Answers
@l-andorrĂ i found the answer, and you can simply change a candle from candle ID to time ID
-
RE: drawing horizontal lineposted in Questions & Answers
@r1ley said in drawing horizontal line:
can you not use market properties to draw ithe wants an end to his line, a trend line with a distance that isn't continuing
-
RE: Is it possible?posted in Questions & Answers
@jpsam im saying you should pick a accomplishable daily target. prove that concept with great accuracy. Then you simply increase your leverage.
If you can find a strategy that only secures 10 pips a day, that is enough to do anything you want as far as profit is concerned. Eliminate losing trades. Skip the idea of "let runners run," and just hit a daily target. Hit a weekly target. Dollar amount is irrelevant if you can secure a single pip target every week. Total dollars shouldn't be the goal.
-
RE: drawing horizontal lineposted in Questions & Answers
@PipTheRipper the best way to do this I found was using a rectangle. I know its several months late, but I finally figured it out for myself
-
Horizontal Lineposted in Questions & Answers
Its seemingly a simply thing to do, but its proving difficult. I want to draw a horizontal line at a specific time of day, whether its candle O/H/L/C doesn't matter. It redraws daily at that same specific time.
anyone have tips and tricks? please.
-
RE: Is it possible?posted in Questions & Answers
@jpsam money target is not a good aim because, for example, you can take a EA that only trades one time a day for 10 pips and create a winning strategy with unlimited potential. Its just a matter of using good money management.
-
RE: WHY OPEN SELL MORE THAN ONE, EVEN HAVING "NO TRADE" ?posted in Questions & Answers
@thilili23 provide a project link, that will be easiest to troubleshoot. "
I would verify though that within the no trade block for sells, you have it selected the same as the buy tree.

