Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Make a trendline, then mark it by twice click, then click right button on any square. In a menu find "trendline properties", then tab "Parameters". Unmark "Ray", then OK. That's all.
Attached is The EA I have been trying to make work
What I would like to do is have all the bar patterns fron each of the 3 TF's 30min 60min and 240min open granted this will add up to quite a few but. I can't seen to get it to work right.
It does trade but not the way I would like. so any help would be great.
What would be the code to modify an order ( adjust the take profit of it ) after X amount of minutes has passed since the order has opened ? Thanks in advance to anyone who responds to this.
Location: Currently living in Lagos State, Nigeria.
Posts: 14
Please Edit my 2 Ea
I have two EAs that uses Multiframe MACD and Simple Moving average can anyone edit it for me ? This is my preferred the Signal setup >>>
.................................................. .................................................. .
Indicator 1 >>>>>> SELL : Once macd on 1hour and 15mins chart confirms negative divergence and 5 close period simple moving average crosses 10 close period simple moving average down on 15mins chart then Sell.
BUY : Once macd on 1hour and 15mins chart confirms positive divergence and 5 close period simple moving average crosses 10 close period simple moving average up on 15mins chart then Buy.
Indicator 2 >>>>>> SELL : Once macd on 4hours and 1hours chart confirms negative divergence and 5 close period simple moving average crosses 10 close period simple moving average down on 1 hour chart then Sell.
BUY:Once macd on 4hours and 1hours chart confirms positive divergence and 5 close period simple moving average crosses 10 close period simple moving average up on 1 hour chart then Buy.
First post and hopefully someone here will be able to point me in the right direction!
I trade currencies via fixed odds platforms. My trades place that a certain level in the market will not be touched over a time period (eg. 7 days, 10 days etc).
I use various criteria for entering trades and have only now got around to thinking about automating them.
I've had a quick scan of the training lessons on here but without wanting to reinvent the wheel I wondered if anyone else had programmed anything along these lines? Basically the bits I am looking for help with are:
1) Email to send instant alert when criteria is met
2) The ability to backtest over a configurable amount of days to see if my level (configurable) would have been breached. The idea being that I could test different levels (for different returns) over the time periods and then adjust my strategy accordingly.
TrailingMoveOnProfit=true TrailingStop1 and TrailingStop2 just start moving when the pair is in profit
If TrailingStop2=0 then TrailingStop1 acts as a normal trailingstop.
If TrailingStop2 > 0 then TrailingStop1 works just till the pair be in profit, after that TrailingStop1 stops and TrailingStop2 start work as a normal trailingstop.
StopLosse is the points you want for initial stop.
ProfitTake is the points you want to take profit.
StopIn_ProfitValue/ StopIn_ProfitPoints
put the stop in profit (StopIn_ProfitPoints) when the pair reaches StopIn_ProfitValue
(ex: put stop with 10 points of profit when EURUSD reaches 1.2870)
Close_OnProfitPoints = close the positions when they have x points of profit
Close_OnLossesPoints = close the positions when they are losing x points
Close_Half_OnProfitPoints = close half of the positions when they have x points of profit
Close_AllBuys_AboveValue = close all buys when value is reached
Close_AllSells_BelowValue = close all sells when value is reached
Close_HalfBuys_AboveValue = close half buys when value is reached
Close_HalfSells_BelowValue = close half sells when value is reached
Close_OnMACrosse = close the positions when EMA5 crosses against on 5 minutes chart
BreakEven=true the EA put stop to break-even as soon as possible.