@jackea This is because you're expecting 3 MA's to cross 1 MA on candle 0, will likely never happen.
Posts made by jstap
-
RE: Please suggest how to define EMA Cross above more than 2 conditions.posted in Questions & Answers
-
RE: do fxdreema have this funtion or no t? need help.posted in Questions & Answers
@cuongpham This is slippage, and why it's worse in volatile conditions.
-
RE: EA No. 2 only enters orders when EA No. 1 has the required number of ordersposted in Questions & Answers
@gggvvvv Possibly but I never have I assume as long as it being on the same account with all automated and manual set it would be ok.
-
RE: Saving pending order as variableposted in Questions & Answers
@joaobr Use pink for each pending order, create a variable, connect a modify variables block to the each pending block, inside the modify select in loop and then the open price, or whatever you want. Inside the blocks select all manual opened and automatic.
-
RE: Stop lose based on indicatorsposted in Questions & Answers
@ebony Put a shared project here, ask a specific question for problems you're facing.
-
RE: Help Please... Need a candle counterposted in Questions & Answers
@dazmed9 This loop counts candles from the x above and below of a ma, the same prinible can be used for other conditions, put the conditions in your buy & sell tree and when candle count matches any action can be taken.
-
RE: My MA Cross Strategy won't work in the mt5 tester...please help. :(posted in Questions & Answers
@fxbam the cross only works on a particular candle, you could set this a earlier candle ID to closing in another direction, you don't need a once per bar if you have a no trade block as only 1 is allowed, maybe use if no trade is not, time/day filters are better at the top if not activated it stops all below blocks working, you cannot compare body size to a MA, use open, close, high, low only use close if ID1 or greater, I use a if trade block rather than the yellow dot, this stops the filters from deactivating trail when in use

-
RE: NEED HELP ASAPposted in Questions & Answers
@rfakrul110088 Add a shared link so things can be looked at.
-
RE: (on trade (event data) open priceposted in Questions & Answers
@tulefi it will give you the ask for buys and the bid for sells, slippage depending.
-
RE: Custom Indicators: Buffersposted in Questions & Answers
@schmoedl I have never managed to, I assume you can't.
-
RE: How to get the total profit of all trades todayposted in Questions & Answers
@jxlibin1987 use bucket of closed trades and save in a variable, use once per daily bar to reset variable B4 the start of the next day.
-
RE: Coding a TP=1R or TP=2xSLposted in Questions & Answers
@e-so In the buy/sell blocks set TP as a percent of SL,
-
RE: EA No. 2 only enters orders when EA No. 1 has the required number of ordersposted in Questions & Answers
@gggvvvv Use set terminal variables, when your number is reached set the variables, use a condition on the other to do what is needed and reset the variable when needed.
-
RE: Close after certain amount of money profitposted in Questions & Answers
@sirluk believe these blocks will check your brokers history, same as what your MT4/5 does to show all results:

-
RE: How would I do this….(MA double cross)posted in Questions & Answers
@gtoat777 I use a loop for counting candles for doing this:
: -
RE: Close after certain amount of money profitposted in Questions & Answers
@sirluk That depends on how you have the settings, if you change to any symbol it will do all.
-
RE: Close after certain amount of money profitposted in Questions & Answers
@sirluk This is how I do similar stuff: https://fxdreema.com/shared/aUW1EMfDb
-
RE: What is the easy way to show the profit in pipposted in Questions & Answers
@rodrigo-ortuzar You do not need any block in there.