@forexfox Set a condition block market properties (price) == 9sma with a close underneath.
Posts made by jstap
-
RE: Dynamic TP?posted in Questions & Answers
-
RE: Need help with trailing stopposted in General Discussions
@l-andorrà I've never struggled, not with it in a condition block, but wouldn't use a pink block alone.
-
RE: Partial close after 1 ATR at the time of trade openposted in Questions & Answers
@krunal20 To be honest I'm not sure, that would save it as a price fraction, so if that's what you were using in pips away it should have worked. I tend to always use pips, probably to do with me but previous problems is what's caused this.
-
RE: Doesn't sell when it's supposed toposted in Questions & Answers
@davjack I may have got things confused,
sell signal = main crossing below signal
buy signal = main crossing above signal -
RE: Pls How do i make awesome oscillator take trade base on the condition below on fxdreemaposted in Questions & Answers
@ebukaitalian You have the condition set to==, this is a rare condition to happen, I changed to> and it's placing trades.
-
RE: Pls How do i make awesome oscillator take trade base on the condition below on fxdreemaposted in Questions & Answers
@ebukaitalian That's not a shared link, go to projects, click shared link, open in web page, past on here.
-
RE: Partial close after 1 ATR at the time of trade openposted in Questions & Answers
@krunal20 I would save the current atr at trade open like you have done with formula, in here https://fxdreema.com/forum/topic/12802/atr-pips you'll see how to put atr into pips so you can use in all your conditions.
-
RE: Bot doesn't take leverageposted in Questions & Answers
@davjack Is difficult without seeing project but (add a shared link), even on back test broker rules are adhered to, may be this.
-
RE: Doesn't sell when it's supposed toposted in Questions & Answers
@davjack I am pretty sure when signal crosses down over main this is a signal to sell, on MT4/5 the main line is represented by the bars, watch it on back test and you'll see what you need to do.
-
RE: how to use renko charts in my EA?posted in Questions & Answers
@jolly-virox I have never used renko but I do know you will need a custom indicator, if you search this forum you will find lots of information on renko.
-
RE: Highest price for H1 candleposted in Questions & Answers
@captain-jack Interesting but defiantly not simple, my brain says to me that the current is always a set size to the one before? I will add this to custom code and see but first you'll have to tell me why x= this formula, how would you then apply this to current candle? Are you to working out the percentage of previous candle vs this formula to give the expected size of current?
-
RE: Pls How do i make awesome oscillator take trade base on the condition below on fxdreemaposted in Questions & Answers
@ebukaitalian If you add a shared link then the project can be assed, this is defiantly the way to do it but is only a start, In this picture you can see how to put result in a comment so you can back test and watch the result change as indicator changes, (connect the second yellow to the modify block as well.

-
RE: Highest price for H1 candleposted in Questions & Answers
@tipsywisdom If I ever learn I gladly will.
-
RE: Help.. How can I create a grid by calculating ATR [Average True Range] ??posted in Questions & Answers
@gu95ckt8 If you go here (link url) you will see how to convert atr into pips, if you use the atr variable in the pending orders in grid it will use this value for the grid, I've never used grid but this is how to achieve.
-
RE: Pls How do i make awesome oscillator take trade base on the condition below on fxdreemaposted in Questions & Answers
@ebukaitalian HI, I assume you meant green not blue? to get above/below 0, condition block AO in left operand, <>, value 0 in right. To get the colour is a little more difficult if above/below 0 green is higher than one before, red is lower.
In this picture you can see how to set a condition for if AO is above 0 and green. candle 0 is current and forming, 1 is the previous etc. Good luck, hope this helps.

-
RE: Show currency pair in alert messageposted in Questions & Answers
@sirluk Yes it's a string, variable goes in alert box, if you want other information in other lines add whatever you like.

-
RE: Show currency pair in alert messageposted in Questions & Answers
@sirluk Hi, put this into a variable then whatever chart the EA is on will add the symbol to the alert, use the variable in the place of your text.

