@talalkhan A cross happens on a candle, > happens after a cross and stays like it until the opposite cross occurs.
Posts made by jstap
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
-
RE: Is it possible to check the price to the EMA distance in pips?posted in Questions & Answers
@barsa1211 Most things on FX are simple as long as logic is correct.
-
RE: WAIT TO PASSposted in Questions & Answers
@thedisliked This is when things start to get complicated, you could have something like candle is above BB, under MA crosses BB. Otherwise you need to use variables to record when a cross happens, reset this variable once no longer valid so, when the next cross happens it works like a trigger so trade activates, then likely reset the variable so conditions can happen again.
-
RE: how to set trailing stop loss?posted in Questions & Answers
@haikel Put a stop on with the buy/sell block, use the same pips as trail. Possible that stop can't be moved if there's not 1 to start with.
-
RE: stop loss on Parabolic SARposted in Questions & Answers
@haikel Put a shared link here and ask specific question for what you can't achieve, I am struggling to see what you want to do.
-
RE: ZigZag compare H1 vs H2 and L1 vs L2posted in Questions & Answers
@fideld003 Miros zigzag advanced contains all you need to do this, download the MQ file, import back into FX so you can add/amend. You can add mote points like l4, l5, l6 etc but things may start to not work correctly, you can also get this from a standard condition block but only Miros code will give you whether the current leg is on the way UP or DN.
-
RE: Is it possible to check the price to the EMA distance in pips?posted in Questions & Answers
@barsa1211 In the picture you will see how to check if price is above MA but below MA + 100.

-
RE: stop loss on Parabolic SARposted in Questions & Answers
@haikel This SL will trail by PSAR, I have used this many times and never had a problem, if you want to trail by price then you need to use the blue trail block. You can use condition blocks to activate/deactivate different trails when required.
-
RE: Automatic button adjustment in Fxdreema.posted in Questions & Answers
@ontradingx I am not sure how to do this but you could create constants to select the corner and X/Y pixels from inputs.
-
RE: Price range from MA as a signalposted in Questions & Answers
@andrewfrank https://fxdreema.com/forum/topic/12802/atr-pips, is handy if pips are required. In a formula block take the ma price and + or- ATR put into a variable and you'll have the price level to reference, in your buy/sell tree put a condition of market properties=<> variable, this will allow the blocks beneath to activate but only once condition is true.
-
RE: WAIT TO PASSposted in Questions & Answers
@thedisliked You had nearly done it, candle ID1 means cross happened on the previous candle

-
RE: how to set trailing stop loss?posted in Questions & Answers
@haikel In the trail block you can set a start point, use the same number to use the same parameter, you can also use a condition block above to only alloe trail to start once condition is met.
-
RE: early start of tradeposted in Questions & Answers
@haikel You can just check previous candle level is <> recent, quite rudimentary but could work if fits your requirements, if you check the distance on different MA's then when there close range is likely unless it is crossing or changing. In HERE is something I was doing recently, there should be enough to find all you need.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Yes yellow is just for if not condition.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan The modify variables are now correct, if <0 is what you want to set variable to false then all is logicily correct.
-
RE: I want to make an EA for Boom & Crash. Help please.posted in Questions & Answers
@pipsmagnet In HERE is a few options to create an EA, you should see all you need.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan But it is a bool variable!

