Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Hi, does someone know how to add a fibo multiplier in addition to what the EA has already. The EA doubles the position: 1,2,4,8,16 and so forth. I would like it also to be able to open like this: 1,1,2,3,5,8 and so forth.
If you know how to code, there are two ways to attack this. First, calculate the Fibo. The second is to use a switch (which is what I did once). For the latter, you count how many successive losses you've had in your Account history, working back from the most recent one. If the count is one, use the switch to execute Case 1. If the count is two, use the switch to execute Case 2, etc.
Each case has its associated Fibo value that you use to multiply to increase your lots value. You can have as many cases as you want, but you probably want to impose a limit so you don't hit your margin or empty out your account.
__________________ Success is more perspiration than inspiration . . .
Criss Cross v101 appears to be a hedged Martingale technique, at first glance, but I need to study it more to fully understand it. I don't have the underlying indicator that it uses, which is "Turbo_JRSX.mq4." It won't run without it, although by the name of it, I'd say it was a specific type of Moving Average indicator, and a different one could easily be substituted.
Is there a discussion of this EA somewhere on this forum?
__________________ Success is more perspiration than inspiration . . .
Criss Cross v101 appears to be a hedged Martingale technique, at first glance, but I need to study it more to fully understand it. I don't have the underlying indicator that it uses, which is "Turbo_JRSX.mq4." It won't run without it, although by the name of it, I'd say it was a specific type of Moving Average indicator, and a different one could easily be substituted.
Is there a discussion of this EA somewhere on this forum?