@crazycnw Hi it sounds like you want an indicator called RSIOMA (rsi of moving average)
Posts made by Hadees
-
RE: RSI crossing moving average lineposted in Questions & Answers
-
RE: Fuzzy and Illogicalposted in Bug Reports
@pan4pips It would help to have examples with screenshots of these bugs, outlining what you were trying to do, what you tried and expected result ?. There are tons of great projects in the forum which might help. I think you should check each block as some contain options to set condtions for buys / sells or buys and sells together. Try and split your conditions into one set for buys and one for sells, using group numbers.
-
RE: Please Help How to custom my trading lot size system 1-1-3-3-2-2-4-4-3-3-6 then reverse?posted in Questions & Answers
(on Init) -
-Miro has a post that looks like this somewhere , these blocks will allow for any custom sequence. I'm using them to change TF and Bollinger period but they work with lots or anything.
-
RE: Mobile ?posted in Questions & Answers
Chrome remote desktop works ok but you will need something to remote on to.
-
RE: My own expert advisorposted in Questions & Answers
I don't think you need to test 5 years. maybe just optimise 2019 first and then do 2018 to Today. Look to get a relative drawdown below 50%.
-
RE: EA trades even when Laptop is offposted in Questions & Answers
buy a VPS from metaquotes or some other provider.
-
RE: example: Price PullBack EAposted in Tutorials by Users
@alphaomega it works ok for me check that you have enough hard drive space and if that doesn't work reinstall mt4 ?
-
RE: example: Price PullBack EAposted in Tutorials by Users
@alphaomega Trade_TF(Trade Timeframe) is set to 0. You will need to input the time in minutes (1,5,15,30,60,240,1440) . Break your project down into parts and test each part individually. then add them together and test again.
-
RE: please help with this , is this a bug ?posted in Bug Reports
@reader1 if you tick the box under something and change it without unticking the option it will still appear. Best to use constants where you can
-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
@tcanuto https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-and-save-specific-value-from-indicator-history/2 check out miros examples. You can also use ma 1 for high/low https://ctrlv.cz/shots/2019/10/12/bFS3.png (also from miro lol)
-
RE: the EA opens several positions at once and if I add the "no trade" the EA breaks down. Help me please.posted in Questions & Answers
@lnx28 Hi, after your conditions add no trade nearby and then you can do pips away bit, you can select buys and sells or seperate them in the block. In the buy and sell blocks change it to sequence on loss and add the sequence you want. ps. you might need to change your condition above or equals / below or equals.
make it look something like that. -
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
@roar Thanks Roar that is really good to know.
-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
Do you have enough space on your c drive as my tester crashes and won't work when it is full.
-
RE: PZ Day Trading Indicatorposted in Questions & Answers
@tom-5 I find it interesting how your myfxbook are demo accounts. You come across as a scammer dropping hints that you have students and they are making money through you.. Steps on how to scam in forex, open Demo accounts and trade both ways, then show the account that wins. drop hints on forum on how your students earn money with your teaching and that places are limited to drive interest.
-
RE: Open trade when candle openposted in Questions & Answers
try building the project on timer tab ?
-
RE: draw line ,helpmeposted in Questions & Answers
https://fxdreema.com/shared/gHIdjcwgd . I think this is similar to what you want. I can't find the post but this project was created by Miro.
-
RE: How can a SL based on currency be set up?posted in Questions & Answers
I think you might need an indicator to do the job but what you are saying is you want to set a Stop loss based on amount of money input. So instead of checking loss and closing at x loss you want to enter a number in money and then convert that to a SL ?
-
RE: calculate breakeven with multiple tradesposted in Questions & Answers
0_1573550994312_1515969175968-miro1360_gravitybe_1.0.mq4
I tried to find the thread this was posted but couldn't. Thanks goes to Miro
. My advice is go through all posts and save/catalogue all training materials and projects as everything you can probably think of has been done. -
RE: Move the Take Profit on adding lotsposted in Questions & Answers
use a indicator that calculates where your break even point is.0_1573551570200_1515969175968-miro1360_gravitybe_1.0.mq4 . Miro posted this somewhere but it finds break even point
-
RE: create custom blockposted in Questions & Answers
@zackry ok mate you will get it !. Basically you are adding the resource code to your project
and then renaming every instance of your indicator so it uses the resource.
https://docs.mql4.com/runtime/resources .