• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 2:08pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:08pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Announcing fxRulesEngine LITE - totally free and unrestricted 6 replies

Oanda automation scripts 18 replies

Manual vs Automation? 6 replies

Strategy Automation for the Small Guy 8 replies

Using FXCM and need Automation 1 reply

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 55
Attachments: Agility TRADER 3 - Unrestricted Automation of your ideas
Exit Attachments
Tags: Agility TRADER 3 - Unrestricted Automation of your ideas
Cancel

Agility TRADER 3 - Unrestricted Automation of your ideas

  • Last Post
  •  
  • Page 1 23456 12
  • Page 1 234 12
  •  
  • Post #1
  • Quote
  • First Post: Edited Aug 15, 2020 12:08am Nov 2, 2016 1:20am | Edited Aug 15, 2020 12:08am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
STOP PRESS: VERSION 6 IS NOW RELEASED - PLEASE USE THIS LINK for details

AGILITY TRADER 3 is now superceded (* now including free Companion program for ease of input *)

NOTE - Support now moved to the Agility Trader Forum

This new release gives you complete freedom to automate your own ideas and removes all restrictions on user indicators.

The EA is capable of operating with multiple instruments from a single chart and has built in backtesting and optimization. and the capability of reading and writing set files from all from within the EA.

The free version allows a maximum of 2 conditions each for Buy Entry, Sell Entry, Buy Exit and Sell Exit and a single instrument.

The full version ($US60) removes all restrictions and allows multiple instruments. Purchase Here

Ability to operate in a scanning mode with 1 click manual trading is included.

The indicators built into the EA include all the standard indicators

  1. Moving Averages - SMA, EMA, WMA
  2. RSI
  3. MACD Main and signal levels
  4. Stochastic K and D levels
  5. PSAR Stop Levels
  6. ADX
  7. ATR
  8. Time
  9. Highest price within the nominated number of Bars lookback
  10. Lowest price within the nominated number of Bars lookback
  11. Linear based Support and Resistance - calculates current support and resistance values automatically
  12. Time based Support and Resistance - calculates support and resistance over a nominated time of day
  13. CCI
  14. Bollinger Bands - Upper and Lower levels
  15. Pivot Points - calculates Pivot and S1,2,3 and R1,2,3 based on a nominated MT4 time offset
  16. Fibonacci - Calculates 168,100,61.8,50,38.2,0 levels over a nominated number of Bars
  17. Divergence - Price with RSI or MACD
  18. Candlestick Recognition
  19. Triangulation (a unique new feature which looks for disparity in the cross rates - 3 instruments eg. AUDUSD EURUSD EURAUD)
  20. Volume
  21. Support for any other Indicator (User Indicators - nominate name in single quotes eg. 'NonLagDot,' 2 parameters and buffer number)


Here is an example of the set file - only 6 lines of user input required v 373 with version 2.

audusd eurusd dji #s-aapl xauusd
456200 eq 2.0 1.0 7 15 5 10000 AUD list AgilityTrader3
market 1 5 rsi 14 0 0 0 ca 0 nv 30 0 0 0 and 1 60 rsi 14 0 0 0 lt 0 nv 50 0 0 0 and 0 0 time 0 0 0 0 gt 0 nv 1 0 0 0
market 1 5 rsi 14 0 0 0 cb 0 nv 70 0 0 0 and 1 60 rsi 14 0 0 0 gt 0 nv 50 0 0 0 and 0 0 time 0 0 0 0 gt 0 nv 1 0 0 0
1 0 sl 20 0 0 0 eq 0 nv 50a 0 0 0 or1 1 0 tp 0 0 0 0 eq 0 nv 50b 0 0 0 or1 1 5 rsi 14 0 0 0 cb 0 nv 50 0 0 0
0 0 sl 20 0 0 0 eq 0 nv 50a 0 0 0 or1 0 0 tp 0 0 0 0 eq 0 nv 50b 0 0 0 or1 1 5 rsi 14 0 0 0 ca 0 nv 50 0 0 0

In Summary
1st line - describe the instruments all separated by spaces
2nd line - describe the general parameters - starting MagicNum, Mode, Wager Units or %, Wager Increase, Pending Order Bar Limit, Pending Order Buffer, Opening Balance for testing, Base Currency, Scan Mode, EA comment
3rd line - describe the trade type and buy entry conditions -
4th line - describe the buy exit conditions (including Stop Loss and Take Profit)
5th line - describe the trade type and sell entry conditions
6th line - describe the sell exit conditions (including Stop Loss and Take Profit)

Applies to lines 3 to 6 - joins are in bold (only for illustration) - no limit to number of conditions (including user indicators)
Each condition has 14 params - Within x bars, timeframe, reference indic, pm1, pm2, pm3, shift, comparison, timeframe, nominated indic, pm1, pm2, pm3, shift

Buy Entry in the example - Market Trade, Within 1 bar, 5 min timeframe, RSI 14 crosses above 30 and 60 min timeframe RSI 14 less than 50 and avoid Mondays

NOTE - The "a" 's and "b" 's after the Stop Loss and Take Profit are optimization flags. (Review the video)

UPDATE - Multi Instrument mode can be tested with an RSI strategy.

Expert Advisor

Companion Program


Revision History
3.00 Nov 2nd 2016 - Initial release 160 downloads
3.01 Nov 5th 2016 - Calculation errors and Low Res screen handling amendments
3.02 Nov 6th 2016 - Calculation error for JPY currency pairs
3.03 Nov 7th 2016 - Added Save Trades capability and Pip Gain and Loss
3.04 Nov 10th 2016 - Adjustments to code for Pending Orders
3.05 Nov 12th 2016 - Adjustments to htm and ltm indicators, help file and updated companion file
3.06 Nov 14th 2016 - Allowance for Index differences, updates to EA, Companion and Set files
3.07 - bypassed
3.08 Nov 16th 2016 - Addition of new features and associated changes - see Post #61
3.09 Nov 17th 2016 - Correct a number of small errors
3.10 Nov 19th 2016 - Addition of Read Set Files and editing parameters within the EA plus other changes. See Post #71
3.11 Nov 22nd 2016 - Trade Parameters now editable and Zero value inputs now recognized.
3.12 Nov 24th 2016 - Presentation changes - See Post #86
3.13 Dec 7th 2016 - Any number (incl. decimals) for Fibs, fix error in Companion, fix error in Set File for Triangulation
3.14 Dec 20th 2016 - Update to logic for Wager Increase Multiple, fix error in open trades P/L
3.15 Dec 29th 2016 - Open Trades now show nett profit, max lot size for Wager Increase now defined by TradeBuffer value
3.16 Jan 2nd 2017 - Update Open Trades to allow for Swap Charges, Update Help file
3.17 Feb 17th 2017 - Recover Wager Increase on Restart, Fix NonLagDot Pending Orders, Fix Open Orders display
3.18 Mar 11th 2017 - Correct result display in Backtest. Fix NonLagDot computations
3.19 May 15th 2017 - Correct List of Trades display in Backtest. Amend TP & SL computations

Inserted Video


Inserted Video


Inserted Video
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: 2016-11-11 17_01_51-AgilityTrader3 Companion.jpg
Size: 131 KB
Click to Enlarge

Name: 2016-11-15 07_40_07-181077_ IFCMarkets-Demo - Demo Account - [AUDUSD,H1].jpg
Size: 133 KB
Attached File(s)
File Type: zip UserIndicators.zip   32 KB | 769 downloads | Uploaded Nov 15, 2016 11:59pm
File Type: zip AdvancedFeatures.zip   81 KB | 701 downloads | Uploaded Nov 21, 2016 2:59pm
File Type: pdf AgilityTrader3HelpFile.pdf   197 KB | 749 downloads | Uploaded Jan 1, 2017 4:44pm
File Type: zip AgilityTrader3.19Install.zip   883 KB | 693 downloads | Uploaded May 15, 2017 3:10pm
File Type: zip AgilityTrader3Companion.zip   32 KB | 517 downloads | Uploaded Jun 3, 2017 10:18pm
  • Post #2
  • Quote
  • Nov 2, 2016 2:17am Nov 2, 2016 2:17am
  •  hasib
  • Joined Jan 2013 | Status: Member | 3,776 Posts
I could not use your previous version. I have install it perfectly. But it did not open oder. May be i did not understand the concept accurately.
I understand that you did excellent work.
Can you please explain a system that you develop and how to trade that system with this ea.
Thank you dave
best of luck brother
Follow a system & a person not everything & everyone
 
 
  • Post #3
  • Quote
  • Nov 2, 2016 2:22am Nov 2, 2016 2:22am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting hasib
Disliked
I could not use your previous version. I have install it perfectly. But it did not open oder. May be i did not understand the concept accurately. I understand that you did excellent work. Can you please explain a system that you develop and how to trade that system with this ea. Thank you dave best of luck brother
Ignored
Please post a copy of your set file and I will review it. You will need to rename it with an extension of .txt in order to upload.

In the meantime carefully review the video and the pdf help file included in the download.
 
1
  • Post #4
  • Quote
  • Nov 2, 2016 3:04am Nov 2, 2016 3:04am
  •  Gokay
  • Joined May 2013 | Status: No Sentiment | 253 Posts
Everything works fine
I understood better when I watched the video
Now open an automatic position AUDUSD sell
thank you so much .
 
 
  • Post #5
  • Quote
  • Nov 2, 2016 3:14am Nov 2, 2016 3:14am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting Gokay
Disliked
Everything works fine I understood better when I watched the video Now open an automatic position AUDUSD sell thank you so much .
Ignored
If you are not transferred to the registration webpage automatically, check that DLL imports have been enabled under Tools,Options, Expert Advisors in MT4.
 
 
  • Post #6
  • Quote
  • Nov 2, 2016 3:57am Nov 2, 2016 3:57am
  •  Matrix8756
  • | Joined Mar 2012 | Status: Member | 415 Posts
If read well are $ 49. Is right?
 
 
  • Post #7
  • Quote
  • Edited 4:56am Nov 2, 2016 4:10am | Edited 4:56am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting Matrix8756
Disliked
If read well are $ 49. Is right?
Ignored
The EA is fully functional on a single instrument. The upgrade is only required for multiple instruments through a single chart.

RSI strategy can be used to test multiple instruments.
 
 
  • Post #8
  • Quote
  • Nov 2, 2016 4:14am Nov 2, 2016 4:14am
  •  Matrix8756
  • | Joined Mar 2012 | Status: Member | 415 Posts
[Quote = Dave_C; 9231017] {quote} L'EA è pienamente funzionante su un unico strumento. L'aggiornamento è necessario solo per più strumenti attraverso un unico grafico. [/ Quote]

Ok. But when I enter the key you sent me, you send me on Paypal website for payment.
 
 
  • Post #9
  • Quote
  • Nov 2, 2016 4:37am Nov 2, 2016 4:37am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting Matrix8756
Disliked
[Quote = Dave_C; 9231017] {quote} L'EA pienamente funzionante su un unico strumento. L'aggiornamento necessario solo per pi strumenti attraverso un unico grafico. [/ Quote] Ok. But when I enter the key you sent me, you send me on Paypal website for payment.
Ignored
Thanks for the advice.

I have made a change and please re-download from Post #1
 
1
  • Post #10
  • Quote
  • Nov 2, 2016 4:44am Nov 2, 2016 4:44am
  •  Matrix8756
  • | Joined Mar 2012 | Status: Member | 415 Posts
OK Thanks
 
 
  • Post #11
  • Quote
  • Nov 2, 2016 4:52am Nov 2, 2016 4:52am
  •  openyoureyes
  • Joined Nov 2012 | Status: trend > bias | 2,752 Posts
Thank you for your efforts Dave.

I will test, subscribed.
 
 
  • Post #12
  • Quote
  • Nov 2, 2016 5:24am Nov 2, 2016 5:24am
  •  hasib
  • Joined Jan 2013 | Status: Member | 3,776 Posts
I have get key and i have install it accurately now i want to use it.
Lets say my strategy is this image 2.
How can i use.
With out any personal develop strategy is it work brother dave
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot_70.png
Size: 62 KB
Click to Enlarge

Name: Screenshot_71.png
Size: 56 KB
Follow a system & a person not everything & everyone
 
 
  • Post #13
  • Quote
  • Nov 2, 2016 5:38am Nov 2, 2016 5:38am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting hasib
Disliked
I have get key and i have install it accurately now i want to use it. Lets say my strategy is this image 2. How can i use. With out any personal develop strategy is it work brother dave {image} {image}
Ignored
You need to review the video and the PDF help file and describe to me exactly what your strategy is.

I provide the tools for you to learn how to achieve your goals and it is your job to learn how to implement your strategies.
 
 
  • Post #14
  • Quote
  • Nov 2, 2016 6:08am Nov 2, 2016 6:08am
  •  stefan.chitu
  • | Joined Nov 2016 | Status: Junior Member | 2 Posts
Hey David,

You have developed a nice product. Cheers.

Tested it out a bit and wanted to ask you a thing - How can I export the results data out of metatrader after doing a backtest and optimization with your EA?

I wanted to see how much equity it has generated over the previous 3 months for a simple strategy. I have the equity curve, but it doesn't give an exact number. The only way I can export the data is to look at trades and then export them manually which is not that great...
 
 
  • Post #15
  • Quote
  • Nov 2, 2016 8:21am Nov 2, 2016 8:21am
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting stefan.chitu
Disliked
Hey David, You have developed a nice product. Cheers. Tested it out a bit and wanted to ask you a thing - How can I export the results data out of metatrader after doing a backtest and optimization with your EA? I wanted to see how much equity it has generated over the previous 3 months for a simple strategy. I have the equity curve, but it doesn't give an exact number. The only way I can export the data is to look at trades and then export them manually which is not that great...
Ignored
You do get an exact number. Look at the backtest report on the left.

I will consider adding a result export option.
 
 
  • Post #16
  • Quote
  • Nov 2, 2016 12:43pm Nov 2, 2016 12:43pm
  •  stefan.chitu
  • | Joined Nov 2016 | Status: Junior Member | 2 Posts
Quoting Dave_C
Disliked
{quote} You do get an exact number. Look at the backtest report on the left. I will consider adding a result export option.
Ignored
Sorry, didn't see that. How may I do the following:
- see how many trades have been executed (in results I see >500 trades executed, in show trades in the equity box there are ~20 executed);
- see the total number of pips losts and the total number of pips won;
 
 
  • Post #17
  • Quote
  • Edited 4:58pm Nov 2, 2016 1:19pm | Edited 4:58pm
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
Quoting stefan.chitu
Disliked
{quote} Sorry, didn't see that. How may I do the following: - see how many trades have been executed (in results I see >500 trades executed, in show trades in the equity box there are ~20 executed); - see the total number of pips losts and the total number of pips won;
Ignored
Did you see the PageUp and PageDn buttons for executed trades and the pip results in the data? Also look at the $Gained and $Lost graphs?

I will consider adding Pips gained and lost in the next update.
 
 
  • Post #18
  • Quote
  • Nov 2, 2016 1:32pm Nov 2, 2016 1:32pm
  •  Dave_C
  • | Commercial Member | Joined Jun 2009 | 1,676 Posts
I have emailed previous upgraders an AT3 upgrade key. If you have purchased a previous version upgrade and did not receive that notification, please PM me with your matching purchase details as sometimes I do not receive email addresses from PayPal.
 
 
  • Post #19
  • Quote
  • Nov 2, 2016 6:25pm Nov 2, 2016 6:25pm
  •  pandora53
  • | Joined Jul 2015 | Status: Member | 80 Posts
Dear Dave!!! Hello. Would it be desirable to specify, key, what you deported gives an opportunity to trade? For me why that in general does not react on Backtes and accordingly on optimization. Thank you.
 
 
  • Post #20
  • Quote
  • Nov 2, 2016 7:42pm Nov 2, 2016 7:42pm
  •  getting
  • | Joined Jun 2009 | Status: Member | 265 Posts
side note for better accuracy for optimization - run your favorite Broker's MT4 for few months to gain the raw tick data(VPS is a necessity), that way i think your optimization will have more accuracy, I've been continueously running MT4 with 28 pairs...testing other EA's. My history folder almost up to 110MB of data.
 
 
  • Commercial Content
  • /
  • Agility TRADER 3 - Unrestricted Automation of your ideas
  • Reply to Thread
    • Page 1 23456 12
    • Page 1 234 12
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023