Once per bar is above
Posts made by Obis
-
EA Alertsposted in Questions & Answers
Hello guys, how do I make my EA to send alert only once, when the criteria I set is met. I have added alert block, it just keeps sending multiple notifications until I close the MT4
-
RE: calculations on variable and constantsposted in Questions & Answers
@jstap so basically, % of price sets stop loss at the percentage of the equity?
-
RE: calculations on variable and constantsposted in Questions & Answers
@jstap what I wanna achieve is to set stoploss by percentage of equity. E.g When a position is opened, the EA should set stop loss to 2% of the equity
-
calculations on variable and constantsposted in Questions & Answers
Hey team, can we perform math calculation on variables and constant directly in the value, without using formula block?
-
How to make EA open order when in support zoneposted in Questions & Answers
@JSTAP I need your help, I created an EA for supply and demand, and I want the ea to check for the conditions I set only when it's in the zone of the supply and demand. I already did this, but it's not working. I can share the link to your dm
-
RE: Indicators not showing on MT4posted in Questions & Answers
@l-andorrà that option is already set as Yes in the setting, but still not working, or do I need to set it to No?
-
Indicators not showing on MT4posted in Questions & Answers
Hey team, i found out that indicators on my EA don't usually show on my mt4, I have to manually add them during strategy testing. Please advice
-
How to properly use the OR block.posted in Questions & Answers
Hello guys, I'm building an EA where there are two conditions to be met. I want the condition 1 or condition 2 to be met before an action happens.
E.g
ema5 crosses below ema 20 or rsi crosses above level 30 > BuyHere either one of the conditions should be met.
I want to know how to properly use the OR block
-
RE: Successfully Implementation on Divergence without importing External Indicatorsposted in Questions & Answers
@chrisbe Hello sir, in your project https://fxdreema.com/shared/vZUkZ1q3e
Can you implement this with RSI with the value of 4, and when any divergence condition is met, save it to a flag?I have an entry strategy that would work only if a divergence has happened
-
RE: EA ignores other conditionsposted in Questions & Answers
@jstap Can you explain how I can use flag to achieve this?
After the macd divergence, the EA should save it that first condition is met, then checks for second condition. This second condition can happen anywhere, even inside the macd divergence or even 10-20 candles after the divergence -
RE: EA ignores other conditionsposted in Questions & Answers
@jstap I did test it, all the conditions played out well, but when combined, only the macd works
-
EA ignores other conditionsposted in Questions & Answers
I made this ea base on macd divergence and the divergence btw two candles. But when i test the EA it only opens a position when the macd condition is met. It totally ignores the conditions for the divergence in candles ( fractal candles buy and sell area)
please help. Here's the link https://fxdreema.com/shared/3xBdm4tjd
-
RE: How to make EA open trade only when two conditions are met.posted in Questions & Answers
@jstap I made this ea base on macd divergence and the divergence btw two candles. But when i test the EA it only opens a position when the macd condition is met. It totally ignores the conditions for the divergence in candles ( fractal candles buy and sell area)
please help. Here's the link https://fxdreema.com/shared/3xBdm4tjd
-
RE: How to make EA open trade only when two conditions are met.posted in Questions & Answers
@jstap sorry sir, I still don’t get it. Can you help by showing how it’s done in the builder? Maybe providing a link to any project showing what you just explained
-
RE: How to make EA open trade only when two conditions are met.posted in Questions & Answers
@jstap how do I count the 30 candles from the last condition that was met?
-
How to make EA open trade only when two conditions are met.posted in Questions & Answers
I created this bot. this is what I want to set;
after the the two conditions are met, from the last condition that was met, count from 1 to 30 candles, and in between this counts, if price crosses the ema from below, a buy order should be opened. If price didn't cross the ema after 30 candles, it should start checking for all the conditions again starting from the first onelink to the bot https://fxdreema.com/shared/P9Zw0clEb
-
RE: Open positions on objectsposted in Questions & Answers
@jstap I created this bot. this is what I want to set;
after the the two conditions are met, from the last condition that was met, count from 1 to 30 candles, and in between this counts, if price crosses the ema from below, a buy order should be opened. If price didn't cross the ema after 30 candles, it should start checking for all the conditions again starting from the first onelink to the bot https://fxdreema.com/shared/P9Zw0clEb
-
Open positions on objectsposted in Questions & Answers
Hi everyone, how do I create a bot that only checks for a criteria around the object that is drawn and open a position only when this criteria is met around the object
E.g When the bot identifies support or resistant, it should check if a doji or engulfing candle occurs on the support and resistance and only open a trade if this condition is met; only on the support and resistance -
RE: RSI movement compared to candlestick wicksposted in Questions & Answers
This is a picture of what I need
