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.
Is anyone know any free software that has friendly user interface that we can put certain logic trading method on it so it can create us an EA. Typing codes is very hard. Seems I know nothing about coding.
please take a look to the attached Expert Advisor. I build them with the expert advisor builder but it won´t work...
It is a simple EA wich buys when the close is under the lower Bolinger Band line, and sells when the bar closes upper the higher bollinger band line.
I want to try this scalper with FDAX in the 1 and 5 minutes chart, the FDAX don´t take any spread (only commisions), so it should work not to bad for the beginning. Well, it should be more adjusted, sure, but i can´t beginn adjusting when the EA don´t works...
Hope there is somebody with more coding experience than me...
Thanks for your help !
__________________ For a 5 digit yearly income you have to work hard, for a 6 digit you only need an idea...
Here is a working EA with similar idea and advanced features, look into the code, maybe useful for you to combine both.
Quote:
Originally Posted by mr.trader
Hello Guy´s,
please take a look to the attached Expert Advisor. I build them with the expert advisor builder but it won´t work...
It is a simple EA wich buys when the close is under the lower Bolinger Band line, and sells when the bar closes upper the higher bollinger band line.
I want to try this scalper with FDAX in the 1 and 5 minutes chart, the FDAX don´t take any spread (only commisions), so it should work not to bad for the beginning. Well, it should be more adjusted, sure, but i can´t beginn adjusting when the EA don´t works...
Hope there is somebody with more coding experience than me...
Could anyone show me how to code an EA using Expert Advisor Builder to do the following.
The EA must have two inputs BUY Price and SELL Price. I need to be able to type in a price for BUY and SELL and when that price is reached EA must place instant order. Thats it.
I cannot use pending orders as the price is sometimes within 10 pips of the market price. Any help apprciated
Could anyone show me how to code an EA using Expert Advisor Builder to do the following.
The EA must have two inputs BUY Price and SELL Price. I need to be able to type in a price for BUY and SELL and when that price is reached EA must place instant order. Thats it.
I cannot use pending orders as the price is sometimes within 10 pips of the market price. Any help apprciated
Best rgds
try TrendMeLeaveMe from waddah, that expert you need to draw two lines and the expert will trade the break of the lines
First of all, thank you for all of your valuable contributions.
I would like to ask you to please modify your "Close All" script by adding one more option to close all open orders when the TOTAL monetay value is Plus or Minus "x". In other words, it would have an 8th option similar to: Close all when total is "X"
You currently have an option which is: "Close orders in profit" but there is no option to specify the amount limit.
I don't know if the script currently does keep track of all the open orders or not since I am not a coder. But, if it doesn't, that would be really helpful. That way, if I opened another order it would factor the new order's value into the total calculation.
If you are limited to 7 options, then, as far as I am concerned I could do without the "comments" option.