- Search Energy EXCH
- skyscraper replied Mar 21, 2008
If you are doing back testing with ADX=true then do for six month range. Also run the backtest using ADX=false.
Trend Follower 5 Minute System
- skyscraper replied Mar 21, 2008
Modified EA with LegLength — Attached is the Modified EA, which will provide you flexibility to use LegLength. Default is 0.66. You can use any length by settng LegLength parameter. .8 I am using in M1 and it works good, but it just my ...
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
What I mean by Multiple EA on the same pair. So you can open two chart of g/j and attached the EA on each chart. Assign different magic number on each. so in one chart you can set iTpIncreamet= 30 and TakeProfit=50 and in other chart a different ...
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
EA Description — I received some PM and general question about EA description. SO here is short and sweet description
More you will understand when you run it with forward testing. General description about EA. 1) Long Position ( ADX Filter ...Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
It will work fine. You can have as many legs in your chart. EA does calculation internally on its own..
Please post your result.. Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
It will not open multiple trade. It will close the one which is running and then only it will open the other one. So, if you are in buy order, and you get a signal for sell. It will close the buy order and open a sell order for you. Also it uses ...
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
EA uses one leg of 0.8. You can run in your own template which you sent me.
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
Your suggestion regarding drawling line between TP and SL. it should be with EA. Run it till tomorrow and give me all your feedback.
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
EA with ADX Filter — Attached is the Modified EA Version 1 with ADX Filter. ADXFilter = true then it will use ADX logic. ADXFilter=false then it will not use ADX logic.
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
Stop Loss for EA — When you are doing forward testing. Adjust the stop loss based on the volatility of the pair. Like G/J will require higher stop loss then other pair..
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
Thanks, Along with Tadinda, Can you please run some test with the EA. Your feedback is required to make this system better and better..
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
When you save the report. Instead of using .htm extension ( by default) change it to .xls. It will store the report in XLS and you can sort or do any mathematical analysis with it.
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
In your graph. Green is DMI + and RED is DMI - ??
Trend Follower 5 Minute System
- skyscraper replied Mar 20, 2008
How do you see two lag. It is one lag only. You must be using some template for your chart which has two leg. But EA uses only one Leg. I will add the other leg later, lets do the test with this one for a while and see how it goes. Will wait for ...
Trend Follower 5 Minute System