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.
Hello everybody.
Excuse me for my poor English.
Please help me to code this to EA.
For example :
I have 5 BUY open positions 3 lot each(15 lots) , and have 3 SELL open positions , 4 lots each(12 lots).
So , i have 15 lots BUY , and 12 lots SELL.
I wont when EA open new SELL position , BUY lots = SELL lots , so new position will be SELL 3 lots.
I mean , every time when EA open new position ,to see how many BUY and SELL open positions we have , and make everything SELL lots=BUY lots.
Thank you for help.
I'm trying to code a simple EA that will output Account Balance values to a *.csv file. Purpose is to keep a record of real time drawdown of open positions etc
It should output account balance as well as corresponding date/time each time a new bar forms. Able to add to existing file contents each time EA is restarted.
I'm trying to code a simple EA that will output Account Balance values to a *.csv file. Purpose is to keep a record of real time drawdown of open positions etc
It should output account balance as well as corresponding date/time each time a new bar forms. Able to add to existing file contents each time EA is restarted.
Want to open 2 orders ONLY when within a specific number of bars after an MA cross.
I have NOT found the best way to code this without getting Additional orders opened that I don't want.
The MA cross happens and 2 orders get opened within X number of bars..after 2 orders open then NO more orders in that same direction. MA cross opposite direction then same deal.
Any Tips or information on how best to code it?
any EA's i might look at for example?
I based my question in this file because I think it will be in a better place.
After pusieus trial without results, I would like to change this indicator to get a color change with the change of trend.
if trend is positive then couleur1
if trend is negative then couleur2
My stochastic EA needs fixing if fixed will make tons of cash
I have a Basic Stochastic Level Expert from IBFX. The way I use it is I determine the direction of trend on the 4h chart with trendlines and other standard methods. I then put my stochastic expert on the 1m chart and choose only long or only short on the common tab. It sells over 80 and buys under 20 (depending on if your allowing it to go long or short) I then watch it make money until I determine the H4 movement may end. I do this with no stoploss, very small lots, and a takeprofit of 5 -10 depending. The only problem I'm having is the EA closes trades for no reason, I set stoploss to 0, trailing to 0 and still it decides to close trades and I just don't get it. I would've made so much bank with thing if it didn't have a mind of it's own! (or at least less of a mind) so if anyone can make the thing not close trades unless a TP or a SL are hit, it would be beneficial to everyone. Now I just need to figure out how to upload it on here.
Hi, the ea closes an trade if an new signal is giving in the opposite direction. I've added an option in the ea ,bCloseIfNewSignal, to turn this off or on, default now is off(false)
Hii
I am trying to get things coded which is..
I have two EMA and .. when they cross I need an alert..
but.. problem is i don't need an alert when the cross and bar close.. I need alert when they CROSS only.. but problem with this is..
when the 5m bar is forming.. it can cross and recross and cross again..
I need to filter those recross..
for example if on current bar it first cross pop up and alert ( say buy ) and then when the price move it can recross and cross back up ( i need to ignore these cross uncross thing ) unless it cross from the top as a sell signal...