₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,030 members, 8,429,110 topics. Date: Thursday, 18 June 2026 at 12:34 PM

Toggle theme

Concept's Posts

Nairaland ForumConcept's ProfileConcept's Posts

1 2 3 4 5 6 7 8 ... 15 16 17 18 19 20 21 22 23 (of 36 pages)

BusinessRe: Forex EA Developers Lounge by Concept(m): 9:38am On Dec 23, 2011
wizecoder:
The second ea "CONCEPT A2" is ready the strategy test result is attached , does not look good in lower time frame but promising in higher timeframe,
Anyone can request to test it and get back to the house with the best settings.
Thanks man.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:35am On Dec 23, 2011
http://moneyography.com/eurusd-analysis-2011-12-23

wizecoder:
The second ea "CONCEPT A2" is ready the strategy test result is attached here https://www.nairaland.com/nigeria/topic-813073.64.html#msg9821042 , does not look good in lower time frame but promising in higher timeframe,
Anyone can request to test it and get back to the house with the best settings.

Aguiyi kindly help me explain how to run EAs on mt4 strategy tester to CONCEPT
U are the man. Thanks a lot.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 4:12pm On Dec 22, 2011
EU ~ Let's move to 1.29xx from here.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 3:23pm On Dec 22, 2011
wizecoder:
Chairman, take am easy nah , no insult intended brother, i receive a lot of senseless coding request from traders
i will look into yours and do accordingly
Happy piping
No hassle, we are matured & this is how conflict is managed. Together we will be at the top. Cheers.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 2:48pm On Dec 22, 2011
odiaero:
^^ Lwkmd @ your comments
@odiaero Thank you oh. In this civilised world someone just talk to people the way they like. I am so annoyed.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 2:46pm On Dec 22, 2011
wizecoder:
To be honest with you i got discouraged by the chart you posted it look more like an artwork than a trading system, be honest do you look out for those indicators before you trade, ? i have coded stuffs like that before when i was green in the field,
i will do your work when i am less busy.
The highlighted seems insult to me. I am sound & I know my system works. No stress just to get out of emotional trading, I can speculate with the system you are trying to put down here & get 65% accuracy. if you are able to do it, it will be a welcome development but if the way I reacted has pissed you off then I can't help it because truth hurts. Goodluck bros.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 2:21pm On Dec 22, 2011
wizecoder:
Bro, that means one less EA for me to code,
U can see I have not got anywhere close to you or what you can achieve in coding & I will not see you as someone that discourage independency. To be somewhere in life there must be effort & not one way many ways, too bad if my mentality is to be fed all the time. I am still with you on your outcome, there was error, I think the chinkou span was not defined & one reason you are there for people like me as a developer. Good luck bros, can wait to hear the good news.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 10:06am On Dec 22, 2011
meshpips:
@ concept, I suggest short GU @ 1.572X SL 1.5778 TP 1.562x and beneath. Happy holiday. Meshach
Same to you good pal.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:46am On Dec 22, 2011
odiaero:
cool cool
Mr. odiaero Where is GU ,EU this morning? Big bang theory soon (heading south)
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:44am On Dec 22, 2011
aguiyi:
were u able to do any with it
I did but it was all trial by error, so if you know better good for you. It showed nothing in my file & I could not export.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 2:49am On Dec 22, 2011
Link where you can create an Expert Advisor yourself with your own rules and backtest your strategies with it.

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/

Tool for people who don't know how to program themselves.

How to Attach an EA to a Chart
By: Al Parsai
www.forexbrace.com
One of the reasons that MetaTrader 4 (MT4) is a highly regarded trading station is its capability to automatically run trading orders. The tool that is used to conduct such automated trades is called EA (Expert Advisor).
An EA is a software program that trader can use within MT4 terminal. A trader may use an EA for different reasons, included but not limited to analyzing the market and creating trading signals, conducting fully automated trades, defining complex criteria for running a trade, and so on.
In order to be able to use an EA you must attach it to a chart. If you attach an EA to a chart it uses the chart tic movements to analyze the market and do its job. For example if you attach an EA to USDJPY chart the EA will run every time the price of USDJPY moves.
The following guideline shows you how to attach and use a typical EA.
The Location of EAs on Your Computer
You need to place your EAs in the “experts” folder. If for example you have installed MetaTrader in a folder called “My Trading Station” under drive C: the address to this folder could be “C:\Program Files\My Trading Station\experts\”.
If an EA needs to use one or more custom indicators place the custom indicators in a folder called “indicators” under the “experts” folder (e.g. “C:\Program Files\My Trading Station\experts\indicators\”).
EA Formats
EAs are available in two different formats: the raw format (or source code) and the compiled format (or executable version). The file extension for EA source codes is *.mq4 (e.g. Pip_Boxer.mq4) and the file extension of EA compiled programs is *.ex4 (e.g. Pip_Boxer.ex4). The default location for both formats is the “experts” folder.
You cannot use the source code to run the EA. You must compile the source code first to make it an executable file. On the other hand the compiled (*.ex4)
HOW TO ATTACH AND EA TO A CHART
format is ready to use. You don’t need the source code to run the compiled format. So eventually all you need is the compiled file.
As I mentioned before if you receive the source code you need to compile it first to be able to use it in MT4.
Compiling an EA
When you install your MT4 trading terminal you also install an application called MetaEditor. The installation is done automatically. You can use MetaEditor to develop EAs. You also use MetaEditor to compile EAs. So if you receive the source code of an EA (i.e. the *.mq4 file) use the following steps to compile it. If you already have the compiled file in hand skip this procedure.
1. From MT4 terminal, or the Windows Start menu, run MetaEditor. You can find the MetaEditor icon on the Standard toolbar of MT4 terminal (see Figure 1).
Figure 1
2. In MetaEditor window open the EA source code. You can either use the File>Open to locate and open the file or double-click the file name in the “Navigator“ window. This window is located on the right side of the MetaEditor window by default.
3. On MetaEditor toolbar click the “Compile” button (see Figure 2).
Figure 2
4. If the code contains no errors the application creates the compiled (*.ex4) file and you are ready to use the EA. The error messages appear on a
Al Parsai PAGE 2 OF 6 www.forexbrace.com
HOW TO ATTACH AND EA TO A CHART
window called “Toolbox” embedded in MetaEditor environment. If you receive a message similar to the one shown in Figure 3 you are good to go. If not, you either need to fix the error yourself or contact somebody who is an MQL developer ().
Figure 3
5. Close MetaEditor.
Now you are ready to use the EA.
Attaching the EA
To attach an EA to a chart use the following steps.
1. In MT4 terminal open the desired chart.
2. Make sure that the “Navigation” window is open. The default location of this window is below the “Market Watch” window on the left side of the MT4 terminal (Figure 4). If the “Navigation” window is not open either press Ctrl+N or from the View menu select Navigation.
Al Parsai PAGE 3 OF 6 www.forexbrace.com
HOW TO ATTACH AND EA TO A CHART
Figure 4
3. In “Navigator” window click the "+"sign next to “Expert Advisors”. The list of current EAs appear in the window.
4. From the list either drag-and-drop the EA to the chart or double-click it. A dialog box appears.
5. On the “Common" tab select the “Allow live trading” option (Figure 5). If you do not select this option the EA does not enter trades automatically.
Al Parsai PAGE 4 OF 6 www.forexbrace.com
HOW TO ATTACH AND EA TO A CHART
Figure 5
6. On the same dialog box select the “Inputs” tab. The tab is located on top of the dialog box. In this tab you can make any changes to external variables (Figure 6).
Figure 6
7. Click OK. A smiley (happy face) appears on the upper right corner of the chart indicating that the EA is running and ready to take action (Figure 7).
Al Parsai PAGE 5 OF 6 www.forexbrace.com
HOW TO ATTACH AND EA TO A CHART
Figure 7
You may see an “x” sign instead of the happy face. This means that all of the EAs are deactivated. To activate EAs from the Standard toolbar press the “Expert Advisors” icon (Figure cool.
Figure 8
If instead of the happy face you see a sad face it means that this EA is not allowed to trade live. To enable live trading:
1. Press F7 to see the EA properties dialog box.
2. Select the “Common” tab.
3. Select the “Allow live trading” option (Figure 5).
Changing the Properties of an Attached EA
To change the properties of an EA that is attached to a chart use the following steps:
1. In MT4 terminal open the chart.
2. Press F7 to see the EA properties dialog box. Alternatively, you may right click on the smiley and select Properties from the pup-up menu.
3. To change the values assigned to external variables, select the “Inputs” tab and make desired changes or click Reset to restore original settings of the EA.
4. To change other options select the “Common” tab and select or deselect desired options.
5. Click OK.
Note: Some brokers disable EAs by default. You need to contact your broker and ask them to activate EAs for your. They usually ask you to submit a form.
BusinessRe: Forex EA Developers Lounge by Concept(m): 4:06pm On Dec 21, 2011
grin Well done.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 3:37pm On Dec 21, 2011
odiaero:
^^ Me watching it with hawk eye
Ur prey is around the corner. Be at alert!
BusinessRe: Forex EA Developers Lounge by Concept(m): 3:28pm On Dec 21, 2011
It seems I am from another planet, my strategy cannot be decoded, well one thing is that I do not know how MT4 EA works, I hv never used them, I tried before but failed, any help pls?
BusinessRe: Forex EA Developers Lounge by Concept(m): 3:09pm On Dec 21, 2011
@concept
bro, less is better moreover some of those indis do the same thing

@ aguiyi. What I have learnt is to confirm from different indicators before I place a trade that is exactly what I have done. I can read them well. Thanks for the observation.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 2:40pm On Dec 21, 2011
No comment my people wey dem dey?
BusinessRe: Forex EA Developers Lounge by Concept(m): 2:18pm On Dec 21, 2011
@wizecoder my strategy sent, I hope to hear from you soon.
ok BB, CCI, MACD Ichimoku span.

Chinkou span which is yellow penetrates Bollinger Bands from above (sell) or bottom (buy)
CCI above 100 already curve for sell & below -100 already curve for buy
MACD histogram below zero line for sell & MACD histogram above zero line for buy
works well with 5 minutes TF.

Magic fingers get it done & lets roll.

BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 1:36pm On Dec 21, 2011
odiaero:
Tnk u all for selling, now i can plan to buy to scalp, but if una sell small join am, i go feel comfortable to buy grin
smiley in Latin
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 12:32pm On Dec 21, 2011
Zeddicus:
WOOW. Lovely magic on EU. Thank God for the idea of moving SL to BE after first TP is reached!!
That is forex. Forex market use to tell us I am the determinant, keep shut! ways of trading to take speculators out of the way. Looking for entry again. Mind u bulls still own this market.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 11:10am On Dec 21, 2011
ajithjune:
can you plz tell me how to create a new post?
Look for send topic whether at the top or low of the thread and click on it.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 10:55am On Dec 21, 2011
Concept:
Make una buy dey go no hassle.
USD dey weak accross the majors.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 10:52am On Dec 21, 2011
odiaero:
Guys make una sell GU make i 4 buy na
beejaay:
bro abeg sell that pair i cant buy there, its too high i dey count on u oo. grin grin grin grin
Make una buy dey go no hassle.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 10:18am On Dec 21, 2011
beejaay:
the truth is i dont av idea where the price is going but wherever it is i will follow it. thats my bad side, i dont tend to look for where the price is going to avoid being bias to a particular side, i rather follow it to wherever it goes (if it goes up i follow and when it change i change)
Good concept from Mr. b e e j a a y.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:47am On Dec 21, 2011
EU ~ X mas gift.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:40am On Dec 21, 2011
beejaay:
lets ride it on 200EMA breached
Are u saying we might reach 1.33 @EU?
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 9:34am On Dec 21, 2011
Do not be too sure guys, meet me at 1.32 next week.

Are we there yet?
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 7:30am On Dec 21, 2011
EU ~ Bully Bulls
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 7:06pm On Dec 20, 2011
beejaay:
just took a buy on EU, EJ and short USDCHF with 50pips stop each. the god of forex should follow me grin grin grin
Sure but do not relax with it. They are still going to buy from below during Asia session. @ b e e j a y Selling time for me 7.11pm GMT+1
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 5:48pm On Dec 20, 2011
beejaay:
yes bro its always good to have it at the corner no matter how sure we can be.uncertainty=life=fore.x biz
Yes oh! that would have erased all I have laboured for today. I will look for next resistance to short.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 5:41pm On Dec 20, 2011
I thank baba God I wasn't expecting that SL saved me.
BusinessRe: Forex Trade Alerts - Season 3 by Concept(m): 5:12pm On Dec 20, 2011
EU ~ Waiting for the likely last movement up today @ around 1.315 to 6. I hope the market reaches there, no sell for my chart for now but we all know na forex.

1 2 3 4 5 6 7 8 ... 15 16 17 18 19 20 21 22 23 (of 36 pages)