- Главная
- Сообщество
- Программирование
- I will program your PROFITABLE trading system into an EA for...
Advertisement
Edit Your Comment
I will program your PROFITABLE trading system into an EA for free!
Участник с Sep 13, 2012
20 комментариев
Jul 04, 2014 at 08:55
Участник с Sep 13, 2012
20 комментариев
I am a programmer and trader for around 10 years. Many strategies look good on paper but fail in reality. If you send me your strategy with a live or demo account Statement of at least 20 Trades that you made sticking to your rules i can programm it for free. I will not program grid or martingale approaches. PM me if your interested.
Участник с Mar 31, 2013
38 комментариев
Участник с Apr 01, 2014
14 комментариев
Jul 04, 2014 at 22:45
Участник с Apr 01, 2014
14 комментариев
The money never sleep
Участник с Sep 13, 2012
20 комментариев
Jul 04, 2014 at 22:46
Участник с Sep 13, 2012
20 комментариев
privacy is of course main priority, the ea will not be shared.
Участник с Feb 04, 2012
80 комментариев
Jul 04, 2014 at 23:05
(отредактировано Jul 04, 2014 at 23:05)
Участник с Feb 04, 2012
80 комментариев
Before submitting any strategies you should know that Stevo will be distributing them to "volunteers" to manually test them on DEMO accounts...
READ HIS ENTRY IN THIS THREAD: http://www.myfxbook.com/community/experienced-traders/i-want-only-safe-4/437746,92
So it is just funny that "privacy" is a "main priority"...
READ HIS ENTRY IN THIS THREAD: http://www.myfxbook.com/community/experienced-traders/i-want-only-safe-4/437746,92
So it is just funny that "privacy" is a "main priority"...
Участник с Sep 13, 2012
20 комментариев
Jul 05, 2014 at 11:06
Участник с Sep 13, 2012
20 комментариев
These are two completely different projects, each handeled seperateley! Those are around 50 strategys that haven't been tested! Please don't mix things up.
Участник с Jun 03, 2010
675 комментариев
Jul 07, 2014 at 16:25
Участник с Jun 03, 2010
675 комментариев
Stevo0610 posted:
I am a programmer and trader for around 10 years. Many strategies look good on paper but fail in reality. If you send me your strategy with a live or demo account Statement of at least 20 Trades that you made sticking to your rules i can programm it for free. I will not program grid or martingale approaches. PM me if your interested.
Maybe just say "give me Your best EA for free! But working on my rules - no grid and martingale!"
PAMM MANAGER // Professional Fund Manager
Участник с Sep 10, 2014
2 комментариев
Sep 11, 2014 at 06:58
Участник с Sep 10, 2014
2 комментариев
Stevo0610 posted:
I am a programmer and trader for around 10 years. Many strategies look good on paper but fail in reality. If you send me your strategy with a live or demo account Statement of at least 20 Trades that you made sticking to your rules i can programm it for free. I will not program grid or martingale approaches. PM me if your interested.
I need to modify Bollinger Band, If you want to help me I will send you details.
Участник с Mar 23, 2013
2 комментариев
Jan 25, 2015 at 07:46
Участник с Mar 23, 2013
2 комментариев
can you code this for me1 Min chart green LWMA price open MA price 65 red EMA price close MA price 150 donchian channel 100 RSI bar charts 85 blue above 50 red below 50. PZ oscillator (1:3) (5:1) when price action crosses from below above the red MA and the green is coming from below and is close to red MA. wait for pull back to to red and green MA(green should be about crossing or touching the Red) At time price crossed red MA candles turned blue and as they pulled back near the red and green MA they turned red. open a buy candle when the candle turns blue. SL 30 pips TP 5 pip above the upper 100 donchian channel. SL should change to Break even when price reaches 2 to 3 pips near the 100 donchian upper channel.
Another pull back will happen buy order should open when PZ oscillator shows a bullish divergence. if price does not go up another buy at the green MA if price does not go up another buy at the red MA or if another bullish divergence appears between the green and red MA or just below the red MA. TP is 5 pips above the 100 donchian channel Break even 2 or 3 pips before 100 donchian upper channel stop loss 30 pips.. basically should only buy when green is above red MA and stop buying on pull backs when green crosses red down. then when green crosses red to the below it should follow same rules for buy order on sell orders
Another pull back will happen buy order should open when PZ oscillator shows a bullish divergence. if price does not go up another buy at the green MA if price does not go up another buy at the red MA or if another bullish divergence appears between the green and red MA or just below the red MA. TP is 5 pips above the 100 donchian channel Break even 2 or 3 pips before 100 donchian upper channel stop loss 30 pips.. basically should only buy when green is above red MA and stop buying on pull backs when green crosses red down. then when green crosses red to the below it should follow same rules for buy order on sell orders
Участник с Jun 03, 2010
675 комментариев
Jan 25, 2015 at 13:25
Участник с Jun 03, 2010
675 комментариев
You really want to give Your best strategy to this guy? You are awsome...
PAMM MANAGER // Professional Fund Manager
Участник с Apr 14, 2014
3 комментариев
Jan 26, 2015 at 20:12
Участник с Apr 14, 2014
3 комментариев
Candyman652 I understand your strategy its one i use too myself but instead of dochian i use keltner channels. RSi and PZ oscillator is also not a problem for me either. Why dont you contact me on skype and i can discuss the specs further and maybe also help you improve your strategy. My skype alias is 'Whitebliss'. You could also get intouch with me via email, its [email protected].
Cheers
Cheers
Участник с Jan 23, 2014
7 комментариев
Sep 22, 2015 at 16:32
Участник с Jan 23, 2014
7 комментариев
Hello , can you please add a pop up notification and a sound alert to this cross indicator : /*[[
Name := EMA Cross
Author := Hapsa
Link := http://www.metaquotes.net/
Separate Window := No
Separate Window := No
First Color := Red
First Draw Type := Symbol
First Symbol := 108
Use Second Data := Yes
Second Color := DarkOliveGreen
Second Draw Type := Symbol
Second Symbol := 108
]]*/
#property copyright "Hapsa"
#property link ""
extern int SlowPeriod=20;
extern int FastPeriod=5;
#property indicator_buffers 3
#property indicator_chart_window
#property indicator_color1 Red
#property indicator_color2 Green
double L20[];
double L50[];
double shift=0,val1=0,val2=0;
int init()
{
IndicatorBuffers(3);
SetIndexStyle(0,DRAW_ARROW);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(0, 108);
SetIndexArrow(1, 108);
SetIndexBuffer(0,L20);
SetIndexBuffer(1,L50);
//---- indicators
//----
return(0);
}
int start()
{
int counted_bars=IndicatorCounted();
//----
int i = Bars - counted_bars - 1;
while (i>=0)
{
val1=0;
val2=0;
double iMaSlowPrevious = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i-1);
double iMaSlowCurrent = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i);
double iMaFastPrevious = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i-1);
double iMaFastCurrent = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i);
if (iMaFastPreviousiMaSlowCurrent ) val1=High[i];
if (iMaFastPrevious>iMaSlowPrevious && iMaFastCurrent
Name := EMA Cross
Author := Hapsa
Link := http://www.metaquotes.net/
Separate Window := No
Separate Window := No
First Color := Red
First Draw Type := Symbol
First Symbol := 108
Use Second Data := Yes
Second Color := DarkOliveGreen
Second Draw Type := Symbol
Second Symbol := 108
]]*/
#property copyright "Hapsa"
#property link ""
extern int SlowPeriod=20;
extern int FastPeriod=5;
#property indicator_buffers 3
#property indicator_chart_window
#property indicator_color1 Red
#property indicator_color2 Green
double L20[];
double L50[];
double shift=0,val1=0,val2=0;
int init()
{
IndicatorBuffers(3);
SetIndexStyle(0,DRAW_ARROW);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(0, 108);
SetIndexArrow(1, 108);
SetIndexBuffer(0,L20);
SetIndexBuffer(1,L50);
//---- indicators
//----
return(0);
}
int start()
{
int counted_bars=IndicatorCounted();
//----
int i = Bars - counted_bars - 1;
while (i>=0)
{
val1=0;
val2=0;
double iMaSlowPrevious = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i-1);
double iMaSlowCurrent = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i);
double iMaFastPrevious = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i-1);
double iMaFastCurrent = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i);
if (iMaFastPreviousiMaSlowCurrent ) val1=High[i];
if (iMaFastPrevious>iMaSlowPrevious && iMaFastCurrent
Участник с Jul 29, 2012
3 комментариев
Feb 12, 2016 at 11:46
Участник с Jul 29, 2012
3 комментариев
hello ,
id like you to help create an ea . the result is below.
https://www.myfxbook.com/members/iverlord/mt4-1144466/1497807
id like you to help create an ea . the result is below.
https://www.myfxbook.com/members/iverlord/mt4-1144466/1497807

forex_trader_232486
Участник с Feb 18, 2015
8 комментариев
Apr 03, 2016 at 06:11
Участник с Feb 18, 2015
8 комментариев
You can develop your own EA without any programming skills.
There is a software called Forex Strategy Builder (FSB) that you can build your own EA easily as long as you have a trading strategy in mind.
The back testing results is instant and hence you would know immediately whether your EA is profitable or not and thereafter, make the necessary adjustment you need till you get the results you wanted.
I've already development hundreds of very profitable EA with this software.
I developed and test run several hundreds of EA in many accounts.
My aim is to develop, fine tune and improve the EA's performance and thus select the best EA that can withstand various market volatility and produce consistent and reliable performance.
In each MT4 account, there are several good and not so good EAs and therefore, it would affect the account balance. Since these accounts are meant for EA Development, money management for each account is not my focus here. These accounts are set up to do EA analysis and thus I'm looking at each and every EA's individual results to do the selection and elimination.
There is a software called Forex Strategy Builder (FSB) that you can build your own EA easily as long as you have a trading strategy in mind.
The back testing results is instant and hence you would know immediately whether your EA is profitable or not and thereafter, make the necessary adjustment you need till you get the results you wanted.
I've already development hundreds of very profitable EA with this software.
I developed and test run several hundreds of EA in many accounts.
My aim is to develop, fine tune and improve the EA's performance and thus select the best EA that can withstand various market volatility and produce consistent and reliable performance.
In each MT4 account, there are several good and not so good EAs and therefore, it would affect the account balance. Since these accounts are meant for EA Development, money management for each account is not my focus here. These accounts are set up to do EA analysis and thus I'm looking at each and every EA's individual results to do the selection and elimination.

forex_trader_232486
Участник с Feb 18, 2015
8 комментариев
Apr 03, 2016 at 06:12
Участник с Feb 18, 2015
8 комментариев
The software FSB website is www.forexsb.com
Участник с Apr 20, 2015
23 комментариев
Apr 04, 2016 at 06:23
Участник с Apr 20, 2015
23 комментариев
hi,
i'm slowly thinking about transferring my idea in to an EA, and technically it's profitable, - and it's rather simple too!
it revolves around NFP, placing just a few trades, closing them at either a TP or with a time switch (closing trades after X minutes, or at a specific time).
http://www.myfxbook.com/community/programming/nfp-news-trader/1095880,1
i would appreciate if you'd take a look, maybe you'll find it interesting.
get back to me, if that's the case.
cheers!
N
i'm slowly thinking about transferring my idea in to an EA, and technically it's profitable, - and it's rather simple too!
it revolves around NFP, placing just a few trades, closing them at either a TP or with a time switch (closing trades after X minutes, or at a specific time).
http://www.myfxbook.com/community/programming/nfp-news-trader/1095880,1
i would appreciate if you'd take a look, maybe you'll find it interesting.
get back to me, if that's the case.
cheers!
N
Участник с Apr 28, 2016
2 комментариев
Apr 30, 2016 at 11:22
Участник с Apr 28, 2016
2 комментариев
hello freefox, i want to show you my strategy and you can verify it with an demoaccount mt4its in forex eurusd. this is my private email [email protected]. send me a text as quickly as possible.
Участник с Nov 11, 2012
253 комментариев
May 10, 2016 at 07:04
Участник с Nov 11, 2012
253 комментариев
Can any programmer please connect with me privately to discuss a strategy and building an EA based on it. The trade entry logic is quite straightforward but the money management and 'filtering' of trades are very crucial.
Thanks.
Thanks.
antariks1@
Участник с Apr 28, 2016
2 комментариев
May 10, 2016 at 14:28
Участник с Apr 28, 2016
2 комментариев
look on the graphic eurusd . each that the price goes up for at least 0.00047 in one minute( the price close minus the price open in one minute) it will go down for after at least 0.00020 16 hours 22 minutes later.
Участник с Jun 14, 2013
2 комментариев
Jul 27, 2016 at 07:55
Участник с Jun 14, 2013
2 комментариев
Hi
I need to code one ea, it is 90% and above accuracy.
Just one indicator.
If you will ready to coding, reply me.
I will send indicator with strategy.
yenvenkatachalam at gmail com
I need to code one ea, it is 90% and above accuracy.
Just one indicator.
If you will ready to coding, reply me.
I will send indicator with strategy.
yenvenkatachalam at gmail com

*Коммерческое использование и спам не допускаются и могут привести к аннулированию аккаунта.
Совет: Размещенные изображения или ссылки на Youtube автоматически вставляются в ваше сообщение!
Совет: введите знак @ для автоматического заполнения имени пользователя, участвующего в этом обсуждении.