For sure, let me get started 
@jstap
Posts made by NamiyrD
-
RE: How can this be properly done?posted in Questions & Answers
-
How can this be properly done?posted in Questions & Answers
Iām looking to make an mt5 ea with the following rules:
Lets code an MT5 ea that places a buy order with a 1.5 pip take profit, no stop loss, after itās turned on.
If 15 minutes pass, close the buy order and place a sell for +1.5 pip the value for take profit, no stop loss, and +15 minutes the value of the wait time.
Back to buy if time is up and so onā¦
Once the pip value turns into 15 pips while at the same time 15 minutes turn into 150 minutes, ensure itās +15 pip value and +150 minutes value when time is up and so on, ie 150 pips = 1500 minute value, thatās IF the ea graduates the to risk of both time and space

-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
@l-andorrĆ what should that look like? can you give me an example?
-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
@SATI-Autotrading-Institute https://fxdreema.com/shared/XFbfF9nUc
The problem is that when I added in crosses above and below into the sell and buy below āif tradeā order, the ea spams orders. And even if I add ācrosses aboveā, then crosses below for buy, it doesnāt place any orders
-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
@l-andorrĆ how do I use variable to make the ea buy or sell per each crossing of one of the levels of RSI?
-
I need helpposted in Questions & Answers
How do I make the EA wait for another crossing of the RSI of levels 20 and 80 to place either a buy or sell order?
-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
@Ipod Iām trying to make the ea place a buy order when RSI on M5 and M1 has already or has now crossed the 20 level line, sell order when RSI on M5 and M1 has already or has now crossed the 80 level line, place another buy order when the ask price is below the lowest buy order and RSI on ONLY M1 timeframe has already or has now crossed the 20 level line AGAIN, place another sell order when the bid price is above the highest sell order and RSI on ONLY M1 timeframe has already or has now crossed the 80 level line AGAIN, close all buy orders when RSI on ONLY M5 time frame has already or has now crossed 80 level line, and close all sell orders when RSI on ONLY M5 time frame has already or has now crossed 20 level line.
-
I want 2 indicators to confirm first before orderingposted in Questions & Answers
I'm trying to make the EA wait until 2 orders are confirmed but it skips conditions 68 and 67 and places either a buy or sell order anyway.
-
RE: Opposite movement of Trailing SL and TPposted in Questions & Answers
@jstap omg.. the point is to experiment with trailing stop loss expanding when price moves above buy and take profit expanding when price moves below it. it's simple as that. please can someone just help me out instead of trying it the old fashion way...
-
Opposite movement of Trailing SL and TPposted in Questions & Answers
This logic my not make sense for anyone else, but it does for me.
How do I make a trailing take profit of a buy order expand if the price moves below the buy order, and make the the trailing stop loss expand downwards when the price moves above the buy order?
Please give me a link to how itās made.
-
In regards to Removed Projectsposted in Questions & Answers
How do I get any projects back that have been removed due to my subscription being expired?
-
Want Trailing Stop and Take Profit to moveā¦posted in Questions & Answers
I seek for 10 pip Trailing Stop Loss and 10 pip Trailing Take Profit to move opposite directions for each buy order. For an example, letās say I place a buy order anywhere on EUR/USD, and that the price bought is at 1.00000, I want for the trailing TAKE PROFIT above to move UP whenever price hits below 1.00000 and for STOP LOSS to move DOWN whenever price moves above 1.00000.
Whatās the simplest way of setting this up?
-
Set "current timeframe" for next blocks isn't workingposted in Questions & Answers
https://fxdreema.com/shared/tzMc1QVqc
I've tried everything to move up timeframes per loss and nothing works, I need serious help
-
Need helping w/ buildingposted in Questions & Answers
buy per tick w/2.0TP->unrealized 25%DD->sell per tick w/2.0TP->unrealized 25%DD->restart
is all I try to build but nothing works

-
RE: How To Double Stop Loss and Take Profit Per Loss?posted in Questions & Answers
thanks for the guide
-
How To Double Stop Loss and Take Profit Per Loss?posted in Questions & Answers
I want to know a simple solution to doubling a 10 pip take profit and 10 pip stop loss per loss whenever an EA buys a 1% risk lot whenever thereās no trade/order and restarting it back to 10 pip take profit and 10 pip stop loss per win.
Example: Whenever thereās no trade/order the ea should place a buy order in the market, whenever the 10 pip stop loss his hit, the Stop loss and take profit should x2 in size into 20 pips and so on.
-
RE: How do you make this type of EA?posted in Questions & Answers
@l-andorrĆ I've copied the example, what should i do next? and how do i use variables next time?
-
RE: How do you make this type of EA?posted in Questions & Answers
@l-andorrĆ no I haven't used variables before to make an ea.