- Search Forex Factory
- 111 Results
- TraderChris replied Apr 8, 2014
Hi Everybody Does anyone have the book/video "Trading with the gods" by Alan Oliver? Regards Chris
- TraderChris replied Mar 4, 2014
You are welcome :O) Hope it helps you make 'm green!
- TraderChris replied Jan 22, 2014
Hi zackery Is this what you are looking for? Regards Chris
- TraderChris replied Nov 13, 2013
Hi kosmo Thank you for the mod. I have included in the previous mods. Here is the complete indi.
- TraderChris replied Oct 29, 2013
@Forexbuster, can you please let me know if this issue has been resolved...
- TraderChris replied Oct 25, 2013
The indi already sends mail - just fill in your mail adress in the Tools->Options->EMail tab. I have not tested - please test and let me know...
- TraderChris replied Oct 7, 2013
If you set MaxLots = 0, then all orders should be opened with Lots number of lots. The default for the EA is: Maxlots = 0 Lots = 0.1 If you change Maxlots, then the EA will multiply Lots with 2 and 3, depending on the volume it is currenly at... ...
- TraderChris replied Sep 20, 2013
I am testing the Martingale system of the EA. It is not a REAL Martingale, although it does multiply the lot numbers... BUT it does so before it has lost anything. In other words, it opens the 1st trade with eg 0.1 lot, the second with 0.2 etc, but ...
- TraderChris replied Sep 19, 2013
Sorry, you misunderstood me... You must name the lines PCH_Above to activate above the line, and PCH_Below to activate below the line. I added the variables so that you can name the lines anything you feel comfortable with - I do not want to tie you ...
- TraderChris replied Sep 19, 2013
What did you name the lines? It must be the names that are in the variables "OpenAbove" and "OpenBelow"...
- TraderChris replied Sep 19, 2013
Here is the corrected EA... The EA will start in INACTIVE mode. When it finds a line with the name you specified in the "OpenAbove" variable, it will activate when the previous bar closes ABOVE this line. When it finds a line with the name you ...
- TraderChris replied Sep 19, 2013
Sorry, I misunderstood you completely! I'll send you a pm...
- TraderChris replied Sep 18, 2013
.... and if the EA opened the order, it would have deleted the line, so the line on your screen is NOT the OpenBUY line, OR the order was not opened by the EA... Look in the Trade tab - is the order comment "CM Hedging"?
- TraderChris replied Sep 18, 2013
When the EA opened the order, it gave the reason in the Experts tab - can you tell me what it is? It will open a BUY order if BID goes above the line. Then it will write it in the Experts log. If you can not see that it went above, accept that your ...
- TraderChris replied Sep 18, 2013
The quote errors are from the original EA. I modified it a little bit, so you should not get them as often... HTH Chris
- TraderChris replied Sep 18, 2013
You are welcome
- TraderChris replied Sep 18, 2013
Yes, AllowNewTrades must be set to TRUE. In order for the EA to open at a line, the line must have a very specific name. To open a BUY trade, you must name the line OpenBUY, and for a sell trade, it must be OpenSELL. Any other names will be ignored ...
- TraderChris replied Sep 17, 2013
As many as you like... Sorry, I fixed the error...
- TraderChris replied Sep 17, 2013
You can now, but DayRange makes rectangles, not lines. You can specify any line, starting with the specified nr of characters... Please test it - I did not.
- TraderChris replied Sep 17, 2013
I added a variable "ExcludeString", and made it "grid_" by default. This should exclude the grid lines. Please test and let me know...