Jump to content

(REQ) Forex Executive


Recommended Posts

  • Replies 159
  • Created
  • Last Reply

Top Posters In This Topic

You can also manually backtest this indicator if you wish, which I recommend as good practice. Run a backtest of an EA that does nothing basically. Choose the H1 timeframe and check "Visual Mode". Press Start and the visual test will begin. Now press Pause and the chart will stop updating. Next place the Forex Executive indicator on the chart and click Resume. From now on you should get signals as the chart updates and you can verify the accuracy of the indicator by writing your trades down.

 

Cheers

Link to comment
Share on other sites

Hi! I am glad to say that I was able to insert the indicator into a basic EA just for testing purposes, and it is performing well. I am sharing it, as I am sure some of the brilliant minds in this forum would improve it, but it is just a begining.

Some notes: 1) it is set for 5 digits brokers, in case you use a 4 digits, fields tavnit, high check and low chack should be modified (see previous posts).

2) the EA just place the pending orders, it does not remove them, so if according to the rules either BUY or SELL targets are reached, you should delete the other pending order manually.

3) Insert in your charts the EA, and the indicator too.

I am testing it since yesterday with good results.

I hope it help ! thank you to this great forum.

 

http://www.4shared.com/file/85Oh1kYO/TRINOS_pruebaII.html

Link to comment
Share on other sites

In order to help the EA to evolve in a fully automated one, and also for backtesting purposes , it would be advisable to add the code to delete pending orders, either because the opposite position was closed successfully or certain amount of time (or candles) elapsed. Feedback and suggestions will be highly appreciated.
Link to comment
Share on other sites

Guest james_phuc28

Hi everybody,

 

Good thread here. Why doesn't somebody buy the EA and share here, and some genius will remove all restrictions of the EA. It's fastest way, and we can improve the creator's EA if it still needs to be improved.

 

From manual trading, if we use fixed lot for volatile pairs, and trade on same direction of the divergence, the accuracy is more or less 80%. If we master the candlestick reversal patterns, we can look for more profits like double the original suggested profit target, then, it is very good.

 

I have posted the link to purchase the EA. Clickbank just banned my card because I just asked for refund for Forex Maximizer. That's why I could not buy the EA.

 

Hope somebody here can buy it, and share it here.

 

Thanks

James

Link to comment
Share on other sites

James:

"I have posted the link to purchase the EA. " Where is the link, please?

 

Schnucki: don´t worry, English is not my native language, so I understand everything. I know what I should insert, the problem is that I do not know how to do it, since this is not an indicator as many others, that is why I am asking for help to code it. I hope there are coders here that can do it faster than me.

The opposite order should be erased when the first one takes the profit, and not before, as I understood.

Link to comment
Share on other sites

monik,

 

at http://forum.mql4.com/27864 is coding regarding oco (one cancels other)

it should be slightly modified, to do what is needed

i think the second order gets filled when first filled one hits sl ??

so counting orders, when there is just 1 left and it is not filled yet it can be cancelled

(maybe some extra test needed regarding price ??)

further make the buy-stop sell-stop time dependend , so they will not run longer then 4 candles

 

code for check of result last closed order 2b found at

http://www.forexfactory.com/showthread.php?t=197330

Edited by bob380
Link to comment
Share on other sites

monik,

 

at http://forum.mql4.com/27864 is coding regarding oco (one cancels other)

it should be slightly modified, to do what is needed

i think the second order gets filled when first filled one hits sl ??

so counting orders, when there is just 1 left and it is not filled yet it can be cancelled

(maybe some extra test needed regarding price ??)

further make the buy-stop sell-stop time dependend , so they will not run longer then 4 candles

 

code for check of result last closed order 2b found at

http://www.forexfactory.com/showthread.php?t=197330

 

Thank you for the info, I will try and let you know.

Link to comment
Share on other sites

for expiring of the pending orders you could set in order send expiration to:

 

TimeCurrent() + 14400

 

this 14400 is for 4 hourly candles (4*60*60 seconds)

better to set the number of seconds based on period, so it works correct in all time periods.

or even calc time till end of current candle + time of 3 extra candles.

Link to comment
Share on other sites

Guest james_phuc28

Hi Monik7,

 

Here is the link to purchase the EA that trades exactly like Forex Executive software:

http://xxx.forexexecutive.com/apa2.htm

 

Please replace xxx with www

 

It costs only 77USD.

 

Hope you or some people can buy it and share it here so that other Genius can crack, remove all restrictions and post the workable version here for everyone to use.

 

Thanks and regards,

James

Link to comment
Share on other sites

Hi Monik7,

 

Here is the link to purchase the EA that trades exactly like Forex Executive software:

http://xxx.forexexecutive.com/apa2.htm

 

Please replace xxx with www

 

It costs only 77USD.

 

Hope you or some people can buy it and share it here so that other Genius can crack, remove all restrictions and post the workable version here for everyone to use.

 

Thanks and regards,

James

 

Actually the EA only trades the GBPUSD on the 4h chart and does not use the same entries as the manual system.

Makes very few trades from what I have found out so far

Pheniox

Link to comment
Share on other sites

I have purchased both the Indy and the EA.

 

Observations are as follows.

 

Educated indy and educated EA do not signal or trade the same as the registered copies.

 

Conclusion the dll file is required and unless someone can get insdie the dll file and see what it is doing there it is a waste of time.

 

The educaated EA does not come anywhere close to the same results in back tests as pruchased version using the dll.

 

Pheniox

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...