@alphaomega not having looked at anything. I wonder, is this something like SPX or Gold? It looks like an EA created with a heavy 1 sided market. More long opportunities that win based on history. Not saying thats wrong, but when I am building EA's for markets like that, I try to focus on the direction that the market has NOT been going in first and if I can prove something, then I will move on to trading in the same direction.
Best posts made by TipsyWisdom
-
RE: Help with MQL block and variables pleaseposted in Questions & Answers
-
RE: bolinger ea help pleaseposted in Questions & Answers
instead of copying the letters of your shared link, click it to open a new window. Then paste that whole web link
-
RE: How to build pip steps matingale?posted in Questions & Answers
@l-andorrĂ said in How to build pip steps matingale?:
@smith8 Please don't waste your time with ANY martingale. They don't work in the long rune. Here you have mine if you want to create one:
this is the best advice I've read from you EVER.
I wish I could upvote it 10 more times.
-
RE: WHAT IS PASS?posted in Questions & Answers
@jpsam logic "pass" isn't the same as using it in a sentence, especially when the definition could be different depending on where its being used.
-
RE: stacking indicatorsposted in Questions & Answers
@bta-magolide dont use dreema for indicator creation. use www.eabuilder.com
as for how to use dreema;
https://fxdreema.com/howto
https://fxdreema.com/instructionsI recommend you start there and browsing the forums for the Tutorial section.
-
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
@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: 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: 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: xmas holiday - no trade filter - custom codeposted in Questions & Answers
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."
-
RE: adjust the Comment on the chartposted in Questions & Answers
@andrewfrank
in the builder screen, right side, gear wheel, settings all the way at the bottom.
uncheck the first one, and maybe the 2nd. Id leave the one about displaying indicators.
Make yourself a comment block that is updated once per current bar that displays whatever you would like it to display. The standard Dreema one is fugly.
-
RE: Why did nobody want to do my indicator???posted in Questions & Answers
@tashab for $30, I wouldn't be moving my fingers to program something. If it was a regurgitated idea that someone already came up with I could simply remove a name, Id do it for $30...but not to develop something brand new.
if this really is the key you need to unlock your financial goals, is it only worth $30 to you?
-
RE: Help with custom indicatorposted in Questions & Answers
is the indicator placed in the primary indicator folder? I would put a copy of it in Downloads, Market, Example, and primary with the rest as Dreema imported indi's rely on it to be in the default location.
-
RE: Geez!! How is this order possible??? Need help with indicator Please!posted in Questions & Answers
maybe the indicator is seeking a different candle id then you are expecting?
Its like using the bulls in a row ...if I specify I want to see 2 bulls in a row, at C2, that means C3 and C2 is what will be sought as bull. rather than C2 and C1. -
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra is your keyboard stuck on caps-lock by chance?
-
RE: Opinion about backtesting.posted in Questions & Answers
I would never ever use Every Tick. Only 1M OHLC until I can visually see the EA is coded to how its supposed to trade visually, and then changed to real ticks.
I guess you must you all ticks if you are using a custom symbol though...
Its all about candle control.
-
RE: Define previous swing high/lowposted in Questions & Answers
@jstap said in Define previous swing high/low:
@tipsywisdom True but the guy already has what he is classing as a swing high/low.
interesting approach. thanks. I didnt even notice his link just yours.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@biztet said in how to creat US30 sculping trading robot?:
@TipsyWisdom you can simply use MA @ STOCH for trend and RSI for reversal much better if you use multi timeframe to catch the signal. As you know stoch is not perfect, but you should give it a try. I usually combine these 3 indicator in my strategy, in manual and auto trading.
And also you need to find best setting that suites your strategy.
you lost me an MA, Stochastic and RSI. lol
You wont find any of those in my standard strats. Typically if Im using an indicator, Im leaning heavily on it and its my long or short signal. Outside of that, indi's are good for info in place of price action for an EA (price action that is otherwise, logically, "impossible" to do..an indi can make it easier) ...but not to make decisions based on them.
-
RE: Series of candlesposted in Questions & Answers
@sirluk said in Series of candles:
Hi. I would like to make a condition, that passes, if the 10 and 15 EMA cross the 50 SMA somewhere between lets say candle ID 20 and 50. is there a way to do this in a simple way, or do I really have to make a condition for each candle ID? Thanks for your help.
you could draw up a loop code, constantly looking over the last X to X candles. 1 block to rule them all....well, like 3 or 4 would be needed in total...But theres a project in tutorials. ZigZag, written by Miro. He uses a loop in there.
-
RE: None rapaint mql5 custom indicatorposted in Questions & Answers
@doubledee said in None rapaint mql5 custom indicator:
@Spenza42 it is a lagging indicator it only appears after price has moved towards certain direction maybe if you can put it on Candle ID 2 it will work if candle Id 2 is not working try candle ID 3 just test the indicator on a live demo market so you can trace as how many candlesticks it appears after
^
good call, its set to C0, its rare that you can concrete notifications at C0. Change CID to 1 will definintely help to see if there are any more issues....it may need C2. Never heard of that indi.